Git Product home page Git Product logo

dd4youappsconfig's Introduction

DD4YouAppsConfig

Download License

Very usefull bundle of methods for you. you can use all methodes single line of code

Installation

Add the dependency to your module build.gradle:

dependencies {  
      implementation 'in.dd4you.appsconfig:appsconfig:1.4.6'  
}

Constant Values version 1.3.3

UPDATE_REQUEST_CODE
UPDATE_FLEXIBLE
UPDATE_IMMEDIATE
TimestampFormat1 - TimestampFormat8
DateFormat1 - DateFormat5
TimeFormat1 - TimeFormat4
DateTimeFormat1 - DateTimeFormat4

Constant Regular Expressions Values version 1.4.5

WEAK_PASSWORD (any letter and 4 characters and no white spaces)
WEAK_PASSWORD_2X (any letter and 8 characters and no white spaces)
NORMAL_PASSWORD (any letter and at least 1 special character, 8 characters and no white spaces)
NORMAL_PASSWORD_2X (any letter and at least 1 special character, 16 characters and no white spaces)
STRONG_PASSWORD (at least 1 digit, at least 1 lower and 1 upper case. any letter, at least 1 special character, at least 8 characters and no white spaces)
VERY_STRONG_PASSWORD (at least 1 digit, 1 lower case and 1 upper case. any letter, at least 1 special character, at least 16 characters and no white spaces)

#How to use

use any method or constant values by creating object Like below

private DD4YouConfig dd4YouConfig;
 @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);

        dd4YouConfig = new DD4YouConfig(this);
   }
   
Use any method like below
dd4YouConfig.methodName();

Use any constant like below

DD4YouConfig.Constant.TimestampFormat1  
DD4YouConfig.DDRegex.NORMAL_PASSWORD  

you can use DDPreferenceManager class

int methods

.getDeviceVersion() Rename to .getAndroidSDKVersion() version 1.4.5
.getAppVersionCode()
.generateRandomDigits() version 1.2.3
.getRandomRGBColorCode() version 1.4.5
.getRandomRgbPinkishColorCode() version 1.4.5

long methods

.getCurrentTimestamp()

String methods

.getDeviceManufacturer()
.getDeviceModel()
.getPhoneUser()
.getDeviceId()
.getBrand()
.getType()
.getHost()
.getProduct()
.getAndroidVersion()
.getAppVersionName()
.getCurrentDate()
.getCurrentTime()
.removeFromEnd() new
.removeFromStart() new
.removeFromBothSide() new
.getFromStartString() new
.getFromEndString() new
.generateRandomString() new
.generateUniqueID() new
.encryptToMd5() new
.encryptToSHA1() new
.encryptToSHA224() new
.encryptToSHA256() new
.encryptToSHA384() new
.encryptToSHA512() new
.dd4youNumberFormat() version 1.2.3
.getTimeAgo() version 1.2.3 Support Only Unix Timestamp
.getTimeAgo() version 1.3.3 Support All Timestamp
.getDateTime() version 1.3.5
.getFirstAndLastLetter() version 1.4.5
.getFirstLetterOfEachWord() version 1.4.5
.getAndroidVersionCode() version 1.4.5
.convertToSlug() version 1.4.5
.getRandomHexColorCode() version 1.4.5

boolean methods

.isSDCardPresent()
.isApkFolder()
.createApkFolder()
.isPassword()
.setPassword()
.verifyPassword()
.removePassword()
.isInternetConnectivity() new

void methods

.moreApps()
.rateUs()
.rateUsDialog() version 1.3.3
.shareApp()
.followOnInstagram()
.contactByWhatsApp()
.contactByEmail()
.shareOnWhatsApp()
.shareOnWhatsAppBusiness()
.subscribeOnYoutube()
.watchOnYoutube()
.checkAppUpdate() remove in version 1.3.5
.checkInAppUpdate() version 1.3.3
.shareWithImage() version 1.2.3
.appExitDialog() version 1.3.5

Date Format List

MM = Month example 03
dd = Day example 31
yyyy = Year example 2020
hh = hours example 10
mm = minutes example 30
ss = seconds example 20
a = am/pm example 11 am or 10 pm

Some Example on Date & Time Format 06:51 = hh:mm
06:51:00 = hh:mm:ss
06:51 am or 06:51 pm = hh:mm a
06:51:00 am or 06:51:00 pm = hh:mm:ss a

31-03-2020 = dd-MM-yyyy
03-31-2020 = MM-dd-yyyy
2020-03-31 = yyyy-MM-dd

Contribution

Please fork repository and contribute using pull requests.

Any contributions, large or small, major features, bug fixes, additional language translations, unit/integration tests are welcomed and appreciated but will be thoroughly reviewed and discussed.

License

Copyright 2020 DD4You.in

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

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.