awadalaa / Android-Global-Parcelable
Serialization in Java was far too slow for Android, so they created the Parcelable class that android developers use to serialize data. The Parcelable approach requires that you explicitly serialize the members of your class, but in the end, you get a much faster serialization of your objects. The problem is you have to do this with every class…
☆20Updated 10 years ago
Related projects ⓘ
Alternatives and complementary repositories for Android-Global-Parcelable
- Android Animated Dots View☆30Updated 9 years ago
- A library for for simplifying adapter creation, support List, RecyclerView, ViewPager.☆26Updated 7 years ago
- A more elegant and easy way to build an multifunctional adapter for ListView or RecyclerView in Android.☆37Updated 8 years ago
- A Page based navigation framework for Android with a simplified lifecycle and easy transition animations.☆37Updated 8 years ago
- Example of using RenderScript with Gradle and Android Studio. Works with Android API >= 8.☆37Updated 9 years ago
- A showcase of how to load heavy libraries on a splash screen.☆20Updated 8 years ago
- An alternative for String.format() when you have a lot of arguments.☆50Updated 10 years ago
- AndroidOperationQueue is a tiny serial operation queue for Android.☆50Updated 8 years ago
- touch move trigger quick button, touch up release quick button in 1or2 seconds☆38Updated 8 years ago
- This project contains sample code for Bluetooth communication This includes *Rx based click events *Rx based Bluetooth connection *Auto c…☆21Updated 8 years ago
- Change colors of your vector drawables easily from your code☆33Updated 7 years ago
- Agnostic Json abstraction to perform data binding operations for Android and Java.☆70Updated 4 years ago
- Faster than Intents and easier than AIDLs.☆38Updated 2 years ago
- An Android task queue library. Support priority, timeout, multiple queue and auto-retry.☆54Updated 7 years ago
- Fun to use Floating Action Button (FAB) for Android☆74Updated 5 years ago
- A library to serialize and deserialize objects with minimum memory usage.☆25Updated 7 years ago
- A pretty progressbar.☆22Updated 9 years ago
- Android emoji keyboard☆17Updated 8 years ago
- This project goal is to create activity fragment and views, with less code to be more efficient on the view models☆16Updated 7 years ago
- AndroidBitmapTransform is an useful library to do Bitmap transformation on Android.☆47Updated 5 years ago
- A short shot of Espresso☆18Updated 7 years ago
- CrazyImageView for Android☆17Updated 8 years ago
- Library to address common hurdles in Android development☆111Updated 2 years ago
- AWEX (Android Work EXecutor) is a thread pool to execute tasks that uses Promises to deliver results. Promises that can be cancelled, can…☆40Updated 8 years ago
- Emoji TextView android, display emoji (KDDI,DOCOMO,SOFTBANK)☆26Updated 11 years ago
- Spannable TextView to optimize the Android TextView effect.☆37Updated 7 years ago
- Behaviors for the CoordinatorLayout in order to have a snapping AppBarLayout similar to the one used in the GooglePlay app.☆18Updated 8 years ago
- Library implements encrypion layer for SharedPreferences. Also adds some additional features☆15Updated 5 years ago
- A dialog utility library. Decoupling between dialog library and Android fragment.☆34Updated 7 years ago