This is mainly focused on the key to mobile application development using android technology. Here I am putting source code as posts that I created for my needs, and I want to share my knowledge to others who is facing any problem related with same topic.
Monday, June 21, 2021
How to improve build times in android
Few steps that can be taken to improve the build performance
Use Gradle enterprise caching to preserve build artifacts between runs
Split into library Modules
Breaking up appLibrary into their respective library modules
Integrate Pipe line
Development build pipeline - run for each PR
Release build pipeline - run for release cycle
Integrte Sonar
Profiling
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment