Hello guys,
I'm not sure if the GAE works with android to achieve the second scenario as it will be best solution which will decrease time and will bypass decoding and encoding Process.
so what do you guys think about the above solutions and what is the best optimized and efficient solution in your opinion?
thanks ,
On May 30, 2015, at 10:57 AM, Joe Seph <josep...@gmail.com> wrote:Hello guys,
so currently, we are building a mobile social network application where users will be able to upload and view Pictures and Musics files.we have 2 scenarios in order to implement the GAE with our android application and backend control panel.- First scenario is to implement the GAE PHP with our application backend and let the backend handle all the APIS requests from the mobile side and handle them with the GAE but for in case i need to upload a certain image to the GAE I will need to encode the image to base64 and decode it on the server and then upload it into the GAE and then wait until the upload process finishes and return the Reference to the backend then update the status on the mobile side
as you can notice this scenario will cost me a lot of time and the quality of the image will be dropped due to encoding and decoding .