Stay up-to-date with latest news on Android Development! Content directly fetched from the subreddit just for you. Powered by : @r_channels
Android CI builds
Hi, what kind of use can be made by testing an aosp CI builds in the Main branch...
https://redd.it/1cnslvx
@reddit_androiddev
Paperize - Wallpaper Changer
Hi! I want to share my free and open-source wallpaper changer app that I created while learning Android development. There are no ads in the app, and I will never add ads to it as I created it solely to learn Android
development.
It's a completely offline (provide-your-own) wallpaper changer. I'll have it up on Playstore and Fdroid soon enough, but it's on Github currently.
Let me know if anyone has any suggestions. So far, I've heard GIF wallpaper but that's not going to happen due to Wallp...
https://redd.it/1cnjqsq
@reddit_androiddev
Horizontal swipe on Jetpack Glance widgets?
Im developing some widgets for android, and ive seen that NothingOS has a music widget which you can swipe left and right on to skip forward and backward. The only way ive found to accomplish this is vertical scrolling, but not horizontal.
The idea is you swipe right and the album cover moves to the left, then the next song plays, and vice versa for previous song. Is there a way to move a Column or Box horizontally only? and set a constraint on how far it can go?
​
Heres a clip for f...
https://redd.it/1cn4bp9
@reddit_androiddev
Do you prefer sending integers, doubles, floats or String over the network?
I am wondering if you have a preference on what to send data over the network.
l am gonna give you an example.
Let's say you have a string of gps coordinates on the server:
40.211211,-73.21211
and you split them into two doubles latitude and longitude and do something with it.
Now you have to send those coordinates to the clients and have two options:
- Send those as a String and the client will have also to split the string.
- Send it as Location (basically a wrapper of two doubles...
https://redd.it/1cnc37c
@reddit_androiddev
How to change address from play store page from your personal address to virtual address
When i go to Developer Account > About you it says
Your legal name and address are taken from the Google payments profile that you selected when you created this developer account and obv i had there writen my personal address not knowing they gonna be public and it says if i want to change it i need to fill a form where i need to upload documents i dont have because its virtual address...
https://redd.it/1cn8pyg
@reddit_androiddev
Can anyone publish a Crypto AI webview app to Google Playstore
Can anyone publish a Crypto AI web-view app to Google Playstore for a fees i don't have a functional developer account?...
https://redd.it/1cn6jwo
@reddit_androiddev
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
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
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
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
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
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
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
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
Car racing game in kotlin multi-platform
https://redd.it/1cmakwh
@reddit_androiddev
Seeking Help: App Removal from Google Play Store - Technical Issue
Introduction
We are the developers of a job portal app that allows employers to post jobs and candidates to create resumes, facilitating direct connections between employers and potential candidates. Unfortunately, our app was recently removed from the Google Play Store, and we are facing challenges in getting it reinstated even after submitting an update. We need advice and suggestions from the community to resolve this issue.
Issue Description
Our app was removed from the Google P...
https://redd.it/1cno75g
@reddit_androiddev
Gallery app directly connected to Google Photos
Hi guys I have a problem with the Gallery App (Version 3.5.7.24-global in case it might help) on my Redmi Note 8 Pro (Xiaomi):
the app has received an update recently becoming directly connected with Google Photos, the problem is that before I could just go to the Google Photos app and select the folders on the device for which to make a backup and once done I could also delete individual photos from the phone and they would remain stored on Google Photos, instead now if I delete a photo or fol...
https://redd.it/1cnkmj2
@reddit_androiddev
Guys, check this out !, I implemented authentication in my app !
https://redd.it/1cnd7os
@reddit_androiddev
Hilt and single activity apps don't make sense together
My team and I have been working on maintaining and older app, after two years we are now at a point where we can realistically migrate the old dagger code to hilt and maybe think of making the app a single activity as recommended by google.
Note: we don't have compose yet, but it is a plan for the next two years.
The issue is, Hilt prouds itself about giving us ready for use components and scopes which is great compared to what we had before. But if we make the app a single activity, we would ...
https://redd.it/1cn9uyb
@reddit_androiddev
I will buy your old Google Play console!
I need any type of Google Play consoles! Feel free to dm me and I’m sure we will negotiate a great deal!...
https://redd.it/1cn813b
@reddit_androiddev
How to make a beta free? Google play console.
Hey there,
Im hopefully releasing just a small game soon. Im already fighting tooth and nail to find 20 people to even opt in for testing.
but I cant seem to work out how to make the beta free in google play console.
Its hard enough finding 20 friends or family let alone making them pay for a beta as well.
...
https://redd.it/1cn3dsz
@reddit_androiddev
SnapTick: Daily Planner App (Free)
https://redd.it/1cmzlek
@reddit_androiddev
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
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
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
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
Will my app status be affected if I don't fix Google billing by Jun 12?
https://redd.it/1cmgpxl
@reddit_androiddev
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
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
German Mobile job marker by Hays
https://redd.it/1cm9bhg
@reddit_androiddev