xebia-functional / appsly-android-rest

An Android client library for RESTful based web services.
209 stars 51 forks source link

Sending photo/multipart #51

Closed geniusgeek closed 10 years ago

geniusgeek commented 10 years ago

public void postNotificationMessage(@Header("Content-Type") String contentType,@Header("Authorization") String authorizationValue ,@FormField("notificationMessage") String notificationMessage,@FormField("file") FileFormField pictureOrVideoCallback responseCallback );

geniusgeek commented 10 years ago

please i ve tried to send notification along side a photo with the above API but its not working. SOmebody help

raulraja commented 10 years ago

@geniusgeek already replied to you in a previous issue where you also commented the same thing. Duplicating the content is distracting.