Android Dev - App Feedback Thread - October 01, 2021 |
- App Feedback Thread - October 01, 2021
- Has anyone actually use the In-App Review Plugin on their apps? In-App Review vs Traditional Popup(redirect to playstore page)
- What conflict did you have at work as an Android developer and how did you solve it?
- Simple Button Design
- Review to unlock a part of the app
- Updating my tech stack: RxJava vs Flow
- Question about metadata of music apps
- How to locate app data on a tablet memory
- How to listen to the traffic of a Reddit app and post about it on Reddit?
- [Help] M1 or Intel Mac for Android dev?
- So many options, but which one do you use to replace SingleLiveEvent?
- REVENUE: Personalised vs. non-personalised ads
- Google Play indexing problem?
- Sync failed
- Please I need some serious help
- Custom views [kotlin]
- Sync Failed
- Android Studio Bumblebee Canary 13 available
- Using Jetpack Compose in production
- All About Opt-In Annotations - zsmb.co
- I'm trying to move from only-used-by-me projects to releasable projects, but I could use some advice on how to set up API key protection.
- Firebase Remote Config: in-app default parameter values
- Upgraded to Arctic Fox 2020.3.1 and my "src/main/jni" is not showing in the project anymore.
- Android Antitrust Appeal Case: Google asks the judge to revoke the $5 billion fine
- GPlay: 30 characters limitation
- If your app require a device unique ID for tracking data or white listing device, watch this video to get some idea how it should be done!
App Feedback Thread - October 01, 2021 Posted: 01 Oct 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] | ||
Posted: 01 Oct 2021 01:52 AM PDT | ||
What conflict did you have at work as an Android developer and how did you solve it? Posted: 01 Oct 2021 06:06 AM PDT What's the best way to answer this Interview question? [link] [comments] | ||
Posted: 30 Sep 2021 11:47 AM PDT
| ||
Review to unlock a part of the app Posted: 01 Oct 2021 08:07 AM PDT A perhaps simple YES/NO question: Can I encourage users to leave a review to gain something in return (a game mode in this case)? Why I'm asking Is because I don't want my app to be taken down if this goes against Google Play rules. If yes: Have you done this? What was the result? Does users really like this? [link] [comments] | ||
Updating my tech stack: RxJava vs Flow Posted: 01 Oct 2021 07:33 AM PDT Hi everyone! 👋 So, I'm about to start a new project from scratch and I'm looking into updating my tech stack. The last project I've completely created from scratch is from 2 years ago, and well, we all know how much technologies can change in a few years. In that last project I used:
So, for this new project I'll be using:
I'm pretty much sold on the idea of using Hilt, honestly I've tried it, and it does remove a lot of boilerplate code. I've seen some people complain about issues with dynamic feature modules, but I'm not going to use those so I think it would be fine. ------------------- Now, the only thing that I'm still trying to figure out is if I actually want to use is Kotlin Flows. So far I haven't had any issues replacing RxJava with Kotlin Flows, the API is kinda the same, I'm not sure if the RxJava API and the Flow API are 100% equivalent. I mean, I haven't seen any Flow API function equivalent to RxJava's I've implemented a few Interactors/UseCases where I zip several network calls together, and flat map one of those network calls if something goes wrong. So I can kinda do the same things that I'd do with RxJava. I've also been reading a few articles in favor and against RxJava/Flow. So, I'm going to list these articles below and digest a few interesting pointers:
So, TL;DR:
I'm 80% convinced to move to Flow by now, but I'd like to hear what everyone else thinks. Appreciate all the feedback. Thanks, [link] [comments] | ||
Question about metadata of music apps Posted: 01 Oct 2021 07:23 AM PDT How can I get metadata of different music apps, I have used intent filter with broadcast listener, but except for Spotify no other apps seem to fire any of the intent filters, am I missing something here I'm a new android developer. [link] [comments] | ||
How to locate app data on a tablet memory Posted: 01 Oct 2021 07:16 AM PDT Hi there :) I have an app on my Android tablet that shows short video loops (2 or 3 seconds). I assume it is using the RAM. Is it possible to locate the loops on the tablet's memory? No relevant files could be found in the android cache folder or in any of the app folders. [link] [comments] | ||
How to listen to the traffic of a Reddit app and post about it on Reddit? Posted: 01 Oct 2021 06:20 AM PDT
| ||
[Help] M1 or Intel Mac for Android dev? Posted: 01 Oct 2021 06:16 AM PDT Hi I have an option to get 16inch Macbook Pro 2019 or Macbook Air/Pro M1. What are your suggestions? My primary tasks are Android app development (and use emulator quite rarely for testing also). Cost is not an issue. Thanks... [link] [comments] | ||
So many options, but which one do you use to replace SingleLiveEvent? Posted: 01 Oct 2021 05:07 AM PDT I found you can use a
or a
Also not sure about which But I found a bunch of posts mentioning The aim is to purely find a replacement for [link] [comments] | ||
REVENUE: Personalised vs. non-personalised ads Posted: 01 Oct 2021 04:30 AM PDT Hi there, I am working on implementing a banner ad in my Android app. I am quite opposed to ads in general and do not like my app users to be tracked because of it. Hence, I am considering adding only non-personalised ads to my app, even if I might earn less. Does anyone know how much revenue loss (in percent) I can expect in general, compared to personalised ads? (I implement AdMob banner ads). I could not find any reliable information about it in the internet, hence I would like to hear your experience/opinions. Thanks in advance for your help! Cheers :) [link] [comments] | ||
Posted: 01 Oct 2021 04:23 AM PDT I have noticed that lots of apps have disappeared from Play Store (mine included). I can't even find something like: TINDER using certain google accounts (from others it's appearing). But it looks like google is not properly indexing +18 apps. Has anyone noticed it too? [link] [comments] | ||
Posted: 01 Oct 2021 04:14 AM PDT Hi, I god some sync error issues in my android studio gradle project. "Gradle project sync failed. Basic functionaltiy(e.g. editing, debugging) will not work properly)" Could not find method implemenation() for arguments [random libary]. Thank you for your support. Kind regards [link] [comments] | ||
Please I need some serious help Posted: 01 Oct 2021 03:06 AM PDT I am developing an app and I wasn't to get the track details of any music playing from any app in the background, I set intent filter on my main activity, but It can only detect changes in Spotify but not other apps, for example Jiosaavan, Gaana or Amazon music or wynk, please help me figure out what's the problem and what's the solution, please. [link] [comments] | ||
Posted: 01 Oct 2021 02:51 AM PDT Hi guys. I want to learn about android custom views using kotlin but I dont know where to start. Is there any good resource you guys may recommend to me like a course or anything else. Thanks [link] [comments] | ||
Posted: 01 Oct 2021 02:46 AM PDT
| ||
Android Studio Bumblebee Canary 13 available Posted: 30 Sep 2021 09:58 AM PDT | ||
Using Jetpack Compose in production Posted: 30 Sep 2021 01:29 PM PDT Anyone using Jetpack Compose in production? How trustworthy is the API and is it prone to change? Do you feel any improvement in the project in comparison to XML layout?! [link] [comments] | ||
All About Opt-In Annotations - zsmb.co Posted: 30 Sep 2021 08:14 AM PDT | ||
Posted: 30 Sep 2021 05:16 PM PDT I am trying to take things a bit more seriously with my Android projects (semi-self taught) and I want to release something for the first time on Google Play. I'm not expecting people to download it, but I want to get a hang of the better development practices. My project now requires API keys for Microsoft's Translator API on Azure. For my previous projects, meant just for me, I was pretty loose with storing API keys and secrets. But those were free API keys, these are not (after a certain amount of monthly usage), so I'd much prefer someone not easily finding them and making me go over my $0 budget. After spending a bit of time looking into this, I still have no idea what I should do. I'm not too familiar with how the Android builds there apps in general (they didn't teach mobile development at my college and android standards seem to change yearly now), so I don't know what is easily accessible and not easily accessible from a decompiled APK. I have some feelings about the pros/cons of certain solutions, but I'm not confident. So feel free to let me know if something I think is incorrect (I prob am). Ideas I've found for solving this issue and my initial thoughts:
How dangerous are options #1, 3, and 4 compared to #2's server implementation? Is there a possible solution I missed? Apologies for the rambling. [link] [comments] | ||
Firebase Remote Config: in-app default parameter values Posted: 30 Sep 2021 02:32 PM PDT Learn how to properly configure the in-app default values for your Firebase Remote Config parameters https://medium.com/dipien/firebase-remote-config-in-app-default-parameter-values-15c933c86fc [link] [comments] | ||
Upgraded to Arctic Fox 2020.3.1 and my "src/main/jni" is not showing in the project anymore. Posted: 30 Sep 2021 11:51 AM PDT I updated AS and now my native files in "src/main/jni" are not shown in the project. I build the files externally but I want the whole 'jni' folder to be visible in the project as I use AS for editing and searching the files. Do you know how I make them visible again? Maybe a method to make any folder visible in the project? [link] [comments] | ||
Android Antitrust Appeal Case: Google asks the judge to revoke the $5 billion fine Posted: 30 Sep 2021 09:37 AM PDT
| ||
GPlay: 30 characters limitation Posted: 30 Sep 2021 08:35 AM PDT Hey guys, What do you think about the new 30 characters in title limitation? Have you changed your titles already? If yes, how has it impacted? [link] [comments] | ||
Posted: 30 Sep 2021 03:19 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