... | @@ -5,6 +5,7 @@ Useful resources for developers to make AIMSICD even more awesome! |
... | @@ -5,6 +5,7 @@ Useful resources for developers to make AIMSICD even more awesome! |
|
* [Data of a busted IMSI-Catcher from Oslo, Norway](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/wiki/Resources#data-of-a-busted-imsi-catcher-from-oslo-norway)
|
|
* [Data of a busted IMSI-Catcher from Oslo, Norway](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/wiki/Resources#data-of-a-busted-imsi-catcher-from-oslo-norway)
|
|
* [Android UI/UX](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/wiki/Resources#android-uiux)
|
|
* [Android UI/UX](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/wiki/Resources#android-uiux)
|
|
* [Android Icons](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/wiki/Resources#android-icons)
|
|
* [Android Icons](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/wiki/Resources#android-icons)
|
|
|
|
* [Clean Libraries](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/wiki/Resources#clean-libraries)
|
|
|
|
|
|
---
|
|
---
|
|
|
|
|
... | @@ -27,4 +28,17 @@ Useful resources for developers to make AIMSICD even more awesome! |
... | @@ -27,4 +28,17 @@ Useful resources for developers to make AIMSICD even more awesome! |
|
|
|
|
|
* [Android Asset Studio](https://romannurik.github.io/AndroidAssetStudio/) (Awesome Icon Generators)
|
|
* [Android Asset Studio](https://romannurik.github.io/AndroidAssetStudio/) (Awesome Icon Generators)
|
|
* [Iconmonstr](http://iconmonstr.com/)
|
|
* [Iconmonstr](http://iconmonstr.com/)
|
|
* [Android Icons](http://www.androidicons.com/) |
|
* [Android Icons](http://www.androidicons.com/)
|
|
\ No newline at end of file |
|
|
|
|
|
#### Clean Libraries
|
|
|
|
|
|
|
|
Developers should consider using following libraries for cleaner code:
|
|
|
|
|
|
|
|
- [Retrofit](http://square.github.io/retrofit/) - A type-safe REST client for Android and Java
|
|
|
|
- [RxJava](https://github.com/ReactiveX/RxJava) - Reactive Extensions for the JVM
|
|
|
|
- [FragmentArgs](https://github.com/sockeqwe/fragmentargs) - Annotation Processor for setting arguments in android fragments
|
|
|
|
- [Parceler](https://github.com/johncarl81/parceler) - Android Parcelables made easy through code generation
|
|
|
|
- [ButterKnife](http://jakewharton.github.io/butterknife/) - View "injection" library for Android
|
|
|
|
- [Timber](https://github.com/JakeWharton/timber) - logger with a small, extensible API which provides utility on top of Android's normal Log class
|
|
|
|
- [StorIO](https://github.com/pushtorefresh/storio)/[cupboard](https://bitbucket.org/qbusict/cupboard) - ORM/persistence
|
|
|
|
- [Nucleus](https://github.com/konmik/nucleus)/[Mosby](https://github.com/sockeqwe/mosby) - MVP |
|
|
|
\ No newline at end of file |