10 Almost Unknown Tools Which Facilitate Android Apps Development
These 10 free, open-source almost-unknown tools will facilitate your Android development process in 2022.
Keeping efficiency at a high level requires using the right tools at the right time. As an Android developer, you will be able to boost your performance by utilizing the tools below, which you have probably never heard of.
1. stackzy
This is a desktop tool to analyse .apk
files. It identifies the libraries stack and permissions of a decompiled application. It was created using Jetpack Compose desktop.
You can see a demo, how the application works, here.
Stackzy is available on Linux (.deb), Windows (.msi) and MacOS (.jar) — You can also compile the app on your own.
It was build with modern libs and frameworks:
- Compose Desktop
- MVVM
- Coroutines & Flow
- Retrofit + Moshi
- Dagger2
- and many more used to decompile applications (jadx, apktool).