DataDroid ライブラリでは、リクエストを実行するために使用します
execute(request, listner)
listnerを使わずにリクエストを実行する方法はありますか?
I need to send Information to server and for which the response is not related to user.So, I will handle error and success case in Operation.
I dont want to override methods :
onRequestFinished(),
onRequestConnectionError(),
onRequestDataError()
as there is no UI updation.