Skip to content

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 re…

License

Notifications You must be signed in to change notification settings

amitjangid80/DBApiLib

Repository files navigation

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>

About

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 re…

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published