Skip to content

ozkantuncel/Food_Satellite

Repository files navigation

Food Satellite

Graduation project in Techcareer Android Bootcamp

Libraries Used


  • Architecture: XML architecture is a markup language used to define the structure and content of data. In the Android application development process, XML files are commonly used to define user interface elements and resources in a hierarchical structure.
  • Viewbinding: View binding is a feature that simplifies the process of writing code that interacts with views. When view binding is enabled in a module, a binding class is generated for each XML layout file present in that module. An instance of a binding class contains direct references to all views that have an ID in the corresponding layout.
  • RecyclerView: RecyclerView makes it easy to efficiently display large sets of data.
  • Glide: Glide 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.
  • Room: The Room persistence library provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.
  • Retrofit: for turns your HTTP API into a Java interface
  • Gson: For convert Java Objects into their JSON representation and between composables data transfer.
  • RecyclerViewSwipeDecorator: A simple utility class to add a background, an icon and a label to a RecyclerView item while swiping it left or right.
  • OKHTTP3: HTTP is the way modern applications network. It’s how we exchange data & media. Doing HTTP efficiently makes your stuff load faster and saves bandwidth.
  • Dagger-Hilt: Hilt is the recommended solution for dependency injection in Android apps.
  • Hawk: Secure, simple key-value storage for android

App video

video.mp4
MIT License

Copyright (c) 2023 Özkan TUNCEL

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, 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 THE
SOFTWARE.

About

graduation project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages