A simple Basic App Dictionary build to demonstrate the use of modern android architecture component with MVVM Architecture 🏗
The App is using the Dictionary Api to translate word.
- Kotlin - Programming language for Android
- Hilt-Dagger - Standard library to incorporate Dagger dependency injection into an Android application.
- Retrofit - A type-safe HTTP client for Android and Java.
- Room - SQLite object mapping library.
- Coroutines - For asynchronous
- LiveData - Data objects that notify views when the underlying database changes.
- ViewModel - Stores UI-related data that isn't destroyed on UI changes.
- ViewBinding - Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.
- Jetpack Navigation - Navigation refers to the interactions that allow users to navigate across, into, and back out from the different pieces of content within your app
This app uses MVVM (Model View View-Model) architecture.
-
You need these files to run the project or you can create it yourself for testing
-
gelecekbilimde-config.properties
-
BASE_URL="https://gelecekbilimde.net/";
-
YOUTUBE_API="https://www.googleapis.com/youtube";
-
YOUTUBE_API_KEY="";
-
CHANNEL_ID="UC03cpKIZShIWoSBhfVE5bog";
-
PLAYLIST_ID="UU03cpKIZShIWoSBhfVE5bog";
-
google-services.json
-
Firebase>Application Setting > google-services.json File Download