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
NewsApp is a sample application that display list of news and their details, along with the possibility to save bookmarks (Room database).
the App consist of one Activity and three fragments
This app module is build with MVVM and SingleActivity Architecture. The room database serves as single source of truth. The App is divided into three layers