A very small sample of how to implement DocumentsProvider, to have new items of Android's file-picker
Repositories
AndroidDeveloperLB repositories
A sample to demonstrate how to use cache on ExoPlayer, and to investigate the best way to use the cached file later
POC to show how to scale-crop at any point of the video, and not just like center-crop of ImageView
A collection of fixes for FastScroller
A modified version of FloatingActionButton library, that better handles various issues
A collection of Android foreground-enabled views just like FrameLayout
A spinner-like view, which shows all items below, including indication of which item is selected
A POC to get history of installed apps from the Play Store ("library"), based on Aurora Store source code
An example of showing GIF animation using Movie class of Android, based on : https://stackoverflow.com/a/51127570/878126
A truly open sourced launcher app, based on the same launcher app that comes with Android
Provides special ways to handle ListViews, including PinnedHeaderListView in Lollipop's Contacts' app style
A sample of how to mimic the way that the contacts app handles a Fast-Scroller for a RecyclerView
A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, dragging and animations.
Allows to have an ActionBar on PreferenceActivity
A sample to show how to mux MP4 files, when the input is an image or more, each of a different duration
Sample app to show how to view a video in a live wallpaper app on Android
Gesture-based image layer, to move it into placeholders (empty content within a bitmap)
A tiny Android project plugin to prevent the need to manually exclude obfuscation of classes in "argument" from navigation xml files, as written here: https://developer.android.com/guide/navigation/use-graph/pass-data#proguard_considerations
A minimized sample of showing a video inside a live wallpaper using OpenGl, based on alynx-live-wallpaper repository
A POC to show how to have multiple ViewPagers work in Parallax effect with each other