AndroidDeveloperLB

Elite
@AndroidDeveloperLB

Almost always develops for Android, using Kotlin&Java.

AutoFitTextView. A TextView that automatically fit its font and line count based on its available size and content

913

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

537

LollipopContactsRecyclerViewFastScroller. A sample of how to mimic the way that the contacts app handles a Fast-Scroller for a RecyclerView

530

MaterialPreferenceLibrary. Allows to have an ActionBar on PreferenceActivity

395

ListViewVariants. Provides special ways to handle ListViews, including PinnedHeaderListView in Lollipop's Contacts' app style

329

ChipsLibrary. A fork to Google's Gmail/Hangouts chips library, with some extra features

299

VideoTrimmer. Allows to trim videos on Android, including UI

149

RootHelper. An extension to use libsuperuser library more easily

123

ThreePhasesBottomSheet. A bottom sheet sample that's similar to how Google Maps treat it

110

WebpifyYourAndroidApp. A small tool to convert your app's png&jpg image files into WebP when possible

105

PhoneCallRecorder. A POC of recording calls

55

apk-parser. Kotlin

49

LB-Launcher. A truly open sourced launcher app, based on the same launcher app that comes with Android

49

ParallaxViewPagers. A POC to show how to have multiple ViewPagers work in Parallax effect with each other

27

CommonUtils. Just a set of Android classes and functions that I commonly use in various projects

24

MultiTouchPlaceholderView. Gesture-based image layer, to move it into placeholders (empty content within a bitmap)

19

ExoPlayerCacheSample. A sample to demonstrate how to use cache on ExoPlayer, and to investigate the best way to use the cached file later

16

FastScrollerAndRecyclerViewFixes. A collection of fixes for FastScroller

14

Android-Week-View. Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.

14

DayAndNightDetector. Detects if it's now day or night using the TwilightCalculator class by Google

9

ScreenshotSample. shows a sample of how to take a screenshot on Android

9

AsyncTaskEx. A modified version of AsyncTask, in Kotlin, with some things removed and some added

9

AndroidVersionsStats. Gets updated information about the version statistics of Android distribution, as found from Android Studio code

7

WallpaperPicker. A port of Android's Wallpaper-picker, as used in the launcher itself

7

DialogShard. An alternative to DialogFragment, that's intended to overcome fragments exceptions

7

FloatingActionButtonEx. A modified version of FloatingActionButton library, that better handles various issues

5

GifLiveWallpaper. An example of showing GIF animation using Movie class of Android, based on : https://stackoverflow.com/a/51127570/878126

5

RecyclerViewDragAndDropTest. A sample to show how to have drag&drop functionality on RecyclerView (and optionally also swipe-to-dismiss)

4

SdkTest. Just some test for Jitpack, to see if it can handle aar files in Github

4

FullSizePopupSpinner. A spinner-like view, which shows all items below, including indication of which item is selected

4

VectorChildFinder. A repository to allows finding inner parts of VectorDrawable, and perform operations on them, based on VectorChildFinder repository

4

UserActivityRecognitionSample. A sample to show how to handle User-Activity-Recognition, based on https://github.com/jarroyoesp/TransitionRecognitionApp

4

VideoAndAudioMux. A POC about how to mux (join) video and audio files together into a single video file that has the audio in it

4

android-floating-action-button. Floating Action Button for Android based on Material Design specification

3

android-cropimage. CropImage Activity from Gallery.apk packaged as a reusable Android library (4.0 and up).

3

MediaMuxerSample. A sample to show how to mux MP4 files, when the input is an image or more, each of a different duration

3

ExoPlayerScaleCrop. POC to show how to scale-crop at any point of the video, and not just like center-crop of ImageView

3

OpenGlVideoLiveWallpaper. A minimized sample of showing a video inside a live wallpaper using OpenGl, based on alynx-live-wallpaper repository

2

RoundKornerLayouts. Round Korner Layouts is an Android library create to build a layout with the round corners

2

DocumentsProviderSample. A very small sample of how to implement DocumentsProvider, to have new items of Android's file-picker

2

alynx-live-wallpaper. An android app that allows you choose a video as wallpaper.

2

play-billing-samples. A copy of an old repository of Google for In-app-purchase/billing (IAP) samples for Android

2

MovieLiveWallpaper. Sample app to show how to view a video in a live wallpaper app on Android

2

AutomatedTextSwitcher. A TextSwitcher that allows automatic switching of texts within itself

2

storageVolume. A sample of granting access to folders using SAF, including storage volume when possible

2

customized-popup-window-sample. A sample of having a customized popup window, that should work like context menu

2

dialer-nougat-release. This project is a "conversion" of the android dialer source code to android studio.

2

TwemojiFlagsVectorDrawable. A library that helps you use Twemoji flags inside your Android apps, using VectorDrawable instead of font files

2

ZipFileProviderSample. Demonstrates how to share a zip file that contains multiple files, without actually creating the zipped file

1

WallpaperManagerTest. A sample to show the new restrictions of WallpaperManager on Android 13 when targeting it

1

ApkManifestFetcher. A sample of how to try to parse all kinds of APK manifest content , including ability to parse via InputStream

1

GetPlayStoreInstalledAppsHistory. A POC to get history of installed apps from the Play Store ("library"), based on Aurora Store source code

1

AlarmClockSample. Just a test to show how to set an alarm on Android

1

android-gesture-detectors. Gesture detector framework for multitouch handling on Android, based on Android's ScaleGestureDetector

1

android-DirectorySelection. Java

1
55
Apply