Stay up-to-date with latest news on Android Development! Content directly fetched from the subreddit just for you. Powered by : @r_channels
Experience of using Linux as android developer
I am considering to change my operating system to Linux as Android developer
I want your opinion about it or users who are using linux for Andriod developer...
https://redd.it/1kao9l5
@reddit_androiddev
Android Power Up Down Event timestamp?
Hello,
I am looking for what I believe is a timestamp created from android powering up and down however I can't find anything online. This is likely something that has or had occurred in android system since 2014 given the information I do have.
Does anyone know anything? Any help appreciated...
https://redd.it/1kakvy0
@reddit_androiddev
Android SDE phone screening
Has anyone gone through a phone screening for Android SDE position?
Please share your experience and insights. Also, Do we have to code in Kotlin or does Java work too? ...
https://redd.it/1kadljr
@reddit_androiddev
Launching File Transfer Soon - Looking for Suggestions
https://redd.it/1kagklr
@reddit_androiddev
Build Mobile Apps using text
https://reddit.com/link/1kagpnd/video/geqadlccppxe1/player
Hey r/androiddev,
I’ve been working on something I thought this community might find interesting — it's called MakeX. Basically, you type a simple text prompt ("build a task manager app" or "create a workout tracker") and it generates a real, working mobile app for you. You can preview it instantly on your phone, export the full code, and even manage app versions like Git inside a UI.
We’re different from things l...
https://redd.it/1kagpnd
@reddit_androiddev
Can anyone help? Whya are these grouped? Under system apps? Unable to stop/disable/unallow/delete?
https://redd.it/1kadeqv
@reddit_androiddev
What should be tested with unit tests in an android app?
Hello!
The time has finally come when I need to write unit tests. I read somewhere that it's very hard to do that if you weren't thinking of writing tests when you wrote the code, I don't know if that's true, but I didn't think i'll need to write them.
So what can and needs to be tested?
For example, my project follows mvvm structure mostly, I think. I have a few different viewmodels. Some of the functions end goal is to write/read something to/from room database, some to send/receive ...
https://redd.it/1kabeu1
@reddit_androiddev
Best way to decrease memory usage at compile time? And improve build times?
Hello, I have joined the new project recently and one thing i was stunned to see that it needs higher memory to compile the build for example if I set jvmargs xmx below 8 it always gives me daemon disappeared error. Also cannot run gradle commands on with build system having less cpu like 4-6, any thoughts and suggestions?...
https://redd.it/1k9yyj3
@reddit_androiddev
Android Studio Narwhal | 2025.1.1 Canary 8 now available
https://androidstudio.googleblog.com/2025/04/android-studio-narwhal-202511-canary-8.html
https://redd.it/1ka0j77
@reddit_androiddev
I'm the guy who posted about my AI-powered app developer account suspension.
https://redd.it/1ka3ib7
@reddit_androiddev
Question about how to architect my fitness app.
For context: I'm not a professional, but I have some background in software development from college, so I'm not a complete beginner. I got tired of having to take notes on my phone for each exercise I do in the gym, and I thought I could automate it. So, I've been teaching myself Android development, and this idea is what I'm working on.
Now, onto the architecture part. I have a Profile class, an Exercise class, and implementations of a Program interface, which defines a set of rules for updat...
https://redd.it/1k9y38f
@reddit_androiddev
Streaming Voice RX PCM via ADB
Hey all,
I'm a low level embedded engineer, the kind that works with C, C++, Python, Assembly for MCUs and application processors with Electronics on the side.
I recently started my first android project. Been using chat gpt to help with bootloaders, rooting, ADB to do a little project but I've hit a bump.
GPT seemed to think we could use ADB + Tinycap to grab a voice data PCM. stream over USB but I just get either device busy (when trying to start stream during call) OR invalid Args outside ...
https://redd.it/1k9u3p6
@reddit_androiddev
Deployment issue
Is there a workaround to deploy an application to the Google Play Store without needing to create a Service Account?
Currently stuck for my app deployment which requires the credentials JSON.
I have several issues on my teams end, which is why I am unable to create a service account on the Play Console account itself.
Notes : I do know you do not need to create a GCP to obtain the Developer API, but to get the developer API you still need a service account, so...
https://redd.it/1k9q94h
@reddit_androiddev
I love android development but I am scared.
Yes, so here's the context > btech undergrad, currently in 2nd yr. Absolutely love android development, I have started to understand what actually happens under the hood, it makes me curious. 3 months into Android dev. Made few basic projects. Tried MERN, flutter didn't like it as much.
People in the domain say there are very few jobs/roles in native android and difficult to find jobs.
Should I double down on Android or make a backup in Java backend ?
As I'm doing dsa in Java, and I'm not s...
https://redd.it/1k9pgqq
@reddit_androiddev
Created a Password Manager in Android Studio and its Currently Open Source on Github
Hey Guys,
I just release a password manger which use firebase Authentication for user login. Although it is still in development phase and don't have many features, its still can do basic things like saving your password, copying it, a login page, a signup page e.tc. If any of you guys are android developers, please help me. I currently posted it on Github and you can check it out at github.com, its currently open source. I will appreciate your contri...
https://redd.it/1k9jc6u
@reddit_androiddev
Avoiding "Open in another app?" popup when redirecting back to an Android app
Hi everyone,
I'm building an Android app that uses OAuth2 authentication.
After the login flow, the OAuth provider redirects the user back to my app using a custom URI scheme.
I've observed the following behavior:
In Chrome, the redirect works perfectly — my app opens automatically without any issue.
In Firefox, however, a "Do you want to open this link in another app?" popup appears before opening the app.
I've also noticed that in TikTok, when using Facebook login, even if it op...
https://redd.it/1kajk0b
@reddit_androiddev
Which tool allows to make screen recordings, that draws a fingers imitating gestures that user makes?
I would like to produce a lot of app demo videos on how to use the app. I guess there is a tool that allows to capture video from the screen of the device that also renders fingers of the user corresponding to gestures the real user makes. It seems I've seen such videos..
Are you aware of such tool?
Some time ago people were using a cursor looking like a human finger (actually, a photo of the finger), and run the app in Simulator while capturing region of the screen, but results looked imperf...
https://redd.it/1kaiy3n
@reddit_androiddev
Google Play Organization Account
Hi,
My question is geared towards those who might be working on similar apps or have an organization account.
I am working on an app that helps you with managing your meds, appointments, etc. (kind-of like a tracker)
Do I need to register as an organization for this? And furthermore, ...
https://redd.it/1kajbqf
@reddit_androiddev
Handling multiple mediation SDKs
If I am looking into handle multiple mediation SDKs (Admob, Unity, MAX etc.) for Android to maximise ad monetisation, is client-side auction possible? With some help of ChatGPT, I got this overview and also some Kotlin code samples. Is it a common practice and does anyone experience latency as a result of this logic?
Sample Components for Client-side Auction
1. Initialization Phase: Load and prepare all participating demand SDKs.
2. Ad Request Phase (Parallel Bidding): Send requests to ea...
https://redd.it/1kahfma
@reddit_androiddev
PC restart when I start the emulator
hi,
I recently got a new PC and it restarts (not all the time) when I open the emulator or when I run an image on it from Android Studio. I have an Intel I7 14700KF, Android Studio 2024.3.1 Patch 2, latest Windows 11 Pro and I'm using a Pixel Pro 9 image.
I have:
\- Hyper-V off (it wasn't enabled from the start)
\- Windows Hypervision Platform off (it wasn't enabled from the start)
\- Virtual Machine Platform off (it wasn't enabled from the start)
Didn't try to install Intel Hardware Ac...
https://redd.it/1ka61uc
@reddit_androiddev
DUNS Number With Agent Address?
I have set up an LLC in the US as a non resident, and now I need to get the DUNS number to publish my app on the App/Play Store.
However, I do not have a physical US address. Can anyone confirm if it possible to get the DUNS using an agent address?
I am seeing conflicting signals online. Some people say yes, others say no.
I really hope it’s possible, because if not, then it’s really sucks. Launching your app as an individual does not seem like a good solution to me. Does not look professi...
https://redd.it/1ka7fun
@reddit_androiddev
Android Studio Meerkat Feature Drop | 2024.3.2 RC 4 now available
https://androidstudio.googleblog.com/2025/04/android-studio-meerkat-feature-drop_28.html
https://redd.it/1ka21wy
@reddit_androiddev
Lipstick try-on app
I was always confused about which lipstick suits me best online. So I made this app to try before you buy. It’s free—would love your feedback!
https://play.google.com/store/apps/details?id=com.bingetry.vitualtryon...
https://redd.it/1ka70fz
@reddit_androiddev
Google Play Console Question
https://redd.it/1ka3r29
@reddit_androiddev
How to find where in my code memory keeps growing infinitely in an Android app?
In my Android app, memory usage keeps growing infinitely over time.
I want to know:
How can I find exactly where in my code this happens?
How can I trace which function or object is responsible for the memory growth?
If the memory profiler only shows growing `byte[]` or `String` allocations without showing my app code, how can I dig deeper?
What tools or methods can I use to catch the part of the code that causes continuous memory increase?
I’m looking for general metho...
https://redd.it/1k9zcdc
@reddit_androiddev
FusedLocationProvider gives consistently inaccurate speed
Hello,
I am writing a jogging app and for that want to display the users current speed.
I am using the FusedLocationProvider to get the user location.
The only problem is, that in real life testing the speed received from the location provider is consistenly slower than what other jogging apps (Strave, Nike Running) measure.
I tried this out with a KalmanFilter and without it. In both cases the measured speed is inaccurate.
I am using
Priority.PRIORITYHIGHACCURACY
and have experimen...
https://redd.it/1k9ttw3
@reddit_androiddev
Resources for Jetpack Compose?
Hi! I have been using this website for quite some time now to learn Jetpack Compose, but recently I have lost motivation, as most of the stuff they are using is deprecated. That is why I am asking you guys if you have some useful links which could be of any help. Thanks!...
https://redd.it/1k9t7zi
@reddit_androiddev
Any ideas how is this possible? And what should I do?
https://redd.it/1k9quyb
@reddit_androiddev
I (20M) want to know about future scope in android development as i just started learning it
I am currently in my 2nd Year of College (CS Branch) and doing android development from last month and is getting engaged in it.
(Knows Java , C , C++ , DSA (just basics) , DBMS , Unix OS ) ( I learned Everything mentioned above at good level not only for my examinations )
My Questions Are :-
1. How will i prepare for Native Android Developer ( My Current Roadmap according to my findings :- Kotlin > Develop Apps > Jetpack Compose > Develop Apps > No Idea ) Learning from The Complete Android 1...
[https://redd.it/1k9cktu
@reddit_androiddev
Choosing Android Development as a career in 2025
hi Devs,
so i thing is i was thinking of choosing android development as my career path. i was discussing it with a senior Dev (lives in my society). He told me that things in android changes rapidly like every year and it's a good career for short period (like 12 -15 years).
He also said that keeping up with the changes after in 40s will be very tricky and because of that, one of his friends has to quit it and is now doing a small retail business.
can somebody tell me if it's true? i feel ...
https://redd.it/1k927sc
@reddit_androiddev