Skip to content

Sample application showcasing an architecture combining Redux and the Clean Architecture principles, for Android in Kotlin.

License

Notifications You must be signed in to change notification settings

atoka93/clean-redux-demo

Repository files navigation

clean-redux-demo

Sample Android application in Kotlin showcasing an architecture combining Redux and the Clean Architecture principles, using the Kotlin Redux libraries.

Structure

The application contains two screens:

  • a login screen: this functionality is mocked. When the Log In button is pressed it will (with a delay) either randomly display an error message or forward you to the next screen.
  • a list screen: it displays the most popular GitHub repository names using the GitHub API (not authenticated). Also contains: paging, reload functionality and error handling.

Currently there is no RX implememtation available.

License

Licensed under the Apache License, Version 2.0.

About

Sample application showcasing an architecture combining Redux and the Clean Architecture principles, for Android in Kotlin.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages