Skip to content

animsh/Appita

Repository files navigation

Appita - Food Recipes App

License API Profile

Appita is a small demo application based on modern Android application tech-stacks.

Download

Go to the Releases to download the latest APK.

Tech stack & Open-source libraries

  • Minimum SDK level 24

  • Kotlin based, Coroutines + Flow for asynchronous.

  • Hilt (alpha) for dependency injection.

  • JetPack

    • LiveData - notify domain layer data to views.
    • Lifecycle - dispose of observing data when lifecycle state changes.
    • ViewModel - UI related data holder, lifecycle aware.
    • Room Persistence - construct a database using the abstract layer.
  • Architecture

    • MVVM Architecture (View - DataBinding - ViewModel - Model)
    • Repository pattern
  • Retrofit2 & OkHttp3 - construct the REST APIs and paging network data.

  • Gson - A modern JSON library for Kotlin and Java.

  • Glide - loading images.

  • Material-Components - Material design components like ripple animation, cardView.

  • Custom Views

    • ShimmerRecyclerView - A custom Shimmer RecyclerView which adopt to list / grid transition automatically and also supports multiple view types while shimmering..
    • RoundedImageView - A fast ImageView that supports rounded corners, ovals, and circles.
    • RealtimeBlurView - A realtime blurring overlay for Android (like iOS UIVisualEffectView).
    • LottieFiles - Display lightweight, scalable, and interactive Lottie animations on your websites and apps.

    MAD Score

    summary kotlin

Architecture

Appita is based on MVVM architecture and a repository pattern.

architecture

Open API

Appita (Recipes App) using the Spoonacular API for constructing RESTful API.
Spoonacular API provides a RESTful API interface to highly detailed objects built from thousands of lines of data related to Recipes.

Find this repository useful? ❤️

Support it by joining stargazers for this repository. ⭐
And follow me for my next creations! 🤩

License

Designed and developed by 2021 animsh (Sagar More)

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.