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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -