BH Apps
BH Apps
Thank you for contributing to ReActiveAndroid. Before pressing the "Create Pull Request" button, please consider the following points: - [ ] Please give a description about what and why you...
ReActiveAndroid Version: Latest Bug or Feature Request: Bug Description: Issue with ReActiveAndroid compatibility with AndroidX or SDK Version AndroidX compileSdkVersion 28 minSdkVersion 21 targetSdkVersion 28 implementation 'androidx.appcompat:appcompat:1.0.2' implementation 'com.google.android.material:material:1.0.0' implementation...
@ImangazalievM below for your review/rejection/advice Thank you for contributing to ReActiveAndroid. Before pressing the "Create Pull Request" button, please consider the following points: **Please give a description about what and...
ReActiveAndroid Version: Latest Bug or Feature Request: Feature Description: Be able to pass set data to Method to update all values passed, which would save many manually written hard-coded methods...
ReActiveAndroid Version: latest Bug or Feature Request: Pass Array String for using WHERE.IN sql query Description: When using the below I get an exception error as where() seems to not...
ReActiveAndroid Version: latest Bug or Feature Request: Access to method of pulling data from DB as Pagination Description: Another great feature I would like to see is access to API...
ReActiveAndroid Version: latest Bug or Feature Request: Bug in Sample App when tapping on open_folders_edit_screen Description: App crash when tapping icon (open_folders_edit_screen) in Toolbar. - Crashes due to Items datasource...
ReActiveAndroid Version: latest Bug or Feature Request: Use multiple Where clauses when using` fetch()` Description: There is still an issue where I wish to return all (or paginated) data filtered...
I had issue when remove Loading would remove a list item at index 0, my fix was to check for item type is indeed LOADING holder by checking in the...
Hi @florent37 , A few questions about this repo below; 1) Where is the database saved, in relation to file storage. 2) How to loop through do we use noSql.get("/users/",...