Android Example App

From bibbleWiki
Revision as of 04:04, 19 March 2021 by Iwiseman (talk | contribs) (Created page with "=Introduction= I decided to base my application on the CLEAN architecture and set about looking for great examples. <br> I found Lopez at https://github.com/lopspower/CleanRxA...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

I decided to base my application on the CLEAN architecture and set about looking for great examples.
I found Lopez at https://github.com/lopspower/CleanRxArchitecture which had all of the features I looking for

  • Retrofit2
  • Room
  • RxJava

Implementing Screens

Refreshing

Android provides the SwipeRefreshLayout which is demonstrated below