Tonnie
Tonnie
@chintan369 Thanks lots for this library. I managed to get addedOrModifiedDataList, which fell within distance and given query. However, I am not able to read the object and use it....
Hi Ram, I'm completely lost and I don't where to start to set-up Navigation for a Multi-Modular Project. I have also checked other related issues eg. #149 , #419 and...
- Added a Toast to `openWebPage()` function on **ContextExt.kt** file - Removed the Toasts which should be on the caller's end - Introduced idiomatic code on `selectAllThisAccount()` on `AccountSelectionViewModel` -...
Rewrote `selectAllThisCategory()` on [CategorySelectionViewModel](https://github.com/nkuppan/expensemanager/blob/main/feature/category/src/main/kotlin/com/naveenapps/expensemanager/feature/category/selection/CategorySelectionViewModel.kt) to remove code redundancy. **Local Variable `selectedCategories` will always be empty after calling `clearChanges()`** `viewModelScope.launch { clearChanges() //selectedCategories will always be empty after clearChanges() is called...