Tagged Questions
-1
votes
1answer
261 views
How to develop a login/register system for Android? [closed]
How would it be possible to develop a login/register system for Android?
I have 0 experience with Android or general network programming but I do have a server running MySQL and anything else I may ...
1
vote
1answer
175 views
Best strategy for supporting multiple server communication from iPhone/android app?
I'm making an app that will be used in multiple hospitals in the US. As per HIPAA compliance requirement, every hospital will have its own server that complies with these requirements of ensuring ...
1
vote
0answers
16 views
Database lock on gSoap server during storing data in table [duplicate]
Possible Duplicate:
How to run thread if multiple data is insert in the multiple table
I am getting the values from the android app & storing onto the server using sqlite. first time ...
-1
votes
1answer
392 views
Client/Server App – Best online data storage/administration/communication library?
I work on some iphone/android apps and the “data stored on a centralized server” pattern seem fairly common.
So far, I have done one app like this, doing everything myself at a low level without ...
5
votes
1answer
441 views
Solutions for implementing a full-duplex game server?
I am designing a game server which would be used for Android terminals. I've been searching for products or frameworks to use for two-way socket communication but haven't found anything worth ...