omralcrt / GithubSearcher

GithubSearcher is an android app that search users and repositories.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GithubSearcher

GitHub license

GithubSearcher is an Github users and repositories searching Android application πŸ“±.

About

It simply loads Searched Users & Repositories data from API and shows them in RecyclerView.

Github API is used in this app. You would like to check API Documentation here.

Built With πŸ› 

  • Kotlin - First class and official programming language for Android development.
  • Coroutines - For asynchronous and more.
  • Flow - A cold asynchronous data stream that sequentially emits values and completes normally or with an exception.
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
    • ViewBinding - Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.
  • Navigation - The interactions that allow users to navigate across, into, and back out from the different pieces of content within your app.
  • Hilt-Dagger - Jetpack Dependency Injection Framework.
  • Retrofit - A type-safe HTTP client for Android and Java.
  • Moshi - A modern JSON library for Kotlin and Java.
  • Moshi Converter - A Converter which uses Moshi for serialization to and from JSON.
  • Coil-kt - An image loading library for Android backed by Kotlin Coroutines.
  • Gradle Kotlin DSL - For writing Gradle build scripts using Kotlin.
  • Epoxy - Epoxy is an Android library for building complex screens in a RecyclerView.

Package Structure

com.omralcorut.githubsearcher    # Root Package
.
β”œβ”€β”€ data                # For data handling.
β”‚   └── remote          # Remote Data Handlers
|
β”œβ”€β”€ di                  # Dependency Injection
β”‚   └── module          # DI Modules
|
β”œβ”€β”€ models              # Model classes
|
β”œβ”€β”€ repository          # Single source of data
|
└── ui                  # Activity/Fragment/View layer
    └── search          # Search Screen Fragment & ViewModel & Adapter

Architecture

This app uses MVVM (Model View View-Model) architecture.

License

MIT License

Copyright (c) 2021 Γ–mral CΓΆrΓΌt

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

GithubSearcher is an android app that search users and repositories.


Languages

Language:Kotlin 100.0%