What is the faster WebService to use for my android app? -


i new in android need start new project consume web service. need know language use develop fast web service consume in android app?

there many factors surrounding speed, such connectivity (wifi/3g/4g/hsdpa), or server response times. or if user paranoid , has constructed faraday cage. these few possibilities. need best can, via performance enhancements , error handling (however working avoid optimisation issues).

you @ simple things using json on xml has smaller size or use compression.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -