Android Dev - Weekly "who's hiring" thread! |
- Weekly "who's hiring" thread!
- Weekly Questions Thread - December 16, 2019
- Custom view preview without compose coming to 4.0 canary
- KotlinConf 2019 Videos
- Cheap phones to buy for testing?
- Has anybody here ever used conversion to ConstraintLayout, and it worked fine?
- What is your opinion on real physical test devices vs emulators?
- Why does my app not "forget" a class's variables after the activity that is using the class is destroyed?
- Is MVVM necessary?
- Benchmark Notebooks for using Android Studio
- Setting up Gradle with Kotlin DSL, a simple guide
- When developing commercial Android libraries, Kotlin or Java ?
- Your AdSense account has been terminated.
- AndroidDevChallenge'2019
- KotlinConf 2019 - Playlist
- How can I prevent my fullscreen app from switching to lower resolution on Galaxy S8?
- Does anyone know how to merge the Google Fit app and Apple activities App?
- Update date in Play Store when using timed publishing
- Normal Review / Download rate
- Does anyone know how to link Google Calander to Apple Calendar?
- 10 best Android cleaning apps » Asad HOW
- var timesStarted by persisted.Int(0) - Easily persisting vars backed by Android's SharedPreferences through the use of delegates.
Posted: 16 Dec 2019 04:44 AM PST 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 - December 16, 2019 Posted: 16 Dec 2019 02:56 AM PST 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] | ||
Custom view preview without compose coming to 4.0 canary Posted: 16 Dec 2019 12:21 AM PST
| ||
Posted: 16 Dec 2019 01:34 AM PST
| ||
Cheap phones to buy for testing? Posted: 15 Dec 2019 03:28 PM PST My app is nearly ready for production and I'd like to improve testing by buying a 3rd Android phone. I currently have a Google Pixel 4 and Samsung S8. What's a good 3rd phone to buy? [link] [comments] | ||
Has anybody here ever used conversion to ConstraintLayout, and it worked fine? Posted: 16 Dec 2019 01:09 AM PST It seems to me that in almost all cases, the conversion makes a messed up result (Missing constraints, replacing of sizes,...). Did it work well for anyone? Or do you always do it all manually when you decide to convert? To me it seems to have a lot more issues than when converting from Java to Kotlin, for example. [link] [comments] | ||
What is your opinion on real physical test devices vs emulators? Posted: 16 Dec 2019 07:53 AM PST What is your opinion on using real physical test devices for development or just emulators? So what do you think? Does one need physical test device or are emulators sufficient? [link] [comments] | ||
Posted: 16 Dec 2019 07:38 AM PST I have an app that has 2 activities. 1st activity is just a menu that leads into activity 2 that has it's custom view classes. The custom view class has it's static and instance variables. When I back out from activity 2 into activity 1, then press a button that leads me into activity 2 again some of the values of the class is still remembered. Shouldn't all the values be forgotten when activity 2 gets destroyed because I backed out into activity 1? [link] [comments] | ||
Posted: 16 Dec 2019 05:44 AM PST Ever since architecture component were released all I see is people hyping and talking about MVVM. But is it a necessity? I mean sure it might help in complex applications, but in simple small applications, I don't really think it's important to use mvvm. We used to android apps before architecture component without even thinking if it is MVVM or mvc or mvp. Also we can use for example Room database without making it mvvm. [link] [comments] | ||
Benchmark Notebooks for using Android Studio Posted: 16 Dec 2019 01:42 AM PST Does anybody know a good way to benchmark the performance of a Notebook in combination with Android Studio? I am currently trying to find a way but in my current tests my 2015 Macbook is way faster than the newest 2019 16 inch Macbook which shouldn't really be possible. But I guess it is really dependent on the Android Studio configuration, Gradle caches, etc. Is there a way to build a project with completely the same conditions without too much effort? [link] [comments] | ||
Setting up Gradle with Kotlin DSL, a simple guide Posted: 16 Dec 2019 12:54 AM PST
| ||
When developing commercial Android libraries, Kotlin or Java ? Posted: 15 Dec 2019 10:10 PM PST Hello all, I know there have been many discussions/blogs about pros and cons of Kotlin or Java, and most of them focus on developing Android Application perspective. But how about when developing commercial Android libs ? Our 80% clients are still using Java to build the Android Apps with the libs we provided. We are currently providing Java libs but will have new ones with new functions. I'm not sure if it is risky to totally use Kotlin in our new lib for the clients ? I personally wanna to use Kotlin, but it is the commercial use... Thanks and any feedback will be appreciated :) [link] [comments] | ||
Your AdSense account has been terminated. Posted: 16 Dec 2019 03:40 AM PST Oh my, did anyone here received a similar notice and were you guys able to get things resolved positively ? The email I received said "INCENTIVIZED TRAFFIC:" but I don't do hacks like this. I always follow all rules and recommendations as good as I can and stay away from ANY blackhat type operation. I have apps with AdMob and some very very small blogs with AdSense. Of course the email did not contain anything else I could go by. Me == devastated :( [link] [comments] | ||
Posted: 15 Dec 2019 11:22 AM PST Hey, Anybody's idea shortlisted for this year AndroidDevChallenge? [link] [comments] | ||
Posted: 16 Dec 2019 03:51 AM PST
| ||
How can I prevent my fullscreen app from switching to lower resolution on Galaxy S8? Posted: 15 Dec 2019 06:56 PM PST My Galaxy S8 has 3 screen resolutions 1480x720, 2220x1080 and 2960x1440. I always have the highest resolution selected in my settings. A while ago when I started to develop my game I remember that Android respected my setting and I actually was working with the selected resolution. But I eventually abstracted away from that and these numbers stopped mattering much. Until I checked now. And I'm reading 2220x1080. Even though I clearly have 2960x1440 selected. That's crazy. Switching to 720p does switch in-app resolution. But switching between 1080p and 1440p has no effect on my game, it stays 1080p. [link] [comments] | ||
Does anyone know how to merge the Google Fit app and Apple activities App? Posted: 16 Dec 2019 01:57 AM PST I mean I used to use an Android Wear OS smartwatch and now using Apple watch so I'm wondering if there is any way to sync Google fit data with Apple activities and vice versa? [link] [comments] | ||
Update date in Play Store when using timed publishing Posted: 15 Dec 2019 05:31 PM PST Does the update date show the date when you roll it out in timed publishing or when you clicked Go Live? [link] [comments] | ||
Posted: 15 Dec 2019 01:45 PM PST I just saw a new app with 10k+ downloads (Less than 50k) and almost 2k reviews whereas my app has almost 150k downloads and only 1200 reviews. The other app has nothing special and that's why i think those could be fake reviews. Both apps have 4.5+ score. What do you think? [link] [comments] | ||
Does anyone know how to link Google Calander to Apple Calendar? Posted: 16 Dec 2019 01:47 AM PST I mean I have two google accounts personal and professional and both of them adds the meetings or appointments to Google calendar, but I have some meetings gets added to apple calendar for example from apps on my iPhone like meet-up so i would like to sync altogether I wanna merge google calendar with apple calender [link] [comments] | ||
10 best Android cleaning apps » Asad HOW Posted: 16 Dec 2019 05:49 AM PST
| ||
Posted: 15 Dec 2019 01:58 PM PST
|
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