You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The demo app shows the implementation of the latest API - getCurrentLocation() - of FusedLocationProvider to get the current location. This is the recommended way when you want to get a single location.
Note taking application based on CRUD operations. Persistently manages the notes written by user. With swipe to delete feature. App implemented on bare bone of MVVM architecture with repository pattern.