Example code for "How-To SU"
For further details, see:
Gradle:
dependencies {
compile 'eu.chainfire:libsuperuser:1.0.0.+'
}
Source link: https://github.com/Chainfire/libsuperuser
Example code for "How-To SU"
For further details, see:
Gradle:
dependencies {
compile 'eu.chainfire:libsuperuser:1.0.0.+'
}
LogcatViewer is utility library which will allow user to view the logcat logs of the application on phone itself. It will be useful for tester to provide logs along with defects and also to developer to do initial analysis of defects. Moreover, if correct tags are used, it can also be useful for performance measurement, for monitoring network requests etc. etc.
Reactive events and properties with RxJava for Android.
Android runtime permissions make easy.
An easy way to get image from Gallery or Camera with request runtime permission on Android M using RxJava.
A widget for selecting multiple items from a list.
REST API mocking for Android made easy.