Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

An Indian Recipe App 🍜 built on MVVM architecture 🚀 with Kotlin, LiveData, Jetpack Navigation, Room, View Binding, Dagger Hilt, Coil, Retrofit, OkHTTP and Material Components

License

NotificationsYou must be signed in to change notification settings

Pinaki93/Desipe

Repository files navigation

Desipe 🥘

Desipe is a simple app listing a few Indian recipes, created to demonstrate some of the commonly used libraries in Android development.

Download 📥

The release APK can be downloaded fromhere.

Architecture 🏗️

I've used Googlerecommended app architecture followingModel-View-ViewModel (MVVM) architecture, exposingPresentationModel out from theViewModel wrapped inLiveData to updated the UI in a lifecycle aware manner.

Libraries Used 📚

UI:
🚀AndroidX libraries (Core/AppCompat/ConstraintLayout/RecyclerView)
🚀Material Design

Transitions:
🚀Jetpack Navigation

Threading:
🚀Kotlin Coroutine

Dependency Injection:
🚀Dagger-Hilt

SQLite:
🚀Room Database

Image loading/animations:
🚀Coil-Kt
🚀Lottie

HTTP Operations:
🚀Retrofit
🚀Okhttp

JSON serialization/deserialization:
🚀Moshi

Mocking/Spying test objects:
🚀Mockk

Data ☁️

Data is a dummy set of JSON and images hosted on a github page. Most of the content is still dummy. Please feel free to clonethis repo and add/modify content under therecipes folder.

Dark Theme 🌙

Support for Dark Theme is available. However, there is a small bug for Android 10 and above that the theme doesn't get updated when user selectsFollow System from the bottom sheet. Upon killing the app once and returning back, the theme gets updated.

TODO 🔨

🛠️ Set Up CI using either Github Workflow or CircleCI
🛠️ Add lint support
🛠️ Write UI tests and increase test coverage.

Screenshots 📷

Light Theme:

Dark Theme:

Art

I made a humble attempt to create the app icon by myself 💩 usingInkscape a free and open source vector graphics editor available across MacOS, Windows and Linux.

License

MIT LicenseCopyright (c) 2020 Pinaki AcharyaPermission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THESOFTWARE.

About

An Indian Recipe App 🍜 built on MVVM architecture 🚀 with Kotlin, LiveData, Jetpack Navigation, Room, View Binding, Dagger Hilt, Coil, Retrofit, OkHTTP and Material Components

Topics

Resources

License

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp