App Feedback Thread - October 01, 2021 Android Dev |
- App Feedback Thread - October 01, 2021
- Publishing apps for others
- How to mitigate reverse engineering attacks
- What conflict did you have at work as an Android developer and how did you solve it?
- App suspended from the Play Store
- Can i open a play store developer account in another country to unlock in game purchases ?
- How to find out which Android devices are my user's using?
- Has anyone actually use the In-App Review Plugin on their apps? In-App Review vs Traditional Popup(redirect to playstore page)
- Updating my tech stack: RxJava vs Flow
- How to calculate retention?
- Which (Jetpack) libraries are not available to use from Java at this moment?
- How to locate app data on a tablet memory
- [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?
- Question about metadata of music apps
- Custom views [kotlin]
- Sync Failed
- Review to unlock a part of the app
- Please I need some serious help
- Sync failed
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:21 PM PDT I was curious what the standard way of writing apps for other people/companies are? I have my own developer account. I was asked about writing a small app for someone else and wanted to find out how others handle releasing it. Do you build an apk and let them get a dev account and submit or submit under your own account? Or a different way that I don't know 🤔 [link] [comments] | ||
How to mitigate reverse engineering attacks Posted: 01 Oct 2021 12:14 PM 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] | ||
App suspended from the Play Store Posted: 01 Oct 2021 11:03 AM PDT
| ||
Can i open a play store developer account in another country to unlock in game purchases ? Posted: 01 Oct 2021 01:01 PM PDT Hi, i want to publish my mobile game but I'm from a country where in app purchases are not allowed, can my friend who lives in another country make me a google play store dev account from there, with my own bank account ? And will it unlock in app purchases for me ? Thanks. [link] [comments] | ||
How to find out which Android devices are my user's using? Posted: 01 Oct 2021 03:25 PM PDT Hello, I am new to Google Play Console. I'm trying to figure out which Android devices are the most commonly used by my app users. The only way I know of doing this is through Download Reports -> Statistics -> Installs -> Device Breakdown. But this outputs a .csv report. Is there an easier way? Thanks in advance. [link] [comments] | ||
Posted: 01 Oct 2021 01:52 AM PDT | ||
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] | ||
Posted: 01 Oct 2021 10:17 AM PDT I just have one question. Is retention calculated: According to the number of users who INSTALL the app divided by how many users come back on the nth day OR According to number of users who SIGN UP divided by how many users come back on the nth day [link] [comments] | ||
Which (Jetpack) libraries are not available to use from Java at this moment? Posted: 01 Oct 2021 08:10 AM PDT The obvious one is Compose, which straight up can't be written in Java. But are there any other libraries that you literally can't use in your app if it's built with 100% Java? [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] | ||
[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] | ||
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] | ||
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
| ||
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] | ||
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 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] |
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