Learn the Redux architecture and implement the clean architecture it in your Android codebase. This series of posts explores the depth of Redux and guides you through implementing the architecture in Kotlin for your android app.
Articles
The article introduces you to the Redux architecture and explains the intricate details of components and principles used in Redux.
Read
Go one step further and explore how Middleware is used in Redux architecture. The article explains the flow in detail and helps you implement middleware for your android app.
Read
Take one step further and implement your own Redux architecture in Kotlin. This articles is a step-by-step guide to writing an implementation of Redux with an example of an app to search movies.
Read
You're almost there! Add middleware support in your Redux implementation and see how effortless android programming becomes.
Read
Use Redux for something a little more complex than a notes app. Write the Battleship game in Kotlin using your own Redux implementation. This article focuses on getting the right building blocks for the game.
Read
Building upon the battleship game written in Kotlin, we use Redux architecture to implement the gameplay and business logic. By the end, you'll have a basic working Battleship game written with Redux architecture.
Read