Hacker News new | ask | show | jobs
A detailed guide on developing Android apps using the Clean Architecture pattern (medium.com)
3 points by dmilicic 3794 days ago
1 comments

I just started getting into proper Android development, and found it extremely difficult to structure my code when using a whole bunch of interfaces to communicate between dynamically generated fragments. Hopefully this will help!
I hope it will help too :)

Let me know if any part of the guide seems not well explained.