Skip to content

Commit

Permalink
update architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeey authored Jul 2, 2023
1 parent f2d0c0e commit 192afa1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ The idea is that you choose your own learning trajectory
* Room Database - saving the studied words
* SharedPreferences - storing simple data (word counter, wallpaper change status)
* Authorization
* One-Tap Google sign in
* Firebase Auth
* One-Tap Google Sign In
* Firebase Authentication
* Layouts
* LinearLayout
* ConstraintLayout
Expand All @@ -40,5 +40,6 @@ The idea is that you choose your own learning trajectory

## Architecture
The entire application follows `layers architecture`.
<img src="https://raw.githubusercontent.com/lkeey/EnglishApp/master/layer.png" width="700" hspace="5" vspace ="10">

<img src="https://raw.githubusercontent.com/lkeey/EnglishApp/master/app/src/main/res/drawable/layer.png" width="700" hspace="5" vspace ="10">

0 comments on commit 192afa1

Please sign in to comment.