akane icon indicating copy to clipboard operation
akane copied to clipboard

Akane for reddit. My side project 🎸

Akane

ah·KAH·nay (あかね, アカネ) is the Japanese female name or a word for 'deep red' (Redd·it) and is associated with red (from the red dye made from its roots) and brilliant red.

Motivations

This project is my way to explore Android Framework and new third-party libraries and see them work together in MVVM pattern to test all together. This project is my dojo; I am not trying to build another replica for Reddit app. But I am going to add new feature weekly in me free time to this app to see where it goes. Also I will always make the app adheres to the latest Material Design Guidelines.

Architecture

The database (Room) is the single source of truth in this pattern. Any change or action has to be applied to the database to be reflected on the UI changes.

app architecture

NOTE: The project is in early stages and I haven't do any tests yet; So, it might be full of bugs or crash. Please feel free to report any bugs or recommendations.