Android Development

593 readers
1 users here now

Welcome to the programming.dev Android development community!

The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License

founded 2 years ago
MODERATORS
1
2
3
4
11
The Third Beta of Android 16 (android-developers.googleblog.com)
submitted 2 weeks ago by [email protected] to c/android_dev
5
6
3
The Second Beta of Android 16 (android-developers.googleblog.com)
submitted 1 month ago by [email protected] to c/android_dev
7
 
 

Hi guys.

I have an android head unit for my car that only manages multimedia, navigation and stuff. it also has multiple physical buttons and knobs. It’s offbrand so can name the particular brand or model.

can I for example upgrade the OS?

8
6
The First Beta of Android 16 (android-developers.googleblog.com)
submitted 2 months ago by [email protected] to c/android_dev
9
10
5
Get your apps ready for 16 KB page size devices (android-developers.googleblog.com)
submitted 3 months ago by [email protected] to c/android_dev
11
12
4
The Second Developer Preview of Android 16 (android-developers.googleblog.com)
submitted 3 months ago by [email protected] to c/android_dev
13
 
 

cross-posted from: https://programming.dev/post/22983650

I know that Android 14 requires targetSdkVersion >= 23 (or higher on the Play Store), but are there other minimums for this and minSdkVersion?

14
1
The First Developer Preview of Android 16 (android-developers.googleblog.com)
submitted 4 months ago by [email protected] to c/android_dev
15
16
9
Flutter has been forked to Flock (flutterfoundation.dev)
submitted 5 months ago by pylapp to c/android_dev
17
 
 

I followed the recommended processes for adding images to my app, and it is being displayed correctly on the layout preview, but not at all on the app. I have vector assets, webp, png images, but none are being displayed.

The project is too big to put here in its entirety, but please ask for any snippets that could help you solve the issue. I've tried searching the web and asking LLMs and neither could help, so please help me, fellow humans.

18
19
 
 

Title Thanks

20
21
4
submitted 6 months ago* (last edited 6 months ago) by tinkralge to c/android_dev
 
 

I have no experience with android apps and just started working on one that needs to work with relational data. The relational data has multiple many-to-many relationships and the inbuilt ORM (Room) is leads to class explosion.

While looking at ORM libraries for android, there seem to be many that are out of date:

From 5 of the Best Android ORMs (2014) and AlexeyZatsepin/Android-ORM-benchmark (2017)

I'm leaning towards Requery because I like its API the most (hides SQL the most), but haven't looked at ObjectBox yet.

22
14
Android 15 is released to AOSP (android-developers.googleblog.com)
submitted 7 months ago by [email protected] to c/android_dev
23
 
 

I'm new to using reactive and functional programming in kotlin with libraries. I'm maintaining a project at my company that uses only .orNull() from the arrow.core.Option class.

My question is: why is the project returning the first type instead of the second one?

Single<Option<UserEntity>>
Single<UserEntity?>

Can't the DAO object return a null type if it doesn't find the object on a query such as SELECT * FROM users WHERE id = 1 ?

24
17
Adding 16 KB Page Size to Android (android-developers.googleblog.com)
submitted 7 months ago by [email protected] to c/android_dev
25
view more: next ›