helper classes for all secret biology projects
NOTE: Java version of this repository will no longer get any updates.
This project is currently in development phase. To get beta functions, use following.
Following are the specifications related to compilations
compileSdkVersion 26
buildToolsVersion "26.0.2"
minSdkVersion 15
targetSdkVersion 26
(1) com.google.code.gson:gson:2.8.2
(2) com.android.support:design:26.1.0
(1) General Functions
(2) General UI views and ViewPageAdapters
(3) Time Utils
(4) Simple Logger
(5) Custom views and Listeners
(6) PBKDF2 based Encryption compatible with android N
(1) SQLight Database Functions and Query Builder
(2) InputView, InputAutoCompleteView, InputMultiAutoCompleteView
(3) AES Encryption with SHA1PRNG (added new EncryptorHelper or General.encrypt() functions)
(4) getColor() function.
compile 'com.secretbiology.helpers:general:1.1.4'
<dependency>
<groupId>com.secretbiology.helpers</groupId>
<artifactId>general</artifactId>
<version>1.1.4</version>
<type>pom</type>
</dependency>