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
Kotlin application that follows MVVM software architectural pattern. User enters value in US dollar and by pressing Convert button displays value in euros. In order to to get a clean code LiveData and Data binding are used.