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