Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A Android-IMSI-Catcher-Detector
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 162
    • Issues 162
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CellularPrivacy
  • Android-IMSI-Catcher-Detector
  • Wiki
  • Resources

Resources · Changes

Page history
Added libraries for clean generated code authored Jul 05, 2015 by Security: Pwned.'s avatar Security: Pwned.
Show whitespace changes
Inline Side-by-side
Resources.md
View page @ e8412adb
...@@ -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)
--- ---
...@@ -28,3 +29,16 @@ Useful resources for developers to make AIMSICD even more awesome! ...@@ -28,3 +29,16 @@ 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/)
#### 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
Clone repository

Project Information

  • Unmasked Spies
  • Glossary of Terms
  • General Overview
  • Technical Overview

Getting started

  • Building
  • Requirements
  • Installation
  • Permissions
  • Status Icons

Developers

  • Development Status
  • Testing Devices
  • Contributing
  • Style Guide
  • Resources
  • Privacy

Navigation Menus

  • Disclaimer
  • Main Screen
  • Navigation Drawer
  • Preferences
  • About AIMSICD

Important Functions

  • Cell Monitoring
  • Current Threat Level
  • AT Command Interface
  • Database Viewer
  • Antenna Map Viewer
  • Silent/Stealth SMS

Support

  • FAQ
  • Contact
  • Problems
  • Donations

Gimme moar!

  • Media Material
  • Press Releases
  • Recommendations
  • Similar Projects