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
This application is a news application. You can see the news of different news channels (CNN, BBC; TIME...). The application retrieves data from the database with Retrofit. After that, the news are shown to the user.
Navigation in Jetpack Compose has been implemented using Scaffold, app also has an Appbar which content icons, drawer, menu and the titles. A simple application with three screens(Main, Info and Setting Screen) has been created to demonstrate how navigation works.