Pinned Repositories
AndroidJniBitmapOperations
Allows to perform various simple operations on bitmaps via JNI , while also providing some protection against OOM using the native Java environment on Android
AutoFitTextView
A TextView that automatically fit its font and line count based on its available size and content
ChipsLibrary
A fork to Google's Gmail/Hangouts chips library, with some extra features
ListViewVariants
Provides special ways to handle ListViews, including PinnedHeaderListView in Lollipop's Contacts' app style
LollipopContactsRecyclerViewFastScroller
A sample of how to mimic the way that the contacts app handles a Fast-Scroller for a RecyclerView
MaterialPreferenceLibrary
Allows to have an ActionBar on PreferenceActivity
RootHelper
An extension to use libsuperuser library more easily
ThreePhasesBottomSheet
A bottom sheet sample that's similar to how Google Maps treat it
VideoTrimmer
Allows to trim videos on Android, including UI
WebpifyYourAndroidApp
A small tool to convert your app's png&jpg image files into WebP when possible
AndroidDeveloperLB's Repositories
AndroidDeveloperLB/AutoFitTextView
A TextView that automatically fit its font and line count based on its available size and content
AndroidDeveloperLB/AndroidJniBitmapOperations
Allows to perform various simple operations on bitmaps via JNI , while also providing some protection against OOM using the native Java environment on Android
AndroidDeveloperLB/ChipsLibrary
A fork to Google's Gmail/Hangouts chips library, with some extra features
AndroidDeveloperLB/VideoTrimmer
Allows to trim videos on Android, including UI
AndroidDeveloperLB/RootHelper
An extension to use libsuperuser library more easily
AndroidDeveloperLB/PhoneCallRecorder
A POC of recording calls
AndroidDeveloperLB/apk-parser
AndroidDeveloperLB/CommonUtils
Just a set of Android classes and functions that I commonly use in various projects
AndroidDeveloperLB/FastScrollerAndRecyclerViewFixes
A collection of fixes for FastScroller
AndroidDeveloperLB/AsyncTaskEx
A modified version of AsyncTask, in Kotlin, with some things removed and some added
AndroidDeveloperLB/AndroidVersionsStats
Gets updated information about the version statistics of Android distribution, as found from Android Studio code
AndroidDeveloperLB/SdkTest
Just some test for Jitpack, to see if it can handle aar files in Github
AndroidDeveloperLB/UserActivityRecognitionSample
A sample to show how to handle User-Activity-Recognition, based on https://github.com/jarroyoesp/TransitionRecognitionApp
AndroidDeveloperLB/MediaMuxerSample
A sample to show how to mux MP4 files, when the input is an image or more, each of a different duration
AndroidDeveloperLB/alynx-live-wallpaper
An android app that allows you choose a video as wallpaper.
AndroidDeveloperLB/customized-popup-window-sample
A sample of having a customized popup window, that should work like context menu
AndroidDeveloperLB/DocumentsProviderSample
A very small sample of how to implement DocumentsProvider, to have new items of Android's file-picker
AndroidDeveloperLB/OpenGlVideoLiveWallpaper
A minimized sample of showing a video inside a live wallpaper using OpenGl, based on alynx-live-wallpaper repository
AndroidDeveloperLB/VectorChildFinder
A repository to allows finding inner parts of VectorDrawable, and perform operations on them, based on VectorChildFinder repository
AndroidDeveloperLB/ArcAnimator
ArcAnimator helps to create arc transition animation: 2.3.+
AndroidDeveloperLB/GetPlayStoreInstalledAppsHistory
A POC to get history of installed apps from the Play Store ("library"), based on Aurora Store source code
AndroidDeveloperLB/WallpaperManagerTest
A sample to show the new restrictions of WallpaperManager on Android 13 when targeting it
AndroidDeveloperLB/AdmobSample
An updated Admob sample, based on official one, which also tests for memory leaks using LeakCanary
AndroidDeveloperLB/ColorPicker
A highly customizable color picker for Android
AndroidDeveloperLB/ConnectedBluetoothDevicesSample
A sample to handle polling of connected Bluetooth devices
AndroidDeveloperLB/glide
An image loading and caching library for Android focused on smooth scrolling
AndroidDeveloperLB/jxl-coder-glide
JPEG XL Glide android plugin
AndroidDeveloperLB/material-sheet-fab
Android library that provides the floating action button to sheet transition from Google's Material Design.
AndroidDeveloperLB/storageVolume
A sample of granting access to folders using SAF, including storage volume when possible
AndroidDeveloperLB/ZipFileInMemoryJNI
See https://stackoverflow.com/questions/61652063/how-to-parse-a-zipped-file-completely-from-ram