项目作者: Hariofspades
项目描述 :
Android app, to implement Random Users API
高级语言: Kotlin
项目地址: git://github.com/Hariofspades/random-users.git
Random Users (random-users)
Android app, to implement Random Users API from RandomUsers
How to setup
- Just clone or download
- configure minSDK, compileSDK and targetSDK based on your setup
- create a file
appconfig.properties
under root folder and add your
RandomUsers endpoint. Look up for appconfig.properties.sample
file for syntax and example. - Run, should be fine.
ScreenShots
Mobile Screenshots


Tablet screenshot

Architecture
- The app uses an Architecture, inspired from clean architecture.
- Layers -
app
(UI) - domain
- data
- remote
, storage
data
layer is the single source of truth.- Few unit test and instrumentation tests are written for each layer