Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 314 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 314 Bytes

Clean Architecture JSON ParseData

Clean Architecture for JSON Parse Data

  1. Created custom Handler lib which will handle all request and reponse from app
  2. Used EventBus lib to push the response to UI.
  3. Used one Service which will communicate to Handler lib.
  4. Used Recycleview to display the list of data.