368 Repositories
Android RecyclerView-Adapter-Example Libraries
Pagination-RecyclerView - Simple and easy way to Paginating a RecyclerView
Pagination-RecyclerView Simple and easy way to Paginating a RecyclerView Android
ScrollableList - learn how to efficiently display a list of text in a RecyclerView and understand its architecture.
ScrollableList Learn how to efficiently display a list of text in a RecyclerView and understand its architecture. activity_main RecyclerView widget he
DogglersApp - Criação de um App para estudo de RecyclerView no Android Studio. Parte do curso Android Basics in Kotlin
Dogglers - Starter Code Starter code for the second independent project for Android Basics in Kotlin. Introduction This is the starter code for the Do
ExoPlayerComposeSample - Example for how we can use the ExoPlayer with Jetpack Compose
ExoPlayer Example with Jetpack Compose This repository demonstrates how we can u
TikTok-RecyclerView - This is a demo app built using 'Koin' a new dependency injection framework for Android along with RecyclerView and ExoPlayer2.
TikTok-RecyclerView Demo About This is a demo app built using 'Koin' a new dependency injection framework for Android along with RecyclerView and ExoP
HeaderFooterEmptyRecyclerView - android RecyclerView support Header Footer and Empty list
Android RecyclerView support Header Footer and Empty list simple and useful Install Add to the dependency dependencies { implementation '
RollerTrack - A navigational roller track companion for RecyclerView lists
RollerTrack This library allows attaching a roller track to a RecyclerView. The roller track provides faster navigation and visualisation for users fa
Repository ini berguna untuk menyimpan kode yang dibutuhkan untuk membuat sebuah Aplikasi Android yang memiliki ListView yang menggunakan Custom Adapter dan Mengambil data dari Database secara CRUD.
AndroidListView Repository ini berguna untuk menyimpan kode yang dibutuhkan untuk membuat sebuah Aplikasi Android yang memiliki ListView yang mengguna
Example from effect Rain Matrix with Jetpack Compose
MatrixRainCompose Example from effect Rain Matrix with JetpackCompose For more i
Workout Journal is a mobile app based on Multi-Module and Clean Architecture for those who want to track their progress over a workout and a calendar period.
Workout-Journal Workout Journal is a mobile app for those who want to track their progress over a workout and a calendar period. The app allows you to
😳 This app shows a recyclerView grid list with images from Picsum Photos API 🖥️
GalleryImagesWithRecyclerView 😳 This app shows a recyclerView grid list with images from Picsum Photos API 🖥️ 📐 ✏️ Architeture Components MVVM View
Open Source Library for Holdable ViewHolder in RecyclerView
HoldableSwipeHandler Open Source Library for Holdable ViewHolder in RecyclerView
Mobile App that shows Random Products in a Nested Recyclerview for Android [Kotlin] Developer Role at Edvora
EdvoraAndroidTest An simple Android App for Edvora Android Assessment. It consum
An application used to view StackOverflow questions
Questionnaire Play Store Link Download APK Questionnaire is an Android applicati
Slack app example for Heroku deployment, written in Kotlin, using Bolt framework.
slack-kotlin-heroku-example Slack app example for Heroku deployment, written in Kotlin, using Bolt framework. You need to configure your Slack app to
Retrofit Flow Call Adapter Factory For Android
Summary Android Retrofit FlowCallAdapterFactory Retrofit 2 CallAdapter.Factory f
Gradle Stable Build Services example
Stable Shared Build Services In Gradle 7.4, the Shared Build Services API will b
A Kotlin-based DSL for text adventures, with a partial replica of the classic Colossal Cave as an example.
AdventKT A Kotlin-based DSL for text adventures, with a partial replica of the classic Colossal Cave as an example. Background My main goal was playin
MVP Android Example
androidmvp MVP Android Example used to explain how to use this pattern in our Android apps. This code was created to support an article explanation: A
RecyclerView with DiffUtil is a way to improve the performance of your app
RecylerViewSamples RecyclerView with DiffUtil is a way to improve the performanc
An example concepts of MVVM and Kotlin. Display, Filter & Sort the given restaurants from assets with Jetpack Compose and AAC
Restaurants - Jetpack Compose An example concepts of MVVM and Kotlin. Display, F
Notzz App is a simple note-taking 📝 Android application built to describe the use of Modern Android development tools.
Notzz App Notzz App is a simple note-taking 📝 Android application built to describe the use of Modern Android development tools. Made with love ❤️ by
An example Tinder Like app, built on Jetpack Compose + MVI + Stateflow
Tinder-Like A Tinder-Like App example built on Jetpack Compose + MVI + StateFlow + Room + Hilt. License Copyright 2021 The Android Open Source Project
Simple to use swipe gestures for an Android RecyclerView
Android-RecyclerView-Swipe-Gestures Contribution Contributions / PRs are welcome. 1. Introduction An easy to use and highly customizable implementatio
Organize your images in beautiful collage with this library!
CollageImageView This app is an example. how to create collages with RecyclerView. See an example, how it's working: device-2021-04-24-015545.mp4 Inst
An example project to demonstrate how to build WhatsApp using Jetpack Compose.
Jetpack-Compose-WhatsApp-Clone - Learn Jetpack Compose by building WhatsApp Clone About this project (Jetpack Compose WhatsApp Clone): If you want to
An android library for quick setup of RecyclerView
SmartRecyclerView for Android An android library to quickly setup RecyclerView(List) with SwipeRefreshLayout Support, written entirely in Kotlin. Supp
Images grid JSON | Сетка изображений JSON
Images grid JSON | Сетка изображений JSON Задача Разработать приложение: Приложение должно получать JSON-список ссылок на изображения с сервера по адр
An example of a SQS consumer using Micronaut
Micronaut 3.0.3 Documentation User Guide API Reference Configuration Reference Micronaut Guides Feature http-client documentation Micronaut HTTP Clien
R2DBC Sharding Example with Kotlin Coroutine
R2DBC Sharding Example with Kotlin Coroutine A minimal sharding example with R2DBC and coroutine, where user table is divided into 2 different shards.
Static recyclerview dan kalkulator sederhana, dibuat dengan menggunakan kotlin
Static Recyclerview Using Kotlin Static recyclerview dan kalkulator sederhana, dibuat dengan menggunakan kotlin. Screenshot License Copyright (C) 2021
A Shopping List application developed in Kotlin
SparMePlease Wanna buy stuff from Spar? Well, make a list ... Overview This is a pretty little android application written in Kotlin which will help y
Modern Kotlin version of com.example.semitop7.FireTVStyle keyboard
ftv-style-keyboard Modern Kotlin version of com.example.semitop7.FireTVStyle keyboard Manual activation on FireTV via adb shell: adb shell ime enable
App Tragos: a clean architecture app example
CocktailApp This is a clean architecture app example built with Coroutines MVVM Extension Functions Dagger Hilt Retrofit Room Navigation Components Ca
Example mod with Mixin to help you to get started with creating a mod with mixins.
ExampleMixinMod Example mod with Mixin to help you to get started with creating a mod with mixins. For usage of mixins, see here. Also, remember to tu
Minimal example of how to safely share a file produced by a task in one project, with a task in another project.
How to share files across Gradle subprojects: A minimal example This is the Gradle project: . ├── producer │ └── build.gradle.kts ├── consumer │ └
An example of using The Elm Architecture in Android
GreenTea [Work in progress] An example of using The Elm Architecture in Android. There is a working example and the most important base clases. Still,
Secure your REST APIs with Spring Security, Resource and Authorization Server from zero to JWT
Secure REST APIs with Spring ./mvnw RTFM YouTube: Spring Security Patterns YouTube: Spring Security 5.5 From Taxi to Takeoff Official Apache Maven doc
Hexagonal Architecture Java Example
Hexagonal Architecture Dev.to Hexagonal Architecture Article I have been working on many projects that claim to be using the Hexagonal Architecture St
Weather app : Jetpack Compose Clean Architecture Example
Weather app - Jetpack Compose Clean Architecture Example Weather app is an example for show current weather from World Cities, built with Jetpack Comp
Weather application example with Android Architecture components and Clean Architecture
Weather application example with Android Architecture components and Clean Architecture Weather app that shows how to architect an android app in a cl
sql-delight example, a plugin by Square which is pure kotlin and it is useful in kmm
Sql-Delight-Example01 Developed by Mahdi Razzaghi Ghaleh first example of sql-delight What is SqlDelight? Kotlin Multiplatform is one of the most inte
Add error handling in RecyclerView
MarsPhotosAPi Exercises Components Used Recycler View API enu The Second Image when i Turn off wifi . References https://developer.android.com/courses
Example of migrating from Dagger to Hilt with a real service/repository example
DaggerToHilt Overview This repo provides a real example of using Hilt for dependency injection. It hits endpoints provided by the Movie Database, and
Codelabs Lesson 10 RecyclerView
TrackMySleepQuality with RecyclerView - Starter Code for 7.1 Starter code for Android Kotlin Fundamentals Codelab 7.1 RecyclerView Fundamentals Introd
Kotlin Coroutine için örnek proje
Kotlin Coroutines Kotlin Coroutines: Senkron kod yazarak asenkron uygulamalar geliştirmeye yarayan bir eklentidir. Network istekleri cevap gelene kada
Example of a multimodule project following SOLID principles and MVVM, Hilt, Room, coroutines and testing.
MarvelCharacters David Ferrándiz Features Retrieve Marvel’s characters and show them in a grid. See more information about the character in a new scre
Android Example project
Example project for the employers. I created this project for the employers because I often get demands about showing some of my code. Patterns: MVP C
The App Loads list of popular movies from a mock API and shows in a recyclerView
popular-movies-app About The App Loads list of popular movies from a mock API and shows in a recyclerView. Any item can be clicked to open the Movie D
RecyclerView : SleepQualityTracker with RecyclerView app
RecyclerView - SleepQualityTracker with RecyclerView app SleepQualityTracker with RecyclerView This app builds on the SleepQualityTracker developed pr
ViewModel ve DataBindig ile LiveData kullanım örneği.
#Android Kotlin ViewModel ve Livedata Görsel Kaynak: https://www.youtube.com/watch?v=suC0OM5gGAA Temiz kod mantığı ve bu mantık doğrultusunda geliştir
grpc stream fullstack example(spring+kotlin / next.js + typescript)
grpc-stream-fullstack chat application build with grpc named qhat Prerequisites server sync .proto files on src/main/proto/grpc/qhat/ $ ./gradlew sync
🔥Application created with MVVM, Retrofit, Coroutines, SWAPI and shimmer effect.
🔥 Application created with MVVM, Retrofit, Coroutines, SWAPI and shimmer effect. gif.mp4 📚 knowledges and technologies ViewBinding Retrofit Coroutin
Native android application that scans for text in images. Uses ML kit under the hood.
Scannerate - Ad free Text Recognition Android application built using Kotlin to extract text from images. Uses Google's ML kit library under the hood.
Starter code for Android Kotlin Fundamentals Codelab 7.1 RecyclerView Fundamentals
TrackMySleepQuality with RecyclerView - Starter Code for 7.1 Starter code for Android Kotlin Fundamentals Codelab 7.1 RecyclerView Fundamentals Introd
Add RecyclerView, use Adapter class and ViewHolder to display data.
فكرة المشروع في هذا المشروع سنقوم بعرض قائمة من البيانات للطلاب على واجهة تطبيق Android بإستخدام: مفهوم RecyclerView مفهوم Adapter مفهوم ViewModel محت
Easy RecyclerView Adapter
GenericAdapter Easy RecyclerView Adapter Getting started build.gradle allprojects { repositories { // ... maven { url 'https://jit
First submission in Belajar Fundamental Aplikasi Android Class from Dicoding Indonesia
Github User App (Submission 1) Before I explain how this application works and submission checklist, I want to say thank you to Dicoding Indonesia for
Dogglers app uses a RecyclerView in horizontal, vertical and grid view to show a group of CardViews
Welcome to DogglersApp! This app is the final project from Unit 2 of Android Basics in Kotlin given by Google codelabs: https://developer.android.com/
Spring for Kotlin Example
Spring for Kotlin Example This project is for studying the spring using by kotlin. Required docker-compose Running project docker-compose -f docker-co
Example project for using the Selenium toolkit with Kotlin, Maven, TestNg and the config is managed via a property file.
Selenium-Java-Toolkit-TestNg-Playground This is the sample-Project and show you how to use the Selenium-Toolkit. The Selenium-Toolkit is a Java based
Spring Native Bookcase Backend Example
Spring Native Bookcase Backend Example Simple example for bookcase backend. Saves bookcases and list them (simple CRUD). set database connection prope
Example of combination recommended by Google libraries
Project description This project includes several widely used libraries and shows how to deal with them in connection. Project created as multilayer p
An example that demonstrates how to integrate a learning app with the EIDU platform
EIDU Sample Learning App This app is an example of how to create a learning app that integrates with the EIDU platform. Please consult dev.eidu.com fo
This application is an example of how to create menu on android platform.
HW_Menu This application is an example of how to create menu on android platform. Table of Contents Introduction Screenshots Resources Contact Introdu
Simple blockchain example written in Kotlin
Blockchain in Kotlin This is a plain example how Cryptographic blockchains work by constructing a blockchain containing three blocks. Once constructed
An Android App example of how to create a custom EditText using DoubleLinkedList Data Structure
DoubleLinkedListEditText Library This is a library to create an EditText based on the Doubly Linked List data structure so that the user can enter cod
Simple API implement DataBinding and ViewBinding.
Binding has been migrated to Maven Central because jCenter will be deprecated
Bamboo pipeline Specification by example
#Bamboo specification by example in Kotlin Official documentation Bamboo Java Spec documentation Based on the documentation - there are 2 possibilitie
An example of a test task for creating a simple currency converter application for the Android platform. The app is developed using Kotlin, MVI, Dagger Hilt, Retrofit, Jetpack Compose.
Simple Currency Converter Simple Currency Converter Android App by Isaev Semyon An example of a test task for creating a simple currency converter app
ListView Example with custom Adapter Using Kotlin in Android Studio
Kotlin-ListView ListView Example with custom Adapter Using Kotlin in Android Studio Steps to follow : Build ListView with Custom Adapter in Kotlin Add
ROOM Database Example with MVVM in Kotlin[Fragments,Navigation]
RoomDatabase_SampleApp Room Database Sample App Overview Of This Room Database Application In this app, we can do operation on room database | Insert,
Adapter library for SharedPreferences
EasyPrefs Adapter library for SharedPreferences which reduces boilerplate needed to store simple data, but open enough to not interfere with your own
Starter code for Android Kotlin Fundamentals Codelab 7.4 Interacting with RecyclerView items
TrackMySleepQuality with RecyclerView - Starter Code for 7.4 Starter code for Android Kotlin Fundamentals Codelab 7.4 Interacting with RecyclerView it
Its a small example with Custom Employee object is sent from one Fragment to another.
Kotlin-SafeArgs-Custom-Object Its a small example with Custom Employee object is sent from one Fragment to another. Dependencies used // Navigation
Simple plug and play custom RecyclerView
InfiniteScrollRecyclerView Pros: Simple plug and play custom RecyclerView. Easy to use Built on top of RecyclerView, hence it is performant as it work
Using grpc-wiremock to mock responses in integrated tests of gRPC services
Utilizando grpc-wiremock para mockar respostas em testes integrados de serviços gRPC Este repositório possui um exemplo prático de como configurar e r
An example Android Application to test out Kotlin development in Adndroid
AndroidDiceGenerator This is an example Android Application to test out Kotlin development in Adndroid. On pressing a button, the application generate
DroidScript plugin example for Android Studio
Plugin-Java This is a basic example/template for building DroidScript plugins using Android Studio v4+ You can make and install the plugin to your dev
RecyclerView con clickListener de artistas Colombianos, utilizando picasso.
Video 👻 Puedes mirar la guia original en Recycler. Video donde muestro el proyecto final, aquellos que deseen descargar el proyecto pueden agregar Ca
An example to show how a proper plugin for Lambda Client is set up
Lambda Plugin SDK This project in an example to show how a proper plugin for Lambda Client is set up. The advantage of plugins for a utility mod is th
This example was built for lecturing proposes, it shows how to consume data from an API.
Android Kotlin NewsMobEDJDCM2122 Example - EDJD 2021/2022 This example was wirten during the Mobile Computing lectures in the course 'Lincentura em En
Beginning RecyclerView: Materials
Beginning RecyclerView: Materials This repo contains all the downloadable materials and projects associated with the Beginning RecyclerView from raywe
A pixel art creator for Android using RecyclerView.
PyxlMoose A pixel art creator for Android using RecyclerView. Contributing Guidelines I would love your input! I have a goal of making contributing to
Simple lib to create a endless recycler view scroll
Endless RecyclerView A simple lib to create an infinite list in a RecyclerView. When you reach the end of the list, a callback is triggered, where you
📌This repo contains the kotlin implementation of TensorflowLite Example Android Apps🚀
TensorflowLite Examples Kotlin This repo contains the kotlin implementation of TensorflowLite Example Apps here, which are mostly implemented in java
AutoPlayer - A player based on ExoPlayer for play video automatically in RecyclerView, when an item is visible.
A player based on ExoPlayer for play video automatically in RecyclerView, when an item is visible.
A demonstration on how to Create Multiple ViewType RecyclerView
Multiple_View_Recyclerview The app fetches a damy data from an API to display on different view on Clients side A demonstration on how to Create Multi
Examples of custom recycler view items. Automatically detecting a dominant color of an image using Picasso and Palette libraries
custom-image-list-item Examples of custom RecyclerView items using Data Binding Features: Loading images urls with the help of a Picasso library Autom
Using RecyclerView to display data instead of ScrollView or lInearLayout for a strong app. It replaces the ScrollView used in trackMySleep app.
RecyclerView - SleepQualityTracker with RecyclerView app This is the toy app for Lesson 7 of the Android App Development in Kotlin course on Udacity.
WebRTC Android App Example
This repo is part of WebRTC examples, see also: WebRTC Signaling server in Ktor - https://github.com/artem-bagritsevich/WebRTCKtorSignalingServerExamp
WebRTC Ktor Signaling Server Example
This repo is part of WebRTC examples, see also: P2P Android client based on WebRTC
A lightweight synchronizer between Android's TabLayout and RecyclerView.
TabSync A lightweight synchronizer between Android's TabLayout and RecyclerView. The behavior of the synchronizer is that as you scroll through the Re
Example Android library project that works with jitpack.io
android-example Example Android library project that works with jitpack.io. See this Tutorial on how to publish an Android Library with JitPack. For m
RecyclerView Template With Kotlin
RecyclerViewTemplate-Kotlin How To Create Recycler Adapter Template In Android Studio . RecyclerView makes it easy to efficiently display large sets
Android TreeView for RecyclerView with highly customizable
Gapo Tree View Support TreeView for RecyclerView with highly customizable Demo Features Expand/Collapse nodes Select/Unselect/Get Selected nodes Highl
Android library for the adapter view (RecyclerView, ViewPager, ViewPager2)
Antonio Android library for the adapter view (RecyclerView, ViewPager, ViewPager2) Free from implementation of the adapter's boilerplate code ! Reuse
Learn Jetpack Compose for Android by Examples. Learn how to use Jetpack Compose for Android App Development. Android’s modern toolkit for building native UI.
Learn Jetpack Compose for Android by Examples. Learn how to use Jetpack Compose for Android App Development. Android’s modern toolkit for building native UI.
ItemDecoration for Android Recyclerview
RecyclerView ItemDecorations This project showcases some ItemDecorations for RecyclerViews. There is a blog post about the basics of drawing decoratio
A library that enables reuse of Material themes defined in XML for theming in Jetpack Compose.
MDC-Android Compose Theme Adapter A library that enables reuse of Material Components for Android XML themes for theming in Jetpack Compose. The basis