Core Database Reference by Google Developer
##Require Library
compile 'io.realm:realm-android:0.86.0'
compile 'com.jakewharton:butterknife:6.0.0'
compile 'com.squareup.retrofit:retrofit:1.9.0'
compile 'io.reactivex:rxandroid:1.1.0'
compile 'com.facebook.fresco:fresco:0.9.0'
compile 'com.android.support:cardview-v7:23.1.1'
compile 'com.kbeanie:image-chooser-library:1.5.2@aar'
compile 'com.android.support:recyclerview-v7:23.1.1'
This Example uplaod MultiPart File(Image) upload to server useing by Retrofit.also uplaod in background if you are exit the application to runnig uploading to the server. *Uploading Start when you have to long click on listview image.
####Implement to your poject *In api.java Class in this Example.
@Multipart
@POST("/upload")
Observable<image> getImageName(@Part("mimage") ProgressedTypedFile attachments);
##Idea by http://www.socialinfotech.com/