GoogleDateTimePickers
New Google Date and time pickers
Sample App available on Play Store
https://play.google.com/store/apps/details?id=com.mirko.sample&hl=it
Source link: https://github.com/Mirkoddd/GoogleDateTimePickers
New Google Date and time pickers
Sample App available on Play Store
https://play.google.com/store/apps/details?id=com.mirko.sample&hl=it
Q & A
material-calendarview is a better looking implementation of android's CalendarView
. The goal is to have a more Material look and feel, rather than 100% parity with the platform's implementation.
SwitchPreferenceCompat allows to use SwitchCompat
as preference.
Android AlertDialog that only shows once for a given string.
This is a subclass of AlertDialog with all its features supported. The only difference is that a key is provided in its initialization, which is used to check the default SharedPreferences
and save itself once shown.
Use cases:
Tree view implementation for Android.
A demonstration of handling Activities and Fragments using Dagger dependency injection framework
The real benefit here is that you create an object graph only when you need it. This contributes to keeping the memory footprint of your app as low as possible.
TitledEditText allows to write a large font sized title with a content like done in SimpleNote.
Q & A