Git Product home page Git Product logo

ak-universal-android-helper's Introduction

ak-universal-android-helper

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

https://github.com/kumar-aakash86/ak-universal-android-helper/blob/master/screen/sample.gif

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

ak-universal-android-helper's People

Contributors

kumar-aakash86 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.