/DBApiLib

A library to help with database setup; working with queries like insert, create, delete, drop, select; for using rest api consumtion; shared preferences; image zoom in and zoom out, applying font to the entire layout, checking if internet connection is available or not, setting an image view in square shape, and replacing null in a string and replacing true or false with 1 or 0.

Primary LanguageJavaApache License 2.0Apache-2.0

DBApiLib

Setup

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:
allprojects{
  repositories {
    ...
    maven { url 'https://jitpack.io' }
  }
}

Step 2. Add the dependency

dependencies {
    ...
    implementation 'com.github.amitjangid80:DBApiLib:v1.7'
}

Using maven:

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

Step 2. Add the dependency

<dependency>
  <groupId>com.github.amitjangid80</groupId>
  <artifactId>DBApiLib</artifactId>
  <version>v1.0</version>
</dependency>