Skip to content
Vivek Vashistha edited this page Mar 18, 2023 · 1 revision

Introduction

AndroidUtils is the compilation of various helpers and utility functions used in most projects. The aim is to reduce boilerplate code for developers who uses these libraries. They should meet their objectives by writing just a couple of lines.

Functions Supported so Far

FileUtility

These helper classes provide APIs for file read/write operations on (A) App-Specific directories, and (B) Shared Storage Directories.

  1. FileUtility - Utility class to perform read/write file operations on (A) App-Specific directories, (B) Shared Storage Directories
  2. CameraHelper - Take photos from Camera
  3. Location Helper - Take current and last known location
  4. SMS Utils - Read all SMS
  5. Image Picker
  6. BarcodeScanner
Clone this wiki locally