Skip to content
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.

Commit

Permalink
initial commit of commons
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwasonga committed Aug 12, 2019
1 parent 57d0b52 commit 462b877
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
# Android Promise
- [v1.0.8]
Easily interacting with sqlite database, make http requests, store shared preferences, log to console, list with recyclerview, multithreading

- Please read also [issues](https://github.com/dev4vin/android-promise/issues)
### Features
* Simple creation, altering of database tables
* Easy making http requests, adding interceptors, custom headers, file uploads, file downloads
* Recycler view adapter with custom layout managers, record swiping, record searching
* Multithreading with RXAndroid

### Other _experimental_ features
* Geo location, geo fencing, activity recognition.
* Websockets and data streaming
# Android Promise Commons
- [v1.0.0]
The base promise library

# Setup
-
Expand All @@ -24,9 +13,16 @@ allprojects {
}
}
android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
dependencies {
implementation 'com.github.dev4vin:android-promise:1.0.8'
implementation 'io.reactivex.rxjava2:rxjava:2.2.7'
}
```

Expand Down

0 comments on commit 462b877

Please sign in to comment.