All Projects → PatilShreyas → GitKtDroid

PatilShreyas / GitKtDroid

Licence: MIT License
A sample Android application📱 built with Kotlin for #30DaysOfKotlin

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to GitKtDroid

Foodium
It simply loads Posts data from API and stores it in persistence storage (i.e. SQLite Database). Posts will be always loaded from local database. Remote data (from API) and Local data is always synchronized.
Stars: ✭ 1,940 (+3560.38%)
Mutual labels:  coroutines, moshi, retrofit2, coroutines-android
Paging-3-Sample
This app is created as a sample app which loads movies from Tmdb api and uses Paging 3 library to show it in a Recycler view.
Stars: ✭ 96 (+81.13%)
Mutual labels:  coroutines, viewmodel, retrofit2, architecture-components
Coolweather
Weather App that uses Android best practices. Android Jetpack, clean architecture. Written in Kotlin
Stars: ✭ 154 (+190.57%)
Mutual labels:  coroutines, viewmodel, retrofit2, architecture-components
News
A sample News 🗞 app built using Modern Android Development [Architecture Components, Coroutines, Retrofit, Room, Kotlin, Dagger]
Stars: ✭ 774 (+1360.38%)
Mutual labels:  coroutines, viewmodel, retrofit2, architecture-components
Superhero-App
🦸🏻‍♂️🦹🏻‍♀️Superhero app built with Kotlin, ViewModel, LiveData, ViewBinding, Room, and Hilt
Stars: ✭ 27 (-49.06%)
Mutual labels:  coroutines, viewmodel, retrofit2, architecture-components
Simple-Notes-Kotlin-App
✍️ Simple Note Making App use mvvm architecture , dagger , coroutines and navigation component. Features includes 🗒️ create , edit and ❌ delete notes
Stars: ✭ 40 (-24.53%)
Mutual labels:  coroutines, viewmodel, coroutines-android, architecture-components
DaggerExoPlayer
This repository demonstrates ExoPlayer injection with Dagger2
Stars: ✭ 58 (+9.43%)
Mutual labels:  viewmodel, retrofit2, architecture-components
Gallerit
A sample Android gallery to search images posted on Reddit built using modern Android development tools (Architecture Components, MVVM, Coroutines, Flow, Navigation, Retrofit, Room, Koin)
Stars: ✭ 153 (+188.68%)
Mutual labels:  coroutines, viewmodel, retrofit2
Stars
An android application build with a clean architecture approach and Star wars API
Stars: ✭ 54 (+1.89%)
Mutual labels:  coroutines, retrofit2, coroutines-android
Galwaybus
Galway Bus Kotlin Multiplatform project using Jetpack Compose and SwiftUI
Stars: ✭ 220 (+315.09%)
Mutual labels:  coroutines, viewmodel, architecture-components
Movieapp Clean Architecture
Learning Project (Movie App) For Applying Android Architecture Components And Clean Architecture Using MVVM With Kotlin
Stars: ✭ 123 (+132.08%)
Mutual labels:  coroutines, viewmodel, architecture-components
Fountain
Android Kotlin paged endpoints made easy
Stars: ✭ 175 (+230.19%)
Mutual labels:  coroutines, retrofit2, architecture-components
Dagger-Hilt-MVVM
Sample app that demonstrates the usage of Dagger Hilt with Kotlin & MVVM
Stars: ✭ 62 (+16.98%)
Mutual labels:  coroutines, viewmodel, retrofit2
Android-Assignment
This assignment gives you basically a post list and its detail with comments.🚀
Stars: ✭ 32 (-39.62%)
Mutual labels:  coroutines, retrofit2, architecture-components
Modular App Core
Core implementations for a modular Android App
Stars: ✭ 127 (+139.62%)
Mutual labels:  coroutines, retrofit2, architecture-components
The Movie Db Kotlin
The Movie DB app using Kotlin with updated Android features
Stars: ✭ 176 (+232.08%)
Mutual labels:  coroutines, retrofit2, architecture-components
ResDelivery-Hilt-Coroutines-Mvvm-Single-Activity
This is a Sample Single Activity App (Multi Fragments) that uses Dagger-Hilt, Coroutines Flows, Paging 3 & Mvvm Clean Architecture
Stars: ✭ 28 (-47.17%)
Mutual labels:  coroutines, moshi, retrofit2
Sunset-hadith
Islamic app written with Kotlin, using KTOR + coroutines + flow + MVVM + Android Jetpack + Navigation component. Old version using RxJava + Retrofit + OKHttp
Stars: ✭ 26 (-50.94%)
Mutual labels:  coroutines, viewmodel, retrofit2
Clean Mvvm Archcomponents
👽 Android app consuming Star Wars API.Built with clean architecture ,MVVM pattern, Koin , Coroutines + Flows ,Architecture Components, Data Binding , Firebase , Unit/UI Tests ,Motion Layout
Stars: ✭ 285 (+437.74%)
Mutual labels:  coroutines, retrofit2, architecture-components
FoodApp
Proof of concept for food app [JetPack + Coroutines + Flow + MockK + JaCoCo coverage + SonarQube]
Stars: ✭ 25 (-52.83%)
Mutual labels:  coroutines, coroutines-android, architecture-components

This repository contains Android project which is developed for the #30DaysOfKotlin with Google Developers (Initiative to improve your understanding of Kotlin and apply it in real projects). Know more about it here.

GitKtDroid

Build GitHub license GitHub KtDroid

This is just a sample app which is built with Kotlin🦸superpower and Modern Android development tools! It has below options:

  • GitHub Battle: This is just for fun! :) Here you just need to enter your and opponent's GitHub username. Those who have more stars and followers will be the winner. Calculation of score is as below.

    Score = (Total Stars⭐ / Total Repositories💼) + Followers🙋‍♂️

  • Top 100 Kotlin-Android Repos: It shows Top 100 Android related repositories on GitHub which are developed using Kotlin!


Preview

Home GitHub Game (Battle) KtDroid Repositories

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.
  • 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.
  • Material Components for Android - Modular and customizable Material Design UI components for Android
  • Lottie for Android - Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with Bodymovin and renders them natively on mobile!
  • Coil-kt - Image loading for Android backed by Kotlin Coroutines

Contact

If you need any help, you can connect with me. Twitter Follow

Visit:- shreyaspatil.dev

License

MIT License

Copyright (c) 2020 Shreyas Patil

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].