Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 735 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 735 Bytes

Festality Conference Application;

Build using MVVM pattern. Used Databinding, RxJava, RxAndroid, Daager 2, Retrofit 2, OkHttp 3. Used Realm Databased for persitance and Offiline support. TDD Ready Applicaion.

Setup :

  1. uses Rx java and lamba operator we need use java 1.8.
  2. used lombok annotation proccesor which will help to reduce lots of boilerplate.
  3. guide to setup lombok plugin in android studio: https://projectlombok.org/setup/android
  4. we need enable annotation processor in android studio to build the code. Settings > Build, Execution, Deployment > Compiler > Annotation Processors. Tick 'Enable annotation processing'.