项目作者: AshHasib

项目描述 :
Boilerplate code for my android projects
高级语言: Kotlin
项目地址: git://github.com/AshHasib/android-boilerplate.git
创建时间: 2020-02-12T17:08:03Z
项目社区:https://github.com/AshHasib/android-boilerplate

开源协议:

下载


android-boilerplate

Boilerplate code for my android projects. The codes will be posted and the README will be updated sequentially.

Firebase codes added in the firebase module

  • basic read
  • basic write
  • image post

Picasso in picasso module

  • loading Image to ImageView including CircularProgressDrawable

Retrofit in retrofit module

  • RetrofitClientInstance carries Singleton Retrofit Client Object
  • ApiClientInterface holds all GET, POST, PUT, DELETE methods
  • RetrofitReadWrite carries the usage of retrofit read-write

SharedPreference

  • Added UserSessionManager class that I use for One Time Login, covers basic

Fonts

  • Added Open Sans and necessary code in styles.xml

Activity Transition Animation

  • slide in / slide out added