When optimizing a project, we usually print out the execution time of the method first, and then determine whether to optimize according to the time....
Gradle itself only provides the basic core functionality, other features such as the ability to compile Java source code, the ability to compile Android projects...
The concept of componentization of Android has been discussed since about two years ago. By now, the technology has slowly settled down, and more and...
In the development process of the project, with the increase of the number of developers and the increase of functions, if a reasonable development architecture...
Gradle defines a Settings file called Settings. Gradle, which is placed in the root project directory. Settings. Gradle is usually used to configure sub-modules. One...
ProGuard is a tool to compress, optimize, and obfuscate code. Although there are many other tools available to developers, ProGuard is already packaged with the...
To quote Gradle official paragraph of Gradle introduction: Gradle is an open-source build automation Tool focused on flexibility and performance. Gradle build scripts are wR...
This is a simple "short" solution that leaves Apk's build parameters entirely external. Build apK directly through external configuration of version information, server address, channel,...
Hotfix and plug-in are two hot technologies in the Android field, and they are also necessary skills for Android developers. At present, the popular thermal...
JsonParser is provided by default and internally uses Gson to automatically serialize JSON strings. If you have any problems using EasyHttp, please raise Issues. We...
In general, Android developers should reduce the size of the generated Apk by removing invalid resource files, keeping only xxHDPI resources, and lazily loading non-essential...
Gradle is an automated build tool that links the steps of compiling, testing, and deploying software together. This article is a study note for learning...
Gradle is an open source build automation tool that focuses on flexibility and performance. Gradle build scripts can be written in Groovy or Kotlin DSL....