andle alternatives and similar packages
Based on the "Other" category.
Alternatively, view andle alternatives based on common mentions on social networks and blogs.
-
Guava: Google Core Libraries for Java
Collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth. -
android-ocr
An experimental app for Android that performs optical character recognition (OCR) on images captured using the device camera. -
Android Priority Job Queue
Implementation of a Job Queue to easily schedule jobs (tasks) that run in the background, improving UX and application stability. -
Tiny Dancer
An android library for displaying fps from the choreographer and percentage of time with two or more frames dropped -
AwesomeValidation
Implement validation for Android within only 3 steps. Developers should focus on their awesome code, and let the library do the boilerplate. And what's more, this could help keep your layout file clean. -
WheelView-Android
Selector with wheel view, applicable to selecting money or other short length values. -
Android-Link-Preview
It makes a preview from an url, grabbing all the information such as title, relevant texts and images. -
JsonToJava
I was fed up with writing Java classes to mirror json models. So I wrote this Java app to automate the process. -
AndroidPermissions
Android M was added to check Permission. but Permission check processing is so dirty. -
Fragment-Switcher
An instance-state saving fragment switcher, intended for use with navigation drawers or tabs. -
UserAwareVideoView
A customized video view that will automatically pause video is user is not looking at device screen! -
Agile Boiler Plate
The boiler plate is based on MVP architecture and it is fully based on Dependency Injection design pattern using Dagger2. -
Teller
Teller facilitates the downloading, saving, and reading of the cached data of your app. Keep your user's data fresh and remove those annoying loading screens! -
Google Play Services
Library to access Google services, such as account syncing, Google+ (sharing, single sign-on), Google Maps, Location APIs, Google Play Games, Cloud Messaging, Android Device Manager, and others. -
Android Support library
The Android Support Library package is a set of code libraries that provide backward-compatible versions of Android framework API.
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of andle or a related project?
README
andle
andle is an Android tool to help you sync dependencies, SDK or build tool version.
Installation
Simple install by pip:
$ sudo pip install andle
Usage
The most commonly used command:
$ andle setsdk -p <path> # set android sdk path
$ andle update -p <path> [-d] [-r] [-g] # sync project gradle config
-h, --help show this help message and exit
-p PATH, --path PATH root path
-d, --dryrun dryrun
-g, --gradle check gradle version
-r, --remote check jcenter repository
See andle --help
or andle <command> --help
for more information.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/Jintin/andle.
License
The package is available as open source under the terms of the MIT License.
*Note that all licence references and agreements mentioned in the andle README section above
are relevant to that project's source code only.