An open API service indexing awesome lists of open source software.

https://github.com/jkaninda/crud

Android Kotlin Mysql Library
https://github.com/jkaninda/crud

Last synced: 4 months ago
JSON representation

Android Kotlin Mysql Library

Awesome Lists containing this project

README

          

# Android kotlin Mysql Library

[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-yellow.svg)](http://www.apache.org/licenses/LICENSE-2.0)

## Download and Import
### PHP API

Download from [here](https://github.com/jkanTech/crud/raw/master/api/api.zip).

### Android Studio/Gradle

- Maven:

```groovy


jitpack.io
https://jitpack.io





com.github.jkanTech
Crud
1.0.1

```

- JitPack.io, add `jitpack.io` repositiory and dependency to your `build.gradle`:

```groovy
repositories {
maven {
url "https://jitpack.io"
}
}

dependencies {
implementation 'com.github.jkantech:crud:1.0.2'
}
```
## Usage

1. Download the latest version of the API
2. Unzip it in your server directory
3. Go to the api/query/v1/database folder
4. Open the config.php file
5. Put the database username, password and database name

```php

Examples :eyes:

Download the [Crud Example App]() or look at the [source code](https://github.com/jkanTech/crud/tree/master/CrudExample).




## Authors

* **Jonas Kaninda** - [jkanTech](https://github.com/jkantech)

## License

This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.