from Hacker News

A detailed guide on developing Android apps using the Clean Architecture pattern

by dmilicic on 2/3/16, 4:58 PM with 2 comments

  • by bxh on 2/3/16, 6:28 PM

    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!