• Stars
    star
    361
  • Rank 117,957 (Top 3 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created over 9 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Clean MVP bootstrap architecture

Build Status Android Arsenal

A project which showcases usage of AndroidAnnotions among other open source libraries.

Showcase

Features

  • Model-View-Presenter architectural pattern
  • AndroidAnnotations
  • Connectivity aware retrofit client
  • Network and database errorhandling
  • Uncaught errorhandling
  • Navigator to get current activity onscreen
  • SnappyDB base implementation for storing everything
  • Loading toast progress
  • Commons library with a lot of util classes and great 3rd party widgets
  • Robolectric tests with MockWebServer

Libraries

Core

Android Annotations

Dependecy Injection, EventBinding, Threading, Resource Injection

OkHttp

Http client

Retrofit

REST client

Gson

Json serialization

SnappyDb

SharedPreferences, NoSQL database, Cache

Picasso

Imageloader and cacher

Hugo

Logger

UI

ExpandableLayout

Snackbar

ObservableScrollview

FloatingWidgets

MaterialRippleLayout

MaterialProgress

Calligraphy

Commons

Commons-IO

Commons-Lang

NineOldsAndroid

Test

Robolectric

MockWebServer

Mockito

Fest-Android