I want to know Optimizing Android App Performance

Hello everyone,

I have facing few performance issues with my app, particularly with its responsiveness and load times.

A productivity application with multiple functionalities, including real time data syncing & complex UI interactions.
Developed using Android Studio with Java and some Kotlin for modern components.

Challenges
The apps UI is lagging during transitions and data loading.
The initial load time of the app is noticeably high, which might affect user experience.
The app seems to be consuming more battery than expected.

I have already tried a few approaches to address these issues, such as optimizing layout hierarchies, reducing unnecessary background tasks & enabling ProGuard to shrink code. the improvements have been minimal.

I want advice on this following areas :point_right:

Efficient handling of background processes and threading.
Best practices for reducing load times and improving UI smoothness.
Tools or libraries that can help with performance profiling and optimization.

Also i have read this article/rescores ; Android Profiler Documentation Mendix Platform Features witch help me a lot.
Thank you in advance for your help :slightly_smiling_face:

1 Like

You should give more information. Which components you are using, like images, texts etc and how many process are being done at a time.

Also you should give the play Store url for check your app