Skip to content

Latest commit

History

History
101 lines (68 loc) 路 2.03 KB

android_developer_arsenal.md

File metadata and controls

101 lines (68 loc) 路 2.03 KB

Android Developer Arsenal

  • Architecture
    • Dependency Injection
    • Presentation layer
    • Navigation
  • Data
    • Database
    • Preferences
    • Network
    • Files
  • Android System
    • Permissions
  • Android UI
    • RecyclerView
  • Debug

Architecture

Dependency Injection

  • Toothpick
  • Dagger 2
  • Koin

Presentation layer

  • Moxy
  • Mosby

Navigation

  • Alligator
  • Cicerone

Data

  • JodaTime

Database

Preferences

Network

  • OkHttp
  • Retrofit

Android System

Permissions

Android UI

Images

Forms

Material

RecyclerView

Debug

Testing

Unit-tests

UI tests: