RxConnectiion
RxConnection inspired by Telegram Desktop Version Connection View
Source link: https://github.com/Nizomjon1994/RxConnectiion
RxConnection inspired by Telegram Desktop Version Connection View
Q & A
A set of EditTexts with built-in support for Date and TimePicker's using fragments.
Mobile Test Automation Tool
This example is basically used for simple using of data binding for Views and RecyclerView using model.
This library aims to provide a chat UI view.
SectionedMergeAdapter is a library based on MergeAdapter by CommonsWare. It allows you to work with sections and subheaders in your ListViews. With this library, you get the advantage of stitching together the rows and the header of the subsection in the subsection itself. For example, if there are no rows in a subsection of the ListView, the header of the subsection is also not shown.
One tool to manage key generation, key storing and encryption on different APIs of Android.
As you may know android provided API to use keystore
that is stored in system only from API 18. They introduced AndroidKeyStore provider that is responsible to manage this.
But as always there are underwater stones. Up to API 23 you are only able to create asymmetric keys using AndroidKeyStore
provider. Also algorithms that you can use are limited. And what about devices below API 18 ?
This project provides API that wraps default JCA api and AndroidKeyStore
API and makes it easy to create, manage and use your keys on any andorid API.
Q & A