Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,12 @@ My personal recommendation is (for now) to use the android api to build a native
- [awesome-android-performance](https://github.com/Juude/awesome-android-performance) - A list of awesome Android tutorials, videos and tools for performance optimization.
- [Booster](https://github.com/didi/booster) - Booster is an optimization toolkit for Android applications.

# Shrinking

- [ProGuard](https://www.guardsquare.com/proguard) - The industry-leading Java shrinker for Android apps.
- [R8](https://developer.android.com/studio/build/shrink-code) - The default shrinker for Android apps.
- [ProGuard Playground](https://playground.proguard.com/) - An online, interactive `-keep` rule visualiser for ProGuard and R8 configuration.

# Other Awesome Lists
Other amazingly awesome lists can be found in the [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) list.

Expand Down