bitsy-wallet/app
Severiano Jaramillo 2a88821710 Create ReceiveTransactionViewModel.
- The ReceiveTransactionFragment was using two ViewModels, which is not recommended. According to Google's MVVM guidelines, each activity/fragment should have only one ViewModel and that ViewModel should be coupled to only one activity/fragment. For that reason the methods used in the two ViewModels in ReceiveTransactionFragment were merged into ReceiveTransactionViewModel.
2019-08-27 11:21:26 -05:00
..
schemas/cy.agorise.bitsybitshareswallet.database.BitsyDatabase Create nodes database table. 2019-08-23 12:48:58 -05:00
src Create ReceiveTransactionViewModel. 2019-08-27 11:21:26 -05:00
.gitignore Initial commit 2018-10-29 15:49:42 -06:00
build.gradle Add the nodes WS to Bitsy. 2019-08-23 14:41:00 -05:00
proguard-rules.pro Fix Crashlytics proguard rules. 2019-08-21 13:34:49 -05:00