Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Anybody got any experience writing the server side of an Android client featuring authentication and possibly encryption?
Posted
Comments
Sergey Alexandrovich Kryukov 30-Oct-13 1:43am    
Why do you think that a WebService should be specific to an Android client? On of the purposes of WebServices is to have services agnostic to the client OS...
—SA
FantasticFiasco 30-Oct-13 2:49am    
You are of course correct in your statement, but it seems that the Android HTTP client has a couple of limitations and those might force me to make certain design decisions on the server side.

I would like to know developers have coped with these limitations.
pasztorpisti 30-Oct-13 3:59am    
In worst case you write a simple http client that suits your needs on top of TCP. Writing a http client on top of TCP is very easy if you don't have to support all http features. An easier solution is searching for a java/C/C++ client depending on the language you use.
Sergey Alexandrovich Kryukov 30-Oct-13 9:15am    
Writing HTTP protocol itself, on top of TCP, is of course not a very difficult problem, but what would you advice to do if an "HTTP client" is supposed to be a fully-fledged Web browser?
—SA
pasztorpisti 30-Oct-13 9:55am    
A web browser is (an operating system) a platform... :-) I wouldn't start writing another one besides the existing ones unless I wanted to dedicate the rest of my life to it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900