Android Dev - App Feedback Thread - September 17, 2021 |
- App Feedback Thread - September 17, 2021
- ♂️Don't let ViewModel knew about framework level dependencies
- Experience with Nicholas Duro's Private Island interview
- ‘Gamebaaz’ a full-stack KOTLIN application. Entire android app is in jetpack compose + backend tech stack includes Ktor + mysql + heroku deployment. If you find it helpful, please give it a star
- [Survey] Indie-developers developing mobile apps
- Specifying ndkVersion in build.gradle outputs apk with smaller download size?
- I can't contact Google for my App Suspension
- Best language (for me) to start developing simple apps in android
- My strategy with AdMob Ad Limit didn't work
- Selling In-App Products on Android: Implementing Google Play Billing V4
- How to test flows that emit during viewModel initialization
- Wireless Debugging auto connect not working on specific machine.
App Feedback Thread - September 17, 2021 Posted: 17 Sep 2021 06:00 AM PDT This thread is for getting feedback on your own apps. Developers:
Commenters:
To cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback. As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you. [link] [comments] | ||
♂️Don't let ViewModel knew about framework level dependencies Posted: 17 Sep 2021 05:26 AM PDT
| ||
Experience with Nicholas Duro's Private Island interview Posted: 17 Sep 2021 05:18 AM PDT Recently I read a job ad here in weekly post about getting hired in PrivateIsland.com . So I sent them a message in their website. Simone names Nicholas Duro texted me on WhatsApp personally and asked some questions then connected me to one of his"developers" in Pakistan (!) to continue my Application procedure. I noticed the day after, website was down and all of businesses related to this person, which exist in his personal website, are shady and deliberately vague. I noticed that there are only 4 articles about the this person, who possesses $100 million and no Android application for this private island app, just an ios which has been repeatedly put on App Store because the reviews at some point began to point that even the app login doesn't work, yet this person had bought around 50 good reviews, all seemingly fake, saying the same thing. So did you have similar experience? Does this Pierson Nicholad Duro know his identity is being used or is he a scammer? [link] [comments] | ||
Posted: 17 Sep 2021 06:59 AM PDT
| ||
[Survey] Indie-developers developing mobile apps Posted: 17 Sep 2021 01:09 AM PDT
| ||
Specifying ndkVersion in build.gradle outputs apk with smaller download size? Posted: 16 Sep 2021 09:39 PM PDT So in my app with native libs (some precompiled .so files, some being compiled during build), if I don't specify ndkVersion in build.gradle, then it generates apk ~8.8 MBs in size (download size as determined by apkanalyzer). When ndkVersion is set to 17.2.4988734, it generates apk sized at ~7.6 MBs. When ndkVersion is set to 22.1.7171670, it generates apk sized at ~7.2 MBs. I get that there maybe optimizations in NDK 22.1.7171670 when compared to 17.2.4988734. What I don't get is why there's sizable (pun intended) difference in native libs when not specifying ndkVersion? Also, the size change is mostly in the precompiled .so files and not in the ones generated by the build system when generating the apk. Edit: I'm using AS4.2 with AGP version 4.2.0 (and associated min Gradle version). [link] [comments] | ||
I can't contact Google for my App Suspension Posted: 17 Sep 2021 07:30 AM PDT Hello [link] [comments] | ||
Best language (for me) to start developing simple apps in android Posted: 16 Sep 2021 06:00 PM PDT So im an amateur python developer, my work is not code related at all and i do fine, but i love coding and I've been doing it just for fun. I want to start making simple apps, mainly for Android, and started learning kotlin which is fun and i like it, but when i tried to get into kotlin/android i realized that there's a bunch of xml that i really not into, it's confusing and the whole architecture of the projects was a bit too much, i did the official tutorials and all but i didn't really got into it. Over a year from that now i still want to try to develop a few projects into apps, but im not sure kotlin/android is the way for me (keep in mind I'm doing this for fun and i didn't find xml fun at all....) I've been looking around and found react native (i only know a little bit of node/js) and flutter/dart (i learned about it yesterday). So, what would be the best language/framework? I'm comfortable with OOP and functional paradigms, i looked into dart and i think i could get used to it, i looked at its code base and examples and found it readable, since I'm ok with classes and mixins and inheritance, it doesn't seem too hard. Flutter however seems like a steep learning curve. React native on the other hand is super popular, but it's js so I'm not super into it, however it does have a big community which is always a pro. I'm kind of lost though. What would be a good, clean, code only framework for Android development? [link] [comments] | ||
My strategy with AdMob Ad Limit didn't work Posted: 17 Sep 2021 02:24 AM PDT Hi, I've always been suffering from the AdMob ads limit, but after I've done the following steps, the restriction has been removed from my account on 15 May. 1 - Interstitial Ad appears only if 60 sec passed since the previous ad appears to make sure the ad will not disturb the user and make a good user experience. 2 - Banner ad will disappear immediately when the user clicks on it, to avoid any accident clicks. 3 - Before displaying the ads, I check if the user's device is a real device, not an emulator. After 4 months, the ad limit comes back to my account today, I give up, I'm pretty sure now, the issue is from AdMob themselves not from my implementation. Any ideas, thank you. [link] [comments] | ||
Selling In-App Products on Android: Implementing Google Play Billing V4 Posted: 16 Sep 2021 11:51 AM PDT
| ||
How to test flows that emit during viewModel initialization Posted: 16 Sep 2021 11:31 AM PDT I am looking for a solution for a problem I'm having with observing Flow emission during my Edit: [https://stackoverflow.com/questions/69213929/observe-stateflow-emission-in-viewmodel-initialization](stack overflow post) for context [link] [comments] | ||
Wireless Debugging auto connect not working on specific machine. Posted: 16 Sep 2021 08:31 AM PDT Hi guys. Little bit of background I'm trying to run an ADB instance on a couple of work machines for a project, using wireless debugging to connect phones automatically and send shell commands across the network. Simple enough. Now everything is working perfectly fine on my development laptop and home machine, but on target hardware the phones are able to pair wirelessly using ADB, but do not immediately connect after pairing or at any point automatically. I am able to connect to the phone using adb connect ip:port, but this solution is not within my work requirements :( Things I've tried:
Now I'm almost certain that the issue is due to network configuration on these machines as they have a lot done to them when they are set up. I was really hoping somebody on this sub would have more insight into where I should start looking for a network issue as I'm having no luck. Thanks for anybody who throws their two cents in. [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