All Projects → jcmsalves → Kotlin Playground

jcmsalves / Kotlin Playground

Licence: mit
Kotlin Android samples/template project

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Kotlin Playground

Kotlin Android Examples
💪 [Examples] Isolated applications purely on Kotlin, for all android devs out there
Stars: ✭ 902 (+1634.62%)
Mutual labels:  android-development
Flair
This is powerful android framework
Stars: ✭ 31 (-40.38%)
Mutual labels:  android-development
Androidroom
Android example to show how to use Room to access SQLite database on device for reading and writing data. This example also shows how to use LiveData and ViewModel with Room to build reactive, well performing and easy to maintain applications.
Stars: ✭ 36 (-30.77%)
Mutual labels:  android-development
Android Customtoast
Easy to use Custom Toast Library for Android
Stars: ✭ 24 (-53.85%)
Mutual labels:  android-development
Android dbinspector
Android library for viewing and sharing in app databases.
Stars: ✭ 881 (+1594.23%)
Mutual labels:  android-development
Android Topactivity
A useful tool for Android Developers, which shows the package name and class name of current activity.
Stars: ✭ 965 (+1755.77%)
Mutual labels:  android-development
B4linuxinstall
A bash script for installing B4X RAD tools in Linux systems
Stars: ✭ 6 (-88.46%)
Mutual labels:  android-development
Permissionsflow
A simple library to make it easy requesting permissions in Android using Kotlin Coroutines.
Stars: ✭ 49 (-5.77%)
Mutual labels:  android-development
Pelias Android Sdk
Android sdk for pelias
Stars: ✭ 20 (-61.54%)
Mutual labels:  android-development
Docker Jenkins Android
Jenkins docker image for Android development
Stars: ✭ 35 (-32.69%)
Mutual labels:  android-development
Awesome Android
😎 A curated list of awesome Android resources
Stars: ✭ 26 (-50%)
Mutual labels:  android-development
Shutup
Uses proximity sensor to perform actions when ringing, Can also schedule calls.
Stars: ✭ 14 (-73.08%)
Mutual labels:  android-development
Associate Android Developer Certification
All the info and materials about the certification that I've collected so far
Stars: ✭ 975 (+1775%)
Mutual labels:  android-development
Android Data Binding Examples
A collection of samples using Android Data Binding
Stars: ✭ 20 (-61.54%)
Mutual labels:  android-development
System Alert Window Example
Example project showing use of SYSTEM_ALERT_WINDOW permission on Android 23+, with back button interception.
Stars: ✭ 39 (-25%)
Mutual labels:  android-development
Androiddeveloptools
Android开发工具助手
Stars: ✭ 17 (-67.31%)
Mutual labels:  android-development
Go4droid
build an android app (with go bindings) in Docker
Stars: ✭ 32 (-38.46%)
Mutual labels:  android-development
Android Mvvm Rxjava2 Dagger2
This repository contains a detailed sample application that uses MVVM as its presentation layer pattern. Essential dependencies are Dagger2 with Dagger-android, RxJava2 with RxAndroid, Room, Retrofit and Espresso.
Stars: ✭ 50 (-3.85%)
Mutual labels:  android-development
Android Dev
⚡️ Curated list of resources for Android app development. Prepare for battle!
Stars: ✭ 44 (-15.38%)
Mutual labels:  android-development
Androidkex
Extensions for Kotlin. Use the power of Kotlin to make your code smaller and beautiful.
Stars: ✭ 35 (-32.69%)
Mutual labels:  android-development

kotlin-playground

Kotlin Android samples/template project

This project is basically a repo of Kotlin Android Samples to support my Kotlin Playground Series on Medium. The goal with the series is that at the end we either have a new nice kotlin template project or just a bunch of useful samples that people can easily pick up.

The idea is that the project grows with each article published so I'll tag each article release with article_# in the repo so it's easier to access the code for each article.


Articles Index

  1. Android and Kotlin — basic Hello World

  2. Kotlin Syntax Part I — why am I excluded?

  3. Kotlin Syntax Part II — when did this switch happen?

  4. Kotlin data classes — enough boilerplate

  5. Parcelable in Kotlin? Here comes Parcelize

  6. Kotlin Sealed Classes —  enums with swag

  7. Kotlin Static Analysis — why and how?

  8. Kotlin backend? Yes it's possible

  9. Kotlin standard functions — just another guide

  10. Kotlin runtime checks — require and check

  11. Kotlin try-with-resources — use

  12. Kotlin Playground — finish line


If you have any cool ideas or suggestions feel free to open issues in the repo and I'll try to address in a future article.

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].