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);