Weekly "who's hiring" thread! Android Dev |
- Weekly "who's hiring" thread!
- Weekly Questions Thread - September 30, 2019
- cashapp/paparazi : Android lib to render your app screens without physical device or emulator by Square
- Droidcon NYC 2019 video: Why does Google think my app is harmful? - discusses Google Play Protect flagging of apps
- Architecture ViewModel is almost useless?
- Changing the language of the application using the local country language
- Is there some way of using Mockito to mock Android's new generated View Bindings?
- Annoying "Finish Setup" that cannot be dismissed on AVD
- Incase you have Expected BEGIN_ARRAY but was BEGIN_OBJECT Gson error, you can use this gist
- Build events sound effects plugin (Drum-roll) now works on Android Studio
- Revision 8 of Android 10 x86_64 Google Play / Google APIs System Images
- An early look at Dagger Reflect
- Please help me
- Learning or Need a Project? Join oneleif, an Open Source Development Group!
- Samsung issue tracking
- Multiple Activites and few fragments OR One Activity many fragments
- Which design do you think looks good and is aesthetically pleasing? Notice the difference in titles and buttons.
- Recyclerview with exo-player
- Where to register observers for livedata in fragment? What are the best practices using Livedata and RxJava together?
- ⭕️LIVE NOW - Google Inside Look 2019 | NewUpdate
- About accounts getting banned
- Anyone else having trouble using custom MacOS keyboard shortcuts in Android Studio 3.5?
- What should we use now since AutocompleteFilter is deprecated?
- Clean unicolor vs material design + dark themes
- How do I interpret the Acquisition reports? Are the following reports good?
Posted: 30 Sep 2019 05:44 AM PDT Looking for Android developers? Heard about a cool job posting? Let people know! Here is a suggested posting template:
Feel free to include any other information about the job. [link] [comments] | ||
Weekly Questions Thread - September 30, 2019 Posted: 30 Sep 2019 03:56 AM PDT This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, our Discord, or Stack Overflow before posting). Examples of questions:
Important: Downvotes are strongly discouraged in this thread. Sorting by new is strongly encouraged. Large code snippets don't read well on reddit and take up a lot of space, so please don't paste them in your comments. Consider linking Gists instead. Have a question about the subreddit or otherwise for /r/androiddev mods? We welcome your mod mail! Also, please don't link to Play Store pages or ask for feedback on this thread. Save those for the App Feedback threads we host on Saturdays. Looking for all the Questions threads? Want an easy way to locate this week's thread? Click this link! [link] [comments] | ||
Posted: 30 Sep 2019 02:29 AM PDT
| ||
Posted: 30 Sep 2019 04:40 AM PDT
| ||
Architecture ViewModel is almost useless? Posted: 30 Sep 2019 06:05 AM PDT In Architecture Component, we have LiveData, LivecycleOwner and ViewModel. The first 2 is pretty cool as it decouples the ViewModel from Activity/Fragment. However, I feel the ViewModel is almost useless. It seems to be the ViewModel purpose is to retain the state onConfiguration change. However it still doesn't keep the state when the Activity/Fragment is killed by the system. Hence, one has still to implement onSaved and onRestore to keep the state. Once onSaved and onRestore is handled manually, we no longer need to use ViewModelProvider to keep the ViewModel (since we have handle ourselves), and can instantiate the ViewModel manually ourselves. Think over it, we might also not need to implement ViewModel anymore, since seems to me it is needed only if we want to create it using ViewModelProviders factory. Note: we could use any class we create with LiveData and LivecycleOnwer (independently from ViewModel). What's the use of ViewModel then? It looks like a half baked solution. Perhaps the only use of it, is for the Activity to share the ViewModels with it's fragment. Other than that, I don't see it's value. I hope to be enlighten though... [link] [comments] | ||
Changing the language of the application using the local country language Posted: 30 Sep 2019 09:24 AM PDT Recently I saw an application that used the local language and can change the language of the application without restarting the application. The thing is I wanted to know about how it can be made possible to change the language of the android application using the local language of the country. How one can handle the string resources in such scenarios? [link] [comments] | ||
Is there some way of using Mockito to mock Android's new generated View Bindings? Posted: 30 Sep 2019 12:05 PM PDT I want to be able to test the view level logic in my app but using the generated view bindings now supported by Android, as in the binding classes that replace findViewById. Any suggestions? [link] [comments] | ||
Annoying "Finish Setup" that cannot be dismissed on AVD Posted: 30 Sep 2019 01:29 AM PDT Whenever I create a new AVD or reset it, the annoying big blue "Finish setup" is there. It cannot be dismissed by swiping left. If I click it, it opens an app that provides only two options: "Remind me later" and "Start". The "later" option has only two sub-options: "Later today" and "tomorrow". So, basically it is telling me "Just give in and go through the process now". But that process is mostly useless for an AVD. I don't want to copy data from other phones, I don't want to sign-in now, I don't want to set security lock password, and I don't want to customise fonts, etc. Plus it wastes lots of time circling, probably because of the time spent on communicating with Google's servers. Am I the only one annoyed by this? Why not just allow users to dismiss it and use the default settings? Why do they have to force us to go through the slow process? [link] [comments] | ||
Incase you have Expected BEGIN_ARRAY but was BEGIN_OBJECT Gson error, you can use this gist Posted: 30 Sep 2019 02:42 PM PDT
| ||
Build events sound effects plugin (Drum-roll) now works on Android Studio Posted: 30 Sep 2019 11:00 AM PDT
| ||
Revision 8 of Android 10 x86_64 Google Play / Google APIs System Images Posted: 30 Sep 2019 04:13 PM PDT | ||
An early look at Dagger Reflect Posted: 30 Sep 2019 01:02 AM PDT
| ||
Posted: 30 Sep 2019 03:44 PM PDT I want to download a file from firebase to a custom folder but all the code I've been getting is not working can someone please send me a working example please [link] [comments] | ||
Learning or Need a Project? Join oneleif, an Open Source Development Group! Posted: 30 Sep 2019 09:19 AM PDT | ||
Posted: 30 Sep 2019 10:53 AM PDT Where on the internet do you go for the next best thing to official issue tracking for Samsung? [link] [comments] | ||
Multiple Activites and few fragments OR One Activity many fragments Posted: 30 Sep 2019 03:45 AM PDT In relation to the new Navigation Achitecture. Really need a definitive answer to this. I have read the docs and cant seem to 100% be swayed to one side. Im creating an application that will have four main components a news feed, a disccusion forum, video streaming and 'more'. Any help much appreciated! [link] [comments] | ||
Posted: 30 Sep 2019 01:57 PM PDT
| ||
Posted: 30 Sep 2019 12:36 PM PDT Hello guys! Any one has a clean implementation of a recyclerview with exo-player on @Android with kotlin. [link] [comments] | ||
Posted: 30 Sep 2019 04:31 AM PDT | ||
⭕️LIVE NOW - Google Inside Look 2019 | NewUpdate Posted: 30 Sep 2019 09:11 AM PDT
| ||
Posted: 30 Sep 2019 08:51 AM PDT hey there, i have been doing programming for about a year now and i have few apps and games which i want to publish on play store but after hearing so many complaints i am confused about google play store. what i want to know is google directly banned devs or do they banned apps or gives strike to user??? i am pretty sure my apps and game doesn't contain any adult content or no copyrighted data... few of the apps i have....
[link] [comments] | ||
Anyone else having trouble using custom MacOS keyboard shortcuts in Android Studio 3.5? Posted: 30 Sep 2019 08:29 AM PDT Specifically, I'm referring to the custom "App Shortcuts" option within "System Preferences > Keyboard > Shortcuts". I use this to assign a keyboard shortcut to the "Attach Debugger" drop down menu item (though it can be used for any menu item). I've cleared out the default keymap bindings for the keyboard shortcut I'm using, just to make sure there's no conflict with AS's handling of the shortcut vs. the system. This seems to have stopped working in a recent AS 3.5 build, and (for me at least) only works when the actual drop down menu item is visible. As in, if I manually click "Run" and _then_ execute the keyboard shortcut, it works fine. Otherwise, it just highlights "Run" as if it was clicked and never actually executes. I logged a bug report for this, but I'm mostly curious if anyone else is seeing this, or if this could be local to my machine only. [link] [comments] | ||
What should we use now since AutocompleteFilter is deprecated? Posted: 30 Sep 2019 02:07 AM PDT | ||
Clean unicolor vs material design + dark themes Posted: 30 Sep 2019 03:42 AM PDT Guys, how do you decide what design to use in your apps? I have dilema:
Other design is using primary color for headers, etc - this is typical material design. It can separate elements much better, but does not look that clean.
[link] [comments] | ||
How do I interpret the Acquisition reports? Are the following reports good? Posted: 30 Sep 2019 03:36 AM PDT
|
You are subscribed to email updates from Developing Android Apps. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment