Home | Categories | Cart |
Favorites | User | Demo |
- Minimum SDK level 24
- Kotlin, Coroutines and LiveData
- Clean Architecture
- Navigation Component - Single activity multiple fragments approach
- JetPack
- LiveData - Observable lists.
- Lifecycle - Dispose of observing data when lifecycle state changes.
- Fragment-ktx - A set of Kotlin extensions that helps with fragment lifecycle.
- View Binding - Allows you to more easily write code that interacts with views
- ViewModel - UI related data holder, lifecycle aware.
- Firebase
- Authentication - Firebase Authentication is used for controlling users.
- Realtime Database - Firebase Realtime Database is used for storing orders.
- Cloud Messaging - Firebase Cloud Messaging is used for sending push notifications.
- Storage - Firebase Storage is used for storing profile photos.
- Crashlytics - Firebase Crashlytics is used for monitoring crashes.
- Architecture
- MVVM Architecture (View - DataBinding - ViewModel - Model)
- Hilt is a dependency injection library for Android
- Room persistence library provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite.
- Retrofit A type-safe HTTP client for Android
- Glide - Glide is a fast and efficient open source media management and image loading framework for Android
This app uses [Clean Architecture]
Designed and developed by 2023 menesdurak
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.