Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

You may also be interested in...

We could not find any project with the given search parameters, but maybe the following projects can be interesting for you.

Now Discontinued & Archived [02 June 2022]

Beautiful and highly customisable material-design based android library to help your users get started with your awesome app!

Mar 17, 2020

Permissionmanager is a small wrapper for handling permission requests the easy way.

Sep 8, 2018
Advertisement

Analyzes an APK and prints information helpful to a developer

  • API levels as declared in the manifest.
  • Number of permissions/activities/services/receivers. If -v is set, they will also be listed
  • Information about the signing certificate. If the APK is signed it will also be validated.
  • The largest files in the APK, along with the largest resources.
  • Information about the DEX files, such as how many there are and the number of classes, methods and strings.
  • List of the supported JNI architectures based on the contents of the lib directory.

It can also:

  • Dump the manifest to console
  • List all classes as list/tree graph/graphml
Jan 6, 2019