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

DevsUnite: The App for the developers by the developers

Hi Guys,

My friend and I have developed a new app aimed at helping developers find the jobs they’re looking for and join supportive communities. Our app also offers learning roadmaps designed in consultation with top experts from various IT fields, and much more features.

We’d love for you to check it out and share your suggestions and feedback.

Please find the link below

PlayStore...

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

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

AndroidDev - Reddit

Any tips on becoming an Android Developer self taught?

Hello, I have started learning Kotlin and Android back in September 2023. In August, I did some CS courses to get a grip on binary, how computers worked, and some basic C. I worked with Linux for years and consider my knowledge of it advanced, especially with command line and troubleshooting, searching for problem solutions. So, I had the passion for computers and coding from the start.


I'm entirely self-taught, have no formal documents (homeschooled) that would help me to get a degree. I co...

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

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

AndroidDev - Reddit

How I Finally Memorized Modifier Ordering in Compose
https://zsmb.co/remembering-modifier-order/

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

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

AndroidDev - Reddit

Can we define Android developer as a front-end developer?

I have been doing mobile development around 7 years, I am defining it as client-side development but still having times to explain this to people :D Just wanted to ask what you guys think about this. ...

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

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

AndroidDev - Reddit

What's better way to configure Scaffold's topBar, fab per-screen?

Hi. I'm writing jetpack compose app, which need to have different title/action buttons, FABs, bottom bar's visibility in different screens. What's good practice to do it, while using Compose Navigation with new type-safe routes?

```kotlin
Scaffold(
modifier = Modifier.fillMaxSize()

) { innerPadding ->
NavHost(
navController = navController,
startDestination = Route.Login,
modifier = Modifier.padding(innerPadding)
) {
c...

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

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

AndroidDev - Reddit

What Fields Should I Be Familiar With to Become a Full stack Mobile App Developer?

I am starting out in mobile app development and I want to know what areas I should focus on to become a proficient developer. (courses, books, article...etc)...

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

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

AndroidDev - Reddit

Play Console address verification

How do I verify my address when my address isn't written on my ID, and the house isn't in my name?

Edit: I live in norway, so IDs will be a bit different....

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

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

AndroidDev - Reddit

TimeWise app

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

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

AndroidDev - Reddit

DownloadManager in 2024?

Despite being around for a long time, I had to work with DownloadManager for the first time recently, and it wasn't a pleasant experience.

While it does make the basic thing easy, most of the time, I'm wondering if there are better techniques these days, even for its core use case.

If you need a 'fire-and-forget' way to download to a public directory (e.g, Downloads) it seems easy enough. For example, your app allows a user to download a PDF invoice, but the app itself doesn't use that file on...

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

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

AndroidDev - Reddit

Is viewing event vs time frame chart feature no longer available in Firebase Events page? What are some good alternative?

Hi all,

Is viewing event vs time frame chart feature no longer available in Firebase Events page? What are some good alternative?

https://preview.redd.it/t29sl07uvg4d1.png?width=1614&format=png&auto=webp&s=43bfb9e822256d84958d4d4753b817a95c8bd018

Thanks....

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

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

AndroidDev - Reddit

Balancing a Managerial Role with My Passion for Coding - Need Advice

Hi everyone,

I've been an Android developer and freelancer for
years, and coding is my passion. Recently, I got an offer to become a Sales / Project Manager at a big freelance company. The role offers financial freedom but means I won't be coding anymore.

While the managerial role is an exciting opportunity, I can't imagine my life without coding. Developing in my free time is an option, but it doesn't feel the same as working on professional projects. I'm worried that not coding regularly mig...

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

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

AndroidDev - Reddit

Gradle 8.8 Released
https://docs.gradle.org/8.8/release-notes.html

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

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

AndroidDev - Reddit

Solo Android Dev Needs Tips for Refactoring Discussion

Our startup (me as the lone Android dev) is planning a Java/XML to Kotlin/Compose mobile app refactoring for clean architecture.

Any advice on tackling a discussion with the tech lead about this architecture change? Looking for tips on effective communication and key points to address.

Thanks, Reddit!...

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

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

AndroidDev - Reddit

Title: Need Advice on Upcoming Android Developer Tech Interview Involving App Code Review


Hi everyone,

I'm an Android Developer with several years of experience, and I have an upcoming technical interview where I'll be asked to review an app code that I previously submitted. This is the first time I'm encountering this format, and I'm looking for some advice on how to best prepare for it.

Here are a few specific questions I have:

1. What are the key aspects I should focus on during the code review? Should I prioritize readability, performance, adherence to best practices, or ...

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

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

AndroidDev - Reddit

Will google play manage exchanging currencies?

Hello, im looking to publish a small mobile game that i been making for a few months. Ideally i want to monetize it a bit trough optional ads and small paid powerups, but i got a few doubts

I live in argentina, theres high fee's for keeping up a bank account in dollars so i only have a bank account in pesos. If i were to publish my app trough the google play store, and lets say someone spends $2 on it, can they exchange that money from dollars to pesos? or would i need a different bank account...

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

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

AndroidDev - Reddit

My thoughts while exploring retrofit internals
coditive/understanding-retrofit-simplifying-android-networking-ef37f72f9cb8" rel="nofollow">https://medium.com/@coditive/understanding-retrofit-simplifying-android-networking-ef37f72f9cb8

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

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

AndroidDev - Reddit

I need to make a step-by-step user guide to a mobile APP... showing screen taps, editable... I know about screen record, but is there a better, more professional way? An APP that can do it all?

...

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

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

AndroidDev - Reddit

Demonstrating the lesser memory usage of flows in comparison to RxJava

I want to convince the Android team at my company that the memory footprint of Kotlin flows is much less than that of RxJava. I plan to retrieve a list of about 10000 items expose them to the UI via flows and then use RxJava to do the same. I can perform different operations on them and show how the same operation performed by Kotlin flows is more efficient from a memory usage point of view when compared to RxJava.

Do you think this is a good approach? We are already using coroutines in the UI...

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

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

AndroidDev - Reddit

Google payment library billed 0 USD
https://redd.it/1d7xs2g
@reddit_androiddev

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

AndroidDev - Reddit

Cronet as an alternative for Retrofit

By the looks of it Cronet seems suitable for low latency use-cases. Has anyone benchmarked this before?
Is it even worth the effort to switch to this?

https://developer.android.com/develop/connectivity/cronet...

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

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

AndroidDev - Reddit

Android Google Play Integrity API and Protecting Token

So i have an android app and its custom backend (i store my api keys and do api calls from the backend) but in order to protect the backend from unauthenticated requests i am about to use Google Play Integrity API but there is a question in my mind, what if after a successful app attestation (play integrity api verifies that the app is genuine instance of my android app then issues an integrity token) the token gets stolen and used for bad intentions, so i mean there is a valid and verified toke...

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

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

AndroidDev - Reddit

Anti-piracy outlooks

I did a quick search and found this official article:

https://developer.android.com/games/pgs/android/anti-piracy

May I ask if anyone tried this and how is the result?

I myself intend to sell a premium RPG on android in the future but worry about piracy... ...

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

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

AndroidDev - Reddit

I don't know if this is the right subreddit but I need help

I recently god a phone (pixel 8) running android 14 and I was wondering if I could bypass the parental controlsy parents use Microsoft family safety.On my PC I use task manager to stop the service and it is undetected. Can I do the same with android?
Thanks to anyone helping....

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

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

AndroidDev - Reddit

Older android versions

Does anyone where I can safely download all older android versions? I was told the official google site provided but I havent found anything so far, does anyone have any idea?...

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

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

AndroidDev - Reddit

How can I closely synchronize timing between an application that runs on multiple android phones?

I am applying for some grant money to port an application I have developed on dedicated hardware to work on typical android phones. The tricky part IMO is that each phone needs to synchronize with all the other phones so that the timing between them is not different by more than a few milliseconds. Currently I use a PPS signal from a GPS to sync devices very reliably. If I try to use an inconsistent cellular wan connection, I don't think NTP will give me the timing I need. Is PTP a good opti...

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

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

AndroidDev - Reddit

How quickly is Jetpack Composer overriding XML Layouts and MVC architecture?

I returned to Android Developing after working as a back end developer. And now we are using Jetpack Composer to create layouts. How quickly do you think it will become the industry standard as functional layouts instead of descriptive layouts?...

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

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

AndroidDev - Reddit

Should I use Handler for recurring startService calls?

I am basically starting a service every 10 seconds and after n times it will stop.
At first I was using an Handler.postDelayed() with callbacks.
Now instead I am using simply a Thread with a sleep (10000).

Since I've just read:

Note: For timing operations that are guaranteed to occur during the lifetime of your application, consider using the `Handler` class in conjunction with https://redd.it/1d7d65z">`Timer`
@reddit_androiddev

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

AndroidDev - Reddit

Did I brick my One plus?
https://redd.it/1d7c2xf
@reddit_androiddev

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

AndroidDev - Reddit

Android launcher with schedules

Maybe it is a silly question but why isn't any launcher with the ability of having custom screens depending on the time of the day?
(Maybe there are but I haven't found them)

It is an interesting feature for me but I haven't been able to find any...

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

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

AndroidDev - Reddit

Advance notice - what elements does this document need to have, and is it too late since the app is already in production?

So, I just released an app under a business developer account, but this app is for another company I'm associated with. Actually, it's an NGO where I am also the president. This app uses the NGO's logo and brand elements from their website.

From what I understand, I should give them advance notice that I can use this.

1.) Do you know how this advance notice should look? Is there any template?

2.) Is it okay if the document is signed by me, or will that look suspicious? Because I am both the C...

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

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