Tagged Questions
-1
votes
1answer
268 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 ...
5
votes
3answers
403 views
Unit Testing DatabaseOpenHelper class in Android
I've written several unit tests for an already existing DatabaseOpenHelper class. I covered the creation scenario and migration from old schema to new one. Unfortunately, I don't feel that my tests ...
0
votes
2answers
441 views
Android Card Game Database for Deck Building
I am making a card game for Android where a player can choose from a selection of cards to build a deck that would contain around 60 cards. Currently, I have the entire database of cards created that ...
4
votes
3answers
1k views
Why to use web services instead of direct access to a relational database for an android app?
I searched on the web how to access in an efficient manner to a central database at a remote location and I met suggestions to use web services instead direct access (i.e. JDBC etc ) to a database.I ...
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
393 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 ...
4
votes
2answers
464 views
Storing data for use on Android and Windows Applications
I posted this last night on StackOverflow and was advised to move it over to StackExchange, thank you for taking a moment to look at my question.
I'm developing a project proposal for my final year ...
5
votes
0answers
557 views
Android application Database Framework [closed]
When creating mobile (specially Android) applications, I usually come to touch with similar patterns of working with data.
Usually, I need to fetch some remote data (covered by an authorization ...
1
vote
1answer
577 views
Logging-in and database connectivity in Android
I am completely new to Android development and have been reading many articles on the Android site and elsewhere. There are a lot of articles that give very specific examples, but I haven’t bumped ...
1
vote
1answer
322 views
How Data Transfers differ on Smart Phones: Iphone vs. Android vs. Windows Phone
I am interested in how each individual smart phone is allowed to handle data transfers within a third-party app. I am interested in designing apps that allow customers to update, transfer, download, ...