Skip to content

Resources

Security: Pwned edited this page Jul 5, 2015 · 6 revisions

Useful resources for developers to make AIMSICD even more awesome!

Index of Resources


Data of a busted IMSI-Catcher from Oslo, Norway


Android UI/UX


Android Icons

Clean Libraries

Developers should consider using following libraries for cleaner code:

  • Retrofit - A type-safe REST client for Android and Java
  • RxJava - Reactive Extensions for the JVM
  • FragmentArgs - Annotation Processor for setting arguments in android fragments
  • Parceler - Android Parcelables made easy through code generation
  • ButterKnife - View "injection" library for Android
  • Timber - logger with a small, extensible API which provides utility on top of Android's normal Log class
  • StorIO/cupboard - ORM/persistence
  • Nucleus/Mosby - MVP