Given a xPub address display a scrollable list of transactions retrieved from Blockchain API
- MVP architecture
- Dagger 2 as injector
- Retrofit and OkHttp for managing connections
- Shared preferences as cached memory
- Add xPub by scanning QR
- Add xPub manually by input text
- Finish transaction details
- Show QR from wallet addresses
- Room as persistent memory
- Instrumentation tests
- UI tests
- Move viewModel to Presenter and test interactions