Weekly "who's hiring" thread! Android Dev |
- Weekly "who's hiring" thread!
- Weekly Questions Thread - December 16, 2019
- Suspension, Appeal and Playstore Mistake
- Google Terminated My 5 Years Old AdMob Account
- ConstraintLayout 2.0.0 beta 4
- Custom view preview without compose coming to 4.0 canary
- Use cases for SMS
- KotlinConf 2019 Videos
- Uploading apps to Huawei's App Gallery
- MVVM with Clean Architecture?
- Is there a way to not have to type "android:" all the time when writing XML? Similar to "using namespace" for C++?
- Coroutines in Android
- Is MVVM necessary?
- Has anybody here ever used conversion to ConstraintLayout, and it worked fine?
- Why does my app not "forget" a class's variables after the activity that is using the class is destroyed?
- Your AdSense account has been terminated.
- When developing commercial Android libraries, Kotlin or Java ?
- Benchmark Notebooks for using Android Studio
- Setting up Gradle with Kotlin DSL, a simple guide
- KotlinConf 2019 - Playlist
- How can I prevent my fullscreen app from switching to lower resolution on Galaxy S8?
- Update date in Play Store when using timed publishing
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] | ||
Suspension, Appeal and Playstore Mistake Posted: 16 Dec 2019 10:10 AM PST First I'd like to start by stating that this is not a troll post.
That's about it, I would love to be able to discuss with anyone from Google about the appeal process or the lack of process regarding the appeal but I know this will never happen so I hope it will at least help some of you. On the bright side, I have managed to reach out to some of my users side social media to explain the situation. I've relaunched my app in other android store and on my website and redirected advertising somewhere else. I did lose a lot of my user base, most of my revenue and almost decided to shut everything down but support from my users actually pushed me to keep on going. Again if by any miracle anyone from Google wanted to discuss the matter, I'd be happy to chat but I know this will not happen Thanks for reading, hope this somewhat helped Ben PS: I'mnot a hacker I have been developing apps and software for over 2 decades, I work with R&D firms, Medical research companies, surgery software, start-ups... so being treated with such disrespect by Google Development Support was extremely hard to take. Lesson learned... [link] [comments] | ||
Google Terminated My 5 Years Old AdMob Account Posted: 16 Dec 2019 08:39 AM PST
| ||
Posted: 16 Dec 2019 10:56 AM PST | ||
Custom view preview without compose coming to 4.0 canary Posted: 16 Dec 2019 12:21 AM PST
| ||
Posted: 16 Dec 2019 11:17 AM PST Can anyone educate me on what Permissions/Use Case I can use for a parental control app that blocks apps and relays sms/call log data; this is in relation to the changes for SMS/Calls. I don't it's be the default SMS handler since it doesn't replace the messages app. The developer said it's not a sync app either, so they don't know what to use. I am not a developer, however my boss hired a developer who doesn't seem to know how to get the app approved because of the policy changes... and of course I'm the one in charge of getting the app running?? Any help in this would be greatly appreciated, if I posted in the wrong forum, direct me to the correct one please... I'm a noob. [link] [comments] | ||
Posted: 16 Dec 2019 01:34 AM PST
| ||
Uploading apps to Huawei's App Gallery Posted: 16 Dec 2019 03:46 PM PST Do you upload your apps on Huawei's App Gallery? What is your experience? I want to use them but I don't know if this can make a problem with my Google Play or AdMob account. For example can AdMob detect it as invalid traffic? Do you think this is against Google's rules? With the removal of Google Play and Google Services from new Huawei devices this is whole new market for us but what do you think? [link] [comments] | ||
Posted: 16 Dec 2019 09:39 AM PST Is there any one used MVVM with Clean Architecture in Java? Is it really hard to implement? I can't imagine how these works, Could you please share some resources to learn the topic especially in Java. And I don't know kotlin so resources with Java it would be really helpful [link] [comments] | ||
Posted: 16 Dec 2019 02:43 PM PST | ||
Posted: 16 Dec 2019 12:15 PM PST | ||
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] | ||
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] | ||
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] | ||
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] | ||
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] | ||
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
| ||
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] | ||
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] |
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