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
App which converts the one country currency to another, by making network call and parsing the real-time currency values. Implemented with Material Design guidelines, increasing the user experience.
Shopping list is simple CRUD operation single activity application. Which lists the shopping items, provides ease of single hand operations of updating and deleting the items
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 pat…