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

3 points by dmilicic 9 years ago | 2 comments
  • bxh 9 years ago
    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!
    • dmilicic 9 years ago
      I hope it will help too :)

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