Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 514 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 514 Bytes

AndroidUtils

This project is aim to compile various utility and helper classes which can be used directly in android apps with minimum boiler plate code.

Currently Available Utilities

  • FileUtility - Utility class to perform read/write file operations on (A) App-Specific directories, (B) Shared Storage Directories
  • CameraHelper - Take photo from Camera
  • Location Helper - Take current and last known location
  • SMS Utils - Read all SMS
  • Image Picker
  • BarcodeScanner

Upcoming Utilities

  • DebugUtils