From c0f1326500b7093bde0311813ada7097cdaed68e Mon Sep 17 00:00:00 2001 From: TakuSemba Date: Wed, 17 Nov 2021 09:13:33 +1100 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index de617fea..6f6c2def 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ JetHub is a sample app using Github API and Jetpack components. The purpose of this project is to try new Android technologies and learn how it works in an app. ## Used Libraries + - [Jetpack Compose](https://developer.android.com/jetpack/compose) (Decleartive UI) - [Navigation](https://developer.android.com/topic/libraries/architecture/navigation) (Fragment transitions) - [View Binding](https://developer.android.com/topic/libraries/view-binding) (Bind views) - [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) (Store and manage UI-related data) @@ -82,10 +83,6 @@ db.getData() // get data from DB

-## Jetpack Compose - -Every screen is built on top of [Jetpack Compose](https://developer.android.com/jetpack/compose). - ## Dark Theme Dark Theme is supported. You can toggle theme by tapping the theme icon on the top right corner. The selected theme would be retained in application scope for the sake of demo application.