Thursday 28 January 2021

RxDisposableWatcher

RxDisposableWatcher is a tool for detecting leaked subscriptions in RxJava projects. Generally it shows up all subscriptions alive at the moment.

Features

  • generates detailed HTML report with the following information:
    • stack trace where subscribe(...) was called;
    • total number of calls for a specific stack trace;
    • observable type: Observable, Single, Flowable, etc.
  • available for projects with RxJava 2.x or 3.x onboard



from The Android Arsenal

Wednesday 27 January 2021

android-uniDevId

Android Iniversal Device ID Library

Use OpenUDID_manager for old API and MediaDrm for new API If both options return an empty string, then a random UUID is generated and saved in Preferences until the application is reinstalled



from The Android Arsenal

BottomSheet Menu

You can create awesome menus with bottom sheet experience in a few lines



from The Android Arsenal

Wednesday 20 January 2021

Monday 18 January 2021

Pixl

Pixl is a library for image manipulation with power of renderScript which is faster than other ordinary solutions, currently it includes three basic scripts, brightness, contrast, saturation.



from The Android Arsenal

TagLabelText

Make a tag of text for android with custom background of tag.



from The Android Arsenal

Sunday 17 January 2021

StoryViewer

This repository contains a detailed sample app for displaying stories. This is not a library, just sample implementation. The main aim of this app is to be an example of how to build a Story Viewer like Instagram.



from The Android Arsenal

Bouncy

Add IOS-like overscroll animation to your scrolling views using SpringAnimation.



from The Android Arsenal

Wednesday 13 January 2021

Routes

A tiny Android library for testable navigation logic.

Android Intents can't be created in unit tests. Using a Route makes it easy to check that your app is navigating to the right place with the right parameters.



from The Android Arsenal

Moshi Kotlin Extensions

Kotlin extensions for Moshi. Make everything you want with Moshi in just one line.



from The Android Arsenal

UnicornFilePicker

Unicorn File Picker is a library designed to package a powerful file selector for android.

You can:

  1. Start the file picker activity from any activity or fragment
  2. Select single or multiple files
  3. Use as a Directory Picker
  4. Filter out files you want to display
  5. Add custom theme or use default theme options (Light & Dracula)
  6. And much more which you have to try out for yourself

Android Arsenal

from The Android Arsenal

TextArc

Creating a simple arc text.



from The Android Arsenal

AXGraphView

AXGraphView creates zoomable and scrollable graphs based on functions or custom draw.



from The Android Arsenal

Tuesday 12 January 2021