KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
ShopApp
★ 23
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
webgpu-gltf-viewer
:
A gltf 2.0 viewer using WebGPU API.
StreamingFromFiles
:
The idea of this project is create a service than upload files from a video Cam machine to an Azure storage, and them we could see videos from there.
matrixone-operator
:
MatrixOne Operator manages matrixone cluster on Kubernetes
Vscode-Workspace-Formatter
:
🔧 Format all your files in a workspace with one click. 🔧
AQP
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ShopApp
?
Download (.md)
# ShopApp (Food Door) Food App used to show all restaurants , nearly restaurant , rate food or restaurante , creating order using ktor framework backend by server ngrok # Screenshots <img src="https://user-images.githubusercontent.com/67482991/147862490-e8dca851-c23e-4e98-bdf1-e655f4d96973.jpeg" width="200"> <img src="https://user-images.githubusercontent.com/67482991/147862548-b073f263-2886-4aaf-b916-cd6bbfc9b36a.png" width="200"> <img src="https://user-images.githubusercontent.com/67482991/147862610-4bd6bbe5-aad5-4b83-b30e-ddfd2ca51cda.jpeg" width="200"> <img src="https://user-images.githubusercontent.com/67482991/147862611-4a6c0997-bf55-4a8b-8c94-228b795bc314.jpeg" width="200"> <img src="https://user-images.githubusercontent.com/67482991/147862613-933a9e53-5c56-4aef-914e-a9f5a1693932.jpeg" width="200"> <img src="https://user-images.githubusercontent.com/67482991/147862614-0b63b032-0bbc-4064-93c6-a0f07021c9fe.jpeg" width="200"> <img src="https://user-images.githubusercontent.com/67482991/147862615-c86d1a3d-bb8b-4a42-86d9-1c0481ac0eb9.jpeg" width="200"> <img src="https://user-images.githubusercontent.com/67482991/147862616-c233c37f-5326-457c-9487-a91574ea7b98.jpeg" width="200"> <img src="https://user-images.githubusercontent.com/67482991/147862617-7182cf7b-48bb-4dcf-9b5c-306cbc7d4c3c.jpeg" width="200"> <img src="https://user-images.githubusercontent.com/67482991/147862618-a7b4b31c-107d-4b4f-a800-2d0db85a2a88.jpeg" width="200"> <img src="https://user-images.githubusercontent.com/67482991/147862619-25bf3114-fa3c-40a7-97cf-0ca9866dafce.jpeg" width="200"> <img src="https://user-images.githubusercontent.com/67482991/147862620-bc12bbed-5017-47f2-8433-8479788a8e26.jpeg" width="200"> <img src="https://user-images.githubusercontent.com/67482991/147862621-089edd1a-3f75-4beb-8521-fcede29cdd57.jpeg" width="200"> <img src="https://user-images.githubusercontent.com/67482991/147862622-f6248a9b-ff70-4b3e-a878-ceac20ca2995.jpeg" width="200"> <img src="https://user-images.githubusercontent.com/67482991/147862623-d6ac2494-79c0-427c-bce0-4e3a999d4dba.jpeg" width="200"> <img src="https://user-images.githubusercontent.com/67482991/147862624-94140a85-d042-4bc2-a461-89ef5de87cf1.jpeg" width="200"> <img src="https://user-images.githubusercontent.com/67482991/147862625-a76d996c-2678-49f4-a17a-f2c3b7dce187.jpeg" width="200"> <img src="https://user-images.githubusercontent.com/67482991/147862626-ad4b0ad6-fbe9-4459-935c-4b9c040c2445.jpeg" width="200"> <img src="https://user-images.githubusercontent.com/67482991/147862627-b20ef45a-4c0d-4d4f-b971-0bd2b9a8bf78.jpeg" width="200"> <img src="https://user-images.githubusercontent.com/67482991/147862628-ac9af307-f1db-4b9a-b430-4b83b81348e8.jpeg" width="200"> <img src="https://user-images.githubusercontent.com/67482991/147862630-a4258428-a1b3-440b-aade-1b1012017f79.jpeg" width="200"> ## Built With * [Kotlin](https://kotlinlang.org) - As a programming language. * [Coroutines](https://developer.android.com/kotlin/coroutines) - For multithreading while handling requests to the server and local database. * [Navigation Component](https://developer.android.com/guide/navigation/navigation-getting-started) - To handle app navigation. * [Multidex](https://developer.android.com/studio/build/multidex) - To enable creating multi dex files because of using set of libraries that reached the maximum size of single dex file. * [Room DB](https://developer.android.com/training/data-storage/room) - To manage SQLite database easily and avoid a lot boilerplate code. * [Model-View-ViewModel(MVVM)](https://developer.android.com/topic/architecture) - Offers an implementation of observer design pattern. * [LiveData](https://developer.android.com/topic/libraries/architecture/livedata) - notifies views of any database changes in an observer way. * [Retrofit](https://square.github.io/retrofit/) - A type-safe HTTP client for Android and Java * [Glide](https://github.com/bumptech/glide) - It is a fast and efficient open source media management and image loading framework for Android that wraps media decoding, memory and disk caching, and resource pooling into a simple and easy to use interface. * [Timber](https://github.com/JakeWharton/timber) - It helps in logging while debugging your app. and all logging code will not be embedded in the released APK. * [Hilt](https://developer.android.com/training/dependency-injection/hilt-android) - It is arguably the most used Dependency Injection, or DI, framework for Android. Many Android projects use Dagger to simplify building and providing dependencies across the app. It gives you the ability to create specific scopes, modules, and components, where each forms a piece of a puzzle: The dependency graph. * [Clean Architecture](https://www.raywenderlich.com/3595916-clean-architecture-tutorial-for-android-getting-started) - Applying Clean Architecture and Solid Principles to build a robust, maintainable, and testable application.