AK Universal Android Helper

Additional

Language
Java
Version
N/A
Created
May 19, 2016
Updated
Mar 6, 2019 (Retired)
Owner
Aakash Kumar (kumar-aakash86)
Contributor
Aakash Kumar (kumar-aakash86)
1
Activity
Badge
Generate
Download
Source code

ak-universal-android-helper


A helper library to ease the most repetitive codes with simple reusable attributes.

AKUAH can help you with many repetitive tasks of daily life development.

I am using this library in my own projects from quit a time. Now I decided to share in for public use. I have not implemented all the features I used to have in my old library but will keep adding them and some new features.

Currently this library contains following features.

Custom Detailed Log Messages
AKUAH provides a simple solution for this logging with more detailed solution than android default log. It provides a more simple & clean solution for the logging.

Device Stats Check
AKUAH helps you to identity device specific info & device other status like Network availability, GPS Module availability, Gyroscope availability, Front Camera availability etc.

It includes following options

Check Network availability
Check GPS Module availability in device
Check Gyroscope Module availability in device
Check Front Camera availability in device

Alerts and Notifications
Custom snackbars

Actions & Events
Capture shake event

Custom Fonts
Custom fonts on textview, edittext & buttons

Date Formats
Date formatting & Comparision

Text Utilities
Advance text styling
Text click in multiline TextView.

App Utilities
Check for update on Google Play Store Ask for rating dialog

Usage
Add this in your application's build.gradle

compile 'ak.andro.kumaraakash86:ak-universal-helper:1.2.3'

Setup
Setup AKUniversalHelper with following code in application file.

    AKUniversalConfiguration.Builder config = new AKUniversalConfiguration.Builder(mContext);
    AKUniversalHelper.getInstance().init(config.build());

You are ready to go.
See wiki for syntax guide

Version: 1.2.2 - 1.2.3

  • Bug fix

Version: 1.2.1

Version: 1.2.0

  • Added a simple play store app update checker (see wiki for App Utilities)
  • Logging feature optimization
  • Can log simple strings with tags & message

Version: 1.1.2

  • "getDateDifferences" method added to get differences between two dates (see wiki for Date Formats)
  • Option in library setup to define font directory path globally (see wiki for Custom Fonts)

Version: 1.1.1

  • Custom shake threshold option in shakelistener

Version: 1.1.0

  • Added setting to save all logs
  • Option to send logs with mail

Version: 0.15

  • Text Style customizer added (Supports underline, bold, italic, subscript, superscript, relative resize, foreground color, background color & strikethrough)
  • Text Click listener added

Version: 0.14

  • Custom font helper updated
  • Flash check added in DeviceStats

Version: 0.13

  • Custom font helper added
  • Date helper added

Version: 0.12

  • Shake Detection

Version: 0.11

  • Library Setup from application file for advance future implementation
  • Enable/Disable library logs from library setup