Clean Architecture for JSON Parse Data
- Created custom Handler lib which will handle all request and reponse from app
- Used EventBus lib to push the response to UI.
- Used one Service which will communicate to Handler lib.
- Used Recycleview to display the list of data.