KotlinBy / awesome-kotlin

A curated list of awesome Kotlin related stuff Inspired by awesome-java.

Home Page:https://kotlin.link/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add some kotlin open source libraries and project

rurimo opened this issue · comments

commented

Hi, here are some useful Android open source libraries and projects list.

Libraries

Only

name = "skydoves/Only"
desc = "An easy way to persist and run code block only as many times as necessary on Android."
href = "https://github.com/skydoves/only"
tags = Tags["preference", "dsl", "persistence"]

AndroidVeil

name = "skydoves/AndroidVeil"
desc = "An easy, flexible way to implement veil skeletons and shimmering effect for Android."
href = "https://github.com/skydoves/AndroidVeil"
tags = Tags["shimmer", "skeleton", "animation"]

Submarine

name = "skydoves/Submarine"
desc = "Fully customizable floating navigation view for listing items dynamically on Android."
href = "https://github.com/skydoves/Submarine"
tags = Tags["navigation", "floating", "animation"]

Needs

name = "skydoves/Needs"
desc = "An easy way to implement modern permission instructions popup."
href = "https://github.com/skydoves/Needs"
tags = Tags["permission", "popup", "animation"]

Projects

TheMovies

name = "skydoves/TheMovies"
desc = "A demo project for The Movie DB based on Kotlin MVVM architecture and material design & animations."
href = "https://github.com/skydoves/themovies"
tags = Tags["mvvm", "architecture", "tdd"]

GithubFollows

name = "skydoves/GithubFollows"
desc = "A simple demo project based on MVVM clean architecture and material design & animations."
href = "https://github.com/skydoves/githubfollows"
tags = Tags["mvvm", "architecture", "tdd"]