reddit_androiddev | Unsorted

Telegram-канал reddit_androiddev - AndroidDev - Reddit

-

Stay up-to-date with latest news on Android Development! Content directly fetched from the subreddit just for you. Powered by : @r_channels

Subscribe to a channel

AndroidDev - Reddit

🔥 Looking for Android/iOS Developers for a Startup! 🔥

Hey! I'm working on a unique mobile application and looking for Android/iOS developers who want to be part of a startup. If you're interested in working on a real project, growing your skills, and building something awesome – join the team!

💡 What’s the project about?
It’s a startup in the mobile tech industry. I can't reveal all the details yet, but it's a promising idea with huge potential.

🔍 Who am I looking for?

Android developers (Jetpack Compose, Kotlin)
iOS ...

https://redd.it/1jdn9h7
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Navigation drawer menu

I wanted to ask if it’s still being used in modern apps or should i use bottom navigation instead? ...

https://redd.it/1jdnaha
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Options for crash monitoring?

Hello!

Me and my team are looking for an easy-to-implement and preferably cheap system for crash monitoring in our Android field app. Does anyone have any suggestions?

We are considering Firebase Crashlytics, anyone used it before? If so, how is the integration process and any cost approximations?

We have around 3000 daily active users if that matters.

Thanks in advance! :-)
...

https://redd.it/1jdhyxl
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

The new warnings added on Google Play are a very bad addition to the store
https://redd.it/1jddo84
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Using google maps on android: Do we really need to have to insert the API key inside the android Manifest? Is that dangerous? How to protect yourself?

Hello, I am about to use for the first time the google map api for android,

And apparently in order to display the app in your app context, you need to have the API key defined in the android manifest like this:

<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="YOUR_API_KEY_HERE"/>



* Isn't there any other way?
* Isn't that dangerous? People can get your api key.
* I read about restricting the api to your app, but is that enough? Are there bad storie...

https://redd.it/1jdbi1z
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

How do I go around this?
https://redd.it/1jd8z4v
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Database app creation framework?

Hi all

I've knocked together a basic hobby tracking app in Google Appsheets but I'm now interested in offering it out to other people in the my group. and Appsheet has limits when it comes to publishing. It also produces really ugly looking apps.

Is there a noob friendly app creation framework that allows me to create a basic database app (essentially a recipe tracker but with the requirement for daily measurements) that can be used on either Android (me) or iOS (basically everyone else) and ...

https://redd.it/1jd7pfy
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

StateFlow<Any?>(null).collectAsState()
SharedFlow<Any>.collectAsState(null)

Do these produce the same result in Compose?...

https://redd.it/1jd5r4z
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Streamlining Navigation in Jetpack Compose with a Handy Extension Function

Hey fellow Android Devs!

I wanted to share a small but sweet extension function I put together for Compose navigation. You know the drill: navigating while ensuring the back stack is cleared properly can get verbose. So, I created a utility to simplify it.

Instead of writing this every time:

composable<Here> {
Screen(
onClick = {
navController.navigate(Destination) {
popUpTo(Here) {
inclusive = true
...

https://redd.it/1jcxlwm
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Is there a way (or tool) to measure code coverage for Composables?

It seems like Jacoco is unable to do that. What about Kover? I just find it hard to believe we don't have any tool or method to do code coverage for Jetpack Compose. Or maybe there is and I can't find it?...

https://redd.it/1jcs214
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

My first open-source handwriting project: Aiming to provide advanced drawing tools!

Hello, I have created my first open-source project related to handwriting tools. It is designed to be advanced and provide a variety of drawing tools. If you are interested, I would appreciate any feedback or advice!

https://i.redd.it/gb8711ayyzoe1.gif

...

https://redd.it/1jcfidg
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Cannot test Gemini Vertex API via emulator on mobile

Hello

I had created a Firebase project for my Android app last year. Last week, I enabled Firebase AppCheck to access the Vertex API for Gemini Multimodal API.

But, I am unable to get the debug token to test my app on my mobile. And it seems Gemini is not getting the input image as well due to this access issue.

Can someone please let me know where should I look for the solution?

Thanks...

https://redd.it/1jc5a2o
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Understanding ViewModel Scoping in Jetpack Compose
codeint/understanding-viewmodel-scoping-in-jetpack-compose-7c838d84c376" rel="nofollow">https://medium.com/@codeint/understanding-viewmodel-scoping-in-jetpack-compose-7c838d84c376

https://redd.it/1jc1vk6
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Is there still room for an indie developer to make money with a side project?

In an era where the Play Store is saturated with apps, does it still make sense to develop an app with the goal of generating a steady extra income?

Is anyone here successfully monetizing their projects? If so, how did you come up with an idea that works?

My concern is that with so much competition, there’s no real reason for users to choose my app over existing alternatives. How do you deal with this challenge?...

https://redd.it/1jc3yl5
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Does anyone know (or know how I can find out for myself) whether or not there will be an ability to have Kotlin apps/widgets run bash scripts and get information from the new Linux containers they are rolling out?

IMO this has to be a question Android devs are either wondering or already know. So I thought I would ask here, figuring I wouldn't be the only one interested in the answer.

For an example, lets say I wanted to make a custom widget for Taskwarrior (a FOSS, command-line task manager available for Linux). In my use case, I want to create a custom widget that enters the proper bash command (e.g. task add priority:H Pay bills) based on my input. This is one of the most basic use cases I can co...

https://redd.it/1jbze6w
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Transfering app to new account without getting banned

Asking because EVERYONE is getting banned on Google Play Store, and i really want to avoid that.

So i tried to upload health app to individual account, but it got rejected as my account type was individual. It never made the jump from Google Play Console to Google Play Store.

Created a sole proprietorship and organisational account and wish to upload it there instead.

Should i do app transfer?

Should i just upload the same apk? Or will that get me banned because of google will think my sole ...

https://redd.it/1jdo6xx
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

How to implement such animation?

https://redd.it/1jdhm2z
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Gradle Build Failing on Azure Pipelines Due to RAM Limitations

Hi everyone,

I'm facing an issue with Gradle builds failing on our Azure Pipelines CI/CD setup due to insufficient memory. The VM we use has 16GB of RAM, but at certain points during the build, it runs out of resources and crashes.

Is it normal for an Android build to require more than 16GB of RAM?
Are there any optimizations I can make on my end as an Android developer to reduce memory usage?

In case it helps, in my application, I make use of dagger hilt and it is single module. ...

https://redd.it/1jd8k41
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Google Play new warnings are a very bad addition to the store
https://www.linkedin.com/posts/sam-ganzha_google-play-just-changed-the-game-google-activity-7305897194623016960-yqfH?utm_source=social_share_send&amp;utm_medium=android_app&amp;rcm=ACoAAAESaIkBGoshFFw0eGJ8MZvlalsbRI8xQFA&amp;utm_campaign=copy_link

https://redd.it/1jdd7ay
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

My recent experience of publishing to Android Play Store, step by step guide.

# My recent experience of publishing to Android Play Store, step by step guide.

An important step that is missing from all instructions: Before everything else: let's make sure, that app is *releasable*. At first I didn't do it myself, which I later regret more than once.

# Step 0. Release build.

If you have working *release build* already, then just skip this step. Otherwise I assume, that everything you've done in Android Studio before, was in default *debug* mode. Time to switch to *releas...

https://redd.it/1jd0w5i
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Why is Google tolerating apps having their own built in browser that doesn't let you open any links externally, or even copy them?

Reddit app being the best example, no matter which link you try to open it will open it in a built-in browser with no option to open link in external browser or even copy the link. Seems awfully bad for user experience and makes urls useless....

https://redd.it/1jd8xg4
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

What’s your biggest pain point when debugging or monitoring apps?/ feedback

Hey devs 👋,

We’re running a short, anonymous survey to understand the real-world challenges developers face when it comes to app performance, debugging, and monitoring — especially across mobile and web apps.

The goal is to collect raw, no-fluff feedback directly from the developer community so we can explore solutions that actually help.

👉 It takes under 2 minutes to complete, and we’re not collecting any personal data or pitching anything. Just trying to get a pulse ...

https://redd.it/1jd7dkk
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Does stateflow resend old value when you return from backround?

LiveData used to resend the old even when you return to the app. Does stateflow do the same thing?...

https://redd.it/1jd2e95
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Can I not have the top fixed when the keyboard comes up? I want to see the top result
https://redd.it/1jct6hn
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

A beginners' Guide to Understanding Notifications in Android
https://itnext.io/understanding-notifications-in-android-a-developers-guide-fce100810f1c?source=friends_link&amp;sk=d6a7f9fc294db805a769e5dbd271f013

https://redd.it/1jckh4x
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

A guy is writing a same review to my apps

There is something that makes me nervous. It may sound funny and weird.



There is a guy, probably Albert, who is writing the exact same review to one of my apps since like August/September (I have only 2 screenshots from January and today). Now he started to comment my other apps. He is doing it minimum 3 times a week and his comments got deleted by Google automatically, so i don't know what is his nickname and i can't reply him to stop it.


My question is: Is there a possibility that Goo...

https://redd.it/1jc515v
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Project idea

I’ve studied a lot of android topics like compose, components, room, preferences datastore, nav, networking, coroutines(still don’t fully it much).
And i create some projects using this topics(except the components e.g. services, content providers and broadcast) but i don’t fell them.
I have like 2 or 3 free months and i want to seize this chance to make a robust project so i can put in my resume and apply these topic and more topics to learn in this project. So any ideas?...

https://redd.it/1jc6pm3
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Having trouble when splitting two identical apps

It should work, but it doesn't. On all the other androids I have owned, I could run two chrome instances on the same screen (work profile), but on the new one I can't? Is there a specific flag that the OEM set that I can change through ADB?...

https://redd.it/1jc5ad0
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Why do we need Composition Local Provider, when we can just declare everything inside a data class?

Am I misunderstanding how it is supposed to be used? Let's say I have a bunch of padding values. So, I create a data class for them:

@Immutable
data class TimerScreenConstants(
val padding1: Float = 1.dp,
val padding2: Float = 2.dp,
val padding3: Float = 3.dp,
val padding4: Float = 4.dp,
val padding5: Float = 5.dp
)

Then, I create a composition local provider:

val
LocalTimerScreenConstants
=
staticCompositionLocalOf
{...

https://redd.it/1jbz18l
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Layouttesting on Android

I am currently rebuilding my iOS app in Jetpack Compose.

It's going quite well. But I have a question regarding layout testing.

On iOS, I always look at my screens on a small and large iPhone simulator and an iPad simulator. I also test on my own real iPhone.

Is a similar approach valid for Android? So testing in the simulator for the three form factors and then on a real device? There is significantly more variety in end devices. Can I then assume that it will fit on all of them? And which i...

https://redd.it/1jbtqng
@reddit_androiddev

Читать полностью…
Subscribe to a channel