protobuf-example
Example app to use Protobuf in Android using Square's Wire library.
Source link: https://github.com/kushalsharma/protobuf-example
Example app to use Protobuf in Android using Square's Wire library.
Horizontal Calendar is a material horizontal calendar view for Android based on RecyclerView
.
Page Indicator for Android ViewPager with a lot of animations and very original graphics, that uses an ellipses to dispose indication spots, and can draw a hand, like in old elevators.
Bored of the usual small points or stressed by the space occupied by a tab bar? Try this elevator-like elegant and original page indicator! A fully customizable super-easy Page Indicator, with stunning animations and very original and discreet graphics, for Android. Needs a very small screen, perfect when many pages need to be shown and reached in a small time.
A simple easy-to-integrate Camera Fragment for Android.
CameraFragment preview directly the camera view, and provides a easy API to capture or manage the device.
You can setup your own layout and control the camera using CameraFragment.
Another approach to create NavigationDrawer with Material concepts.
async-expandable-list contains 2 View classes: CollectionView
and AsyncExpandableListView
.
AsyncExpandableListView displays a list of headers and loads a sub-list under a header when a header item is clicked. The loading of sub-items can be done asynchronously and there are callbacks to populate the data into the list when it's done loading.
This is a demo project on Flatbuffers. Flatbuffers is an android parsing library which is much faster then GSON.
This project explains how to setup flatbuffers and use them to serialize and deserialize the models.