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

JSON vs ROOM

I have heard a lot about the ROOM library for storing data locally, so my question is, using the ROOM library allows faster access to memory than with JSON?

I am developing a chats app with kotlin and jetpack compose, and the idea is to save the chats in one of the 2 systems, I know that with JSON I can save them as I want, but I don't know if ROOM has some limitations....

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

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

AndroidDev - Reddit

Use OpenGL for Android Auto

Hi All,

I would like to know if anyone has ever successfully drawn anything on Android Auto app (not Android Automotive OS) using OpenGL?

Is it possible?

Thanks in advance for any info....

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

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

AndroidDev - Reddit

Is there any possible workaround for this issue Google hasn't fixed for 5 months?
https://issuetracker.google.com/issues/317161101

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

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

AndroidDev - Reddit

Collections in Official Docs

Hi! first post here 😨😱

I use the official Docs constantly and I marked some pages to revisit, but I can't where my Colections are stored. Were are those?

Android API reference  |  Android Developers

https://preview.redd.it/vbll7o5t43zc1.png?width=1034&format=png&auto=webp&s=3e7772212c7201a4116f64280a9bab78361f89f0


...

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

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

AndroidDev - Reddit

Having Trouble adding Room Database libraries. Can Someone help?

Hi All, I am trying to add Room Database libraries. Every time I try to add the following:

implementation("androidx.room.room-runtime:$2.6.1")

It gives me error:

Failed to resolve: androidx.room.room-runtime:2.6.1

Add Google Maven repository and sync project

Show in Project Structure dialog

Affected Modules: app

Any idea to help me? ...

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

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

AndroidDev - Reddit

How to validate security of the open source library if I add the dependency in gradle ?

How do I know if a version of library from maven I am adding as dependency in my android project is safe ? What things I can check for validating security , if the library is open source and I can validate code. Let us consider retrofit as an example how do I know If this is safe to add in project https://mvnrepository.com/artifact/com.squareup.retrofit2/retrofit/2.11.0 .

...

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

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

AndroidDev - Reddit

Google I/O 2024, what sessions are you looking forward to?

This will be my first time going to Google I/O in person. What sessions are you guys most excited for as Android developers? Here's the list https://io.google/2024/explore/?q=mobile

​

Also does anyone know how scheduling of these works? Only the keynote and developer keynote have time slots. How do the other sessions run? Trying to plan out what I'm going to but don't know how if they don't have times...

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

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

AndroidDev - Reddit

How can roles be effectively managed in an Android application?

I'm developing an app with two distinct roles: admin and user. Depending on the user's role, I need to hide certain parts of the interface and disable specific functionalities. Currently, I'm using conditional statements throughout my code to check the role (if (role == "admin")) and determine what to display. However, I'm concerned that this approach might have vulnerabilities and isn't the most professional way to manage roles. Are there better techniques or best practices for controlling us...

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

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

AndroidDev - Reddit

Car racing game in kotlin multi-platform
https://redd.it/1cmakwh
@reddit_androiddev

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

AndroidDev - Reddit

NFC Access Xiaomi Pad 6s Pro

Hello everyone,
Firstly, I'm an Apple user, so apologies if the answer is obvious.

We are developing an Android app and need NFC access for wristbands. I have purchased the Xiaomi Pad 6s Pro as a test device, which is marketed as "supports NFC tag".
I can't find an option in the settings to switch on the NFC function and our app doesn't have access to it either.
There is only the item "Transfer items via NFC" in the settings, but I can't activate anything here.
OS is HyperOS 1.0.1.0.UNXEUXM

Ho...

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

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

AndroidDev - Reddit

Android app for learning sorting algorithms

I'd like to share Android app for learning sorting algorithms:
https://github.com/DmitryTsyvtsyn/AlgoSortingAnimations...

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

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

AndroidDev - Reddit

External xls file download

Begginer question here. I created an app that needs a lot of data to work with. The data is downloaded in xls format in the splash screen while the app loads, from my own website and then gets stored in the apps database. The xls is not stored on the device after the transfer to the dB is done so it gets destroyed.

Will this be a problem for app approval on play store? And if yes how can I work with this in a better way? Firebase?...

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

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

AndroidDev - Reddit

If I use stripe does Google still take a 15-30% cut of all in app purchases?

Title...

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

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

AndroidDev - Reddit

I can't figure out the reason for the rejection



Greetings fellow developers!

My application was suspended in Google Play, which was preceded by several rejections (I received a policy item, fixed everything, but again received a rejection without any details).

I have an AI chatbot app. I invested a lot of effort and money into it, I myself came up with interesting and useful prompts and unusual features. Satisfied the wishes of users who wrote in the comments and asked to add this or that function, etc. Over the entire life of the app, a...

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

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

AndroidDev - Reddit

Working on a Floor is Lava kinda game with Nextbots and its a PVP survival. Thoughts?

https://play.google.com/store/apps/details?id=com.Blingames.FloorIsLava...

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

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

AndroidDev - Reddit

SnapTick: Daily Planner App (Free)

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

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

AndroidDev - Reddit

Conditionnal compose modifier

A small story on Compose modifier, focus on how to friendly conditionally chain modifier.

https://itnext.io/compose-crafting-with-conditional-modifiers-30eaa44d76dc?sk=58d5e9f17c6c821de987308efc94ac1a...

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

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

AndroidDev - Reddit

My Favourite SwiftUI Component "Missing" from Compose

christopher.mederos/my-favourite-swiftui-component-missing-from-compose-c2f537d7a4aa">christopher.mederos/my-favourite-swiftui-component-missing-from-compose-c2f537d7a4aa" rel="nofollow">https://medium.com/@christopher.mederos/my-favourite-swiftui-component-missing-from-compose-c2f537d7a4aa

Anyone else doing KMP these days but writing the UI natively in SwiftUI & Compose separately?

One thing I actually prefer in SwiftUI is that it includes the Stepper component already. However, it's actually super easy (and ultimately a better implementation) to just write one in Com...

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

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

AndroidDev - Reddit

Developing a new app

I've been an android developer for more than 10 years. I published several apps since the play store had only a handful of them.
I'm currently have 2 apps in production one with 1M+ downloads, 11k reviews and 4.1 stars, the other with 500k+ downloads 29k reviews and 4.7 stars, which I try to update every month or so (both app are free, with ads and subscriptions). I don't remember the last time I got a rejection and normally updates are approved in hours.

I'm now developing a new app that I wan...

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

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

AndroidDev - Reddit

More frequent, focused updates for Android Studio
https://android-developers.googleblog.com/2024/05/more-frequent-focused-updates-for-android-studio.html

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

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

AndroidDev - Reddit

Will my app status be affected if I don't fix Google billing by Jun 12?
https://redd.it/1cmgpxl
@reddit_androiddev

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

AndroidDev - Reddit

Now we can use Fragments in Compose-based apps!
https://galex.dev/posts/android-fragment-migrating-navigation-from-fragments-to-compose/

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

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

AndroidDev - Reddit

Is this an appropriate place to ask basic questions about development?

I'm trying to write an extremely basic application. I'm not an app developer, just a person who is looking to make a mundane task simpler and less error prone.

I am using Android studio jellyfish, and chat gpt4 to fumble my way through this.

I'm wondering if this is an appropriate place to ask for guidance from the community, or if that's frowned upon here.

The idea is that the app will take user input on three fields. Field 1 and 2 are numerical indexes used to look up a value in a csv d...

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

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

AndroidDev - Reddit

German Mobile job marker by Hays
https://redd.it/1cm9bhg
@reddit_androiddev

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

AndroidDev - Reddit

Pixel Game with Kotlin (Jetpack Compose)

Hey Guys,

Sorry to be awkward, but I'm new to programming and just wanted a heads up before I get too invested in Kotlin to realise it can't be done and need to switch to another language/method. I'm currently studying Jetpack Compose in Android Studio.

Basically, I want to create a To-Do/Task manager app, but with some pixel animations on the side. Essentially, the app will run like this:

* Create Tasks,
* Complete Task;
* Pixel character plays an animation sequence.

My main concern is that...

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

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

AndroidDev - Reddit

Is Recent DataStore Library Update Breaking Apps?

Google released an update of 1.1.1 version for the Data Store library. Any version above the https://developer.android.com/jetpack/androidx/releases/datastore#1.1.0-alpha04 is breaking few aspects of the data fetching scenarios on the app.

For example, we can’t reliably fetch the data store values using viewModelScope.launch. At times, it returns old values or default values instead of the actual value of the DataStore. In the previous versions of the DataStore Library, the app worked correctl...

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

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

AndroidDev - Reddit

How do you all manage mobile app dev for customer on things like project management, testing, collaboration, version control.... ??

Hi all, I would like to know how are you dealing with appdev (mobile + web) when it comes to collaboration + version control + project tracking? It's painful for me to having to deal with apk and ipa files testing when developers send me and it's all over the place when we use WhatsApp to keep track of mobile app testing and version control. Any tool out there that solves this?...

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

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

AndroidDev - Reddit

Preparing for K2
https://www.zacsweers.dev/preparing-for-k2/

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

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

AndroidDev - Reddit

How do you protect your developer name from impersonation?

Hi guys. It bugs my mind and was wondering how you guys protect your developer name from impersonation on google play.

I mean if you are just starting as an indie developer and find a creative name that no one uses its all finde. But what if you wont get famous or noticed and a company or startup files a trademark protection with your name or a simular one that could fall under the impersonation guidlines.

Doesnt that mean that if you dont have a official company or brand with a global trade...

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

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

AndroidDev - Reddit

End of free CASA Tier 2 certification for Google Drive

A few months ago and according to this post, it was possible to do a Tier 2 certification for free with PwC (pwc.com).

Not anymore. The email from Google now contains:


> For your Tier 2 CASA assessment you may contact our CASA authorized preferred partner TAC Security, with whom we have negotiated a discounted rate for Tier 2 CASA assessments. Alternatively, you m...

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

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