I have a file that is uploaded on dropbox i just want to edit it from my android application. I don't want to download it. File is in form of json formate. E.g I have a file name "Add" Formate :
{"slots":[ {"slotid":"2b","updatetime":1477650798,"active":true,"adurl":"https:\/\/play.goo gle.com\/store\/apps\/details?id=com.MoversGames.DriftCarSimulatorExtremeDriving","imgurl":"https://i.imgur.com/oRHNKN0.jpg","hd":"false","x":0,"y":0},
{"slotid":"1a","updatetime":1477650727,"active":true,"adurl":"https:\/\/play.google.com\/store\/apps\/details?id=com.MoversGames.RCCarRacing","imgurl":"https://i.imgur.com/sF5IrDe.jpg","hd":"false","x":0,"y":0}],"containers":[]}
Is is uploaded on dropbox. I just want to edit it through my android application.
Note:I want to edit it online from my android application