Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.51 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.51 KB

Gallery App

I used RedditAPI(https://www.reddit.com/) to create a sample gallery application.

  • app: Android module with the UI and datasources implementation
  • app_data: Kotlin module with the datasources interface and repositories implementation
  • app_domain: Kotlin module with entities implementation, repositories interfaces and use cases implementation

Download apk

https://github.com/battagliandrea/GalleryAppAndroid/blob/master/app/prod/release/app-prod-release.apk

Screens

Import project

  • open your Terminal app
  • run command: git clone <git-repository-url>
  • open Android Studio app
  • select Import Project from Gradle

To run test

  • open your Terminal app
  • run command: ./gradlew test

Project specifications

  • Kotlin
  • Kotlin Coroutines
  • Dagger2
  • Retrofit2

Support

You can write me to [email protected]

License

https://www.apache.org/licenses/LICENSE-2.0