Source link: https://github.com/bidrohi/KotlinListView
ListView example in Kotlin
with BaseAdapter implementation
This is just an example of using ListView with a custom BaseAdapter implementation rewritten in Kotlin instead of Java.
Source link: https://github.com/bidrohi/KotlinListView
This is just an example of using ListView with a custom BaseAdapter implementation rewritten in Kotlin instead of Java.
TimeRangePicker is a library which can be used to select a time range.
This library provides a lightweight mechanism for adding functionality to Activities, Fragments and Applications without modifying their source code, by using annotations.
Objects extending from AspectActivity
, AspectFragmentActivity
, AspectFragment
, AspectSupportFragment
and AspectApplication
, can apply the Aspects annotation and provide a list of classes, called aspects, that add functionality at runtime.
A plugin that allows you to control, simply, all your Genymotion devices from your Gradle scripts.
Android calendar view inspired by Sunrise calendar and iOS7 stock calendar.
A customizable view that provisions picking of a date, time & recurrence option, all from a single user-interface.
Caesar is a tiny Java library that allows to create an asynchronous proxy-version of some synchronous bean. It means that you can still think in terms of your service/bean/object and use its methods instead of writing concurrency code.