Android Dev - Weekly Questions Thread - June 22, 2021 |
- Weekly Questions Thread - June 22, 2021
- A simple Kotlin Exponential Backoff library designed for kotlinx.coroutines.
- What's the best JSON to Moshi converter?
- How should I expose a Manager/Controller to other classes?
- Development: need advice and suggestions about architecture and async libs
- My personal helper library for easy Android development
- Created a Library for analytics events analyzing in your app - EventCapture
- Coverage Reports In Android and SonarQube
- Top Companies Contributing to Open Source - 2011/2021
- Ad networks: should always check if GDPR applies?
- Is it safe to register multiple google developer accounts for different audiences?
- Beginner Need advice
- Is native Android Development (using Java/Kotlin and Android Studio) still in use?
- Unable to authorize sideloaded application to multi-user
- Scope storage introduced in Android 10. The idea of organizing shared storage into the specific collection and limit access to broad storage. Let's understand the scope storage in Android.
- Google for Games Developer Summit 2021
- Anyone whos running google ads UAC app campaign to gain installs for their apps on google play?i just noticed that ratings from users from paid campaign arent being recorded by google play. only organic user ratings are counted?
- How much do you believe your app changed in the last year?
- What are some popular APIs and libraries?
- Anyone have idea how to make Youtube mod apps like Vanced?
- Any one facing issues with Android S on Android Studio's emulator?
- Is it possible to use MPI on Android?
- Sharp Edges in Kotlin Coroutines Testing Tools
Weekly Questions Thread - June 22, 2021 Posted: 22 Jun 2021 06:00 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:
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] | ||
A simple Kotlin Exponential Backoff library designed for kotlinx.coroutines. Posted: 22 Jun 2021 01:35 AM PDT
| ||
What's the best JSON to Moshi converter? Posted: 22 Jun 2021 07:48 AM PDT I want something where I can copy and paste JSON text and then convert that to Moshi for Kotlin. Any suggestions? [link] [comments] | ||
How should I expose a Manager/Controller to other classes? Posted: 22 Jun 2021 06:51 AM PDT I'm working on an application that has a sort-of Manager/Controller class which stores state and has to be interacted with from different parts of the app (i.e: Compose screen & Notification actions). Since this Manager/Controller basically implements the core functionality of the app, and has to be available at all times, I thought about putting it in a long-running Android Service, which is bound to the Activity upon creation. This way it preserves the information throughout the whole "session". But here comes the problem: I don't know how to interact with the Service from my Composables. Should I bind to the Service from inside a ViewModel too? I feel like there's probably a more appropriate solution. [link] [comments] | ||
Development: need advice and suggestions about architecture and async libs Posted: 21 Jun 2021 11:08 PM PDT I haven't done any real Android work in a while. Last time I have used is MVVM and RXJava2. Since then there were a lot of changes in the development circles. I think I read that RxJava3 is out? Kotlin Flow, coroutines, jetpack etc. A lot of information to suck in in ever changing ecosystem. Can I get some ELI5 and suggestions on best architerure and libs used in a async working apps? Is MVVM and RxJava still the way to go? or did coroutines take the lead? What is exactly Kotlin Flow and Jetpack? Any good tutorials on youtube? What should I focus on and which is the preferred way to go? I presume people will say that it depends on a case, but I would really appreciate if I could get overview and suggestion on these. [link] [comments] | ||
My personal helper library for easy Android development Posted: 21 Jun 2021 03:22 PM PDT
| ||
Created a Library for analytics events analyzing in your app - EventCapture Posted: 22 Jun 2021 05:06 AM PDT Analytics events are the main part of an application, whenever you send the amplitude events to Google analytics or any other platform you open their website and check whether the event properties are passed correctly or not, to solve that problem I have implemented the solution in Library https://github.com/nikita-gurwani/eventcapture Please provide your feedback. [link] [comments] | ||
Coverage Reports In Android and SonarQube Posted: 22 Jun 2021 02:51 AM PDT I've been working with coverage reports and the SonarQube in the last couple of weeks and wanted to share my experience. Here is the article. Enjoy! 🥳 [link] [comments] | ||
Top Companies Contributing to Open Source - 2011/2021 Posted: 21 Jun 2021 11:05 PM PDT
| ||
Ad networks: should always check if GDPR applies? Posted: 22 Jun 2021 12:13 AM PDT Hi there, I have always worked with AdMob but recently I am testing ad mediation with other networks. What I am seeing is that all these networks have an API to request the user the use of tracking data in order to show personalized ads (in Europe). My question is, what is the default behavior if this check is not implemented? Do the ad networks ensure that the consent is given to show personalized ads, or by default they show personalized ads and then stop doing it if via the SDK we tell them that the user didn't give their consent? I'm asking because I am doing a simple test and I am not implementing this consent form just to make the testing easier. Thanks. [link] [comments] | ||
Is it safe to register multiple google developer accounts for different audiences? Posted: 22 Jun 2021 02:18 AM PDT I have a google dev account for a long time with games mostly directed to people aged 14+. Now I'm planning to publish kids apps directed to 2-5 years old. Is it good practice to create new google developer account for that purpose? Or this is forbidden? Can't find any google suggestions for that case. Thanks! [link] [comments] | ||
Posted: 22 Jun 2021 05:44 AM PDT I know java so is it better to study android using java and then transition to kotlin or to start with kotlin [link] [comments] | ||
Is native Android Development (using Java/Kotlin and Android Studio) still in use? Posted: 22 Jun 2021 07:34 AM PDT The question may sound a bit weird but seriously most of the popular apps out there use cross-platform development such as React Native. So, is native Android development still in corporate use? [link] [comments] | ||
Unable to authorize sideloaded application to multi-user Posted: 22 Jun 2021 02:45 AM PDT Hi - I'm trying to develop an Android app to run on a Chromecast with GoogleTV. I've been able to build the APK and install it on CCwGT so it works. However I am not able to assign this sideloaded app to another user. This is done via the settings menu and the app simply isn't shown in the list. It is visible in the main launcher. These other users are supervised kids accounts, a relatively new feature for CCwGT. I've sideloaded other APKs to see if I get the same behavior and those don't have this issue. They are visible in the list and assignable to other users. I'm looking for a way to achieve the same with my custom APK. If you have any info to share, I'd appreciate it. Thanks [link] [comments] | ||
Posted: 21 Jun 2021 11:49 PM PDT
| ||
Google for Games Developer Summit 2021 Posted: 21 Jun 2021 10:01 AM PDT
| ||
Posted: 21 Jun 2021 11:08 PM PDT i can say this because for the past 30 days i received 15k installs using google ads 90% of that is from a single country. but when i check the google play console. only 2-3 ratings from that country has been recorded. my total installs for the past 30 days is 18k installs so only 3k is organic traffic. but the ratings i received during this 30 days on that 3k orgainc installs are over 60 which is a lot lot more compared to the users i received using google ads. it doesnt make any sense since i gotten 5 times more users using google ads but i only received 3 ratings(15k installs) compared to organic traffic with 60 ratings(3k installs) [link] [comments] | ||
How much do you believe your app changed in the last year? Posted: 21 Jun 2021 10:06 PM PDT I'm making research to check how much an app changed in the last year, to help developers and managers better understand how the decisions that you make today will or not impact the future. I will be also sharing the results if you can just spend 1 minute and choose some options. [link] [comments] | ||
What are some popular APIs and libraries? Posted: 21 Jun 2021 11:55 AM PDT I want to learn more about Android and I see that job postings mention APIs and libraries as their requirements. I found this article from 2018 but wanted to know if it's still relevant today or if anyone would like to mention others. Thanks. [link] [comments] | ||
Anyone have idea how to make Youtube mod apps like Vanced? Posted: 22 Jun 2021 12:25 AM PDT I know the basics of making android apps, but have no idea how to make modded version of youtube app. [link] [comments] | ||
Any one facing issues with Android S on Android Studio's emulator? Posted: 21 Jun 2021 02:11 PM PDT I always get SystemUI not responding on first boot then it crashes and i get no SystemUI after that. [link] [comments] | ||
Is it possible to use MPI on Android? Posted: 21 Jun 2021 04:37 PM PDT Hello, everyone! I'm currently studying MPI and I have tried to work it on Android. I've installed OpenMPI in Termux, copied the MPI hello world there, compiled and runned, but it exited saying "Bad system call.". I couldn't run it even if I compiled it after removing nearly all code, leaving only "MPI_Init(NULL,NULL);" and "MPI_Finalize();" (really, just these two lines), and I still got the Bad system call. message. I wonder, what can cause this problem? Is it a hardware problem, or a software one? I also wonder, can traditional mobile apps use MPI? (for example, can several smartphones work together, or smartphone and desktop, working on the same task, e.g. parallel computing) [link] [comments] | ||
Sharp Edges in Kotlin Coroutines Testing Tools Posted: 21 Jun 2021 03:25 PM 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