Tuesday 30 April 2019

QrCode

Scan QR Codes with:

  • Firebase ML Kit
  • ZXing

And generate them with:

  • QRCode.js
  • ZXing
  • Google Charts



from The Android Arsenal

Splashy

A splash screen library for Android.



from The Android Arsenal

Monday 29 April 2019

Sunday 28 April 2019

Netwatch

A simple Android library to notify Android device network changes to help react properly.



from The Android Arsenal

Friday 26 April 2019

Media Picker

An Android Library for end-developer to help pick the media file from android local storage.



from The Android Arsenal

Monday 22 April 2019

FlipTimerView

FlipTimerView library for Android. Countdown timer with flip text UI (as seen in Airports).


Android Arsenal

from The Android Arsenal

Sunday 21 April 2019

MethodScope

Methodscope automatically generates classes that perform similar function tasks on a per-scope basis for a class.



from The Android Arsenal

PageStepIndicator

Step indicator with titles/labels and tons of customization.

  • Add title to pager indicator
  • Customize title color
  • Customize Pager indicator



from The Android Arsenal

Koap

A Kotlin library that makes Android SharedPreferences easier to use.



from The Android Arsenal

Holdy

Android Library that can easily load any fragment in a provided container. library encourage us to use maximum fragments which reducing application size. With holdy you can easily deal with fragments.



from The Android Arsenal

Kotlin Fudi Permission

Kotlin Library for easy permissions. new PermissionService(this).request(permissions,callback).



from The Android Arsenal

Kotlin VoIp USSD

Kotlin API to use ussd displayed windows at Android, using AccessibilityService.



from The Android Arsenal

Thursday 18 April 2019

MTextField

A new Material Design text field that comes in a box, based on Google Material Design guidelines.



from The Android Arsenal

Wednesday 17 April 2019

Android Snapshot Publisher

Android Snapshot Publisher is a Gradle plugin to prepare and distribute Android Snapshot versions to multiple distribution sources in a simple and common way.



from The Android Arsenal

Monday 15 April 2019

Blitz

Blitz is a library that provides an Android real time form validation.



from The Android Arsenal

Photon

Photon is an image loading library for Android. Photon is easy, fast and light library.



from The Android Arsenal

Saturday 13 April 2019

StripedProcessButton

A library for creating process loading button with stripes.



from The Android Arsenal

Streaming Android Logger

Streaming logs directly from your android phone as webserver. Supports different loggers with different log levels.



from The Android Arsenal

SliderView library

An easy to use Android Library to get slides in apps using images or image URLs. Gradle Step 1. Add this in your root build.gradle at the end of repositories:

allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Step 2. Add the dependency

dependencies { implementation 'com.github.nikhil-sachdeva:SliderViewLibrary:1.0' } Add SliderView to your activity_main.xml.

<com.example.sliderviewlibrary.SliderView android:id="@+id/sliderView" android:layoutcenterHorizontal="true" android:layoutwidth="300dp" android:layout_height="200dp"/> Adjust layout height and width based on the size of images to be used.



from The Android Arsenal

Thursday 11 April 2019

FitButton

The button which includes features:

  • Icon,
  • Text,
  • Divider,
  • Corner radius,
  • Border of the button,
  • Custom ripple effect,
  • Custom elements sizes,
  • e.t.c.



from The Android Arsenal

ImageBadgeView

A library to add ImageView (ImageBadgeView) with a badge like notification count.



from The Android Arsenal

Android Clustering library for Yandex MapKit

A clustering library for Yandex MapKit.



from The Android Arsenal