codenameone / CodenameOne

Cross-platform framework for building truly native mobile apps with Java or Kotlin. Write Once Run Anywhere support for iOS, Android, Desktop & Web.
https://www.codenameone.com/
Other
1.72k stars 408 forks source link

Possibility to implement adactative icons in android #3689

Open DurankGts opened 1 year ago

DurankGts commented 1 year ago

please provide a solution to this.

check this https://developer.android.com/develop/ui/views/launch/icon_design_adaptive

DurankGts commented 1 year ago

please check your support email about this important support

DurankGts commented 1 year ago

other link support very util: https://medium.com/androiddevelopers/implementing-adaptive-icons-1e4d1795470e

DurankGts commented 1 year ago

How can I implement this issue in your source code? witch project can I clone?

DurankGts commented 1 year ago

How can I implement this issue in your source code? witch project can I clone?

DurankGts commented 1 year ago

any help about how can I create support in your source code?

shai-almog commented 1 year ago

I'm guessing that this will go into the AndroidGradleBuilder.java file which implements the offline builder. If you can do it there then we can port it to the cloud builder.

DurankGts commented 1 year ago

could you tell me where can I locate this file in your project?

shai-almog commented 1 year ago

Just click "Go to file" in the project root and type the name. It's here.