Skip to content

andbattaglia/GalleryAppAndroid

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages