Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TakuSemba authored Nov 16, 2021
1 parent a46cef0 commit c0f1326
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -82,10 +83,6 @@ db.getData() // get data from DB
<br/>
<br/>

## 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.
Expand Down

0 comments on commit c0f1326

Please sign in to comment.