This repository was archived by the owner on Oct 9, 2020. It is now read-only.
  
  
  
  
  
Description
Open Event Android relies heavily on 2 components :
Both of which are hard to debug right now. Not to mention the inconsistent state of download or updating of database leads to many problems and is un-debuggable as of now.
Use of stetho will provide us :
- Live profiling of network requests and response
 
- Direct access, retrieval, and on the go modification of data stored in local SQLite database
 
- Ability to easily check SharedPreferences of the application
 
- If required, specific activity or fragment dump
 
All in a very convenient Chrome Developer Tools Suite
Would you like to work on the issue?
Yes
Should I integrate stetho in the project?
@the-dagger @mariobehling @mananwason