Adroit

General

Category
Free
Tag
Utils
License
N/A
Registered
Dec 13, 2014
Favorites
0
Link
https://github.com/apoorv-arora/Adroit
See also
Apache Commons Codec
jurl
Caffeine
Yadi
Fuzzy Date Formatter

Additional

Language
Java
Version
N/A
Created
Nov 24, 2014
Updated
Dec 13, 2014 (Retired)
Owner
Apoorv Arora (apoorv-arora)
Contributor
Apoorv Arora (apoorv-arora)
1
Activity
Badge
Generate
Download
Source code

Adroit

Adroit is a smart way to develop android applications. Enhance your application development skills by providing safe checks and speed up development process.

Highlights

Check registered components before calling. boolean isIntentSafe = ActivityUtils.isIntentSafe(context, intent);

Check if a feature is present boolean isCameraPresent = FeatureUtils.IsCameraPresent(context);