Below is the brief explanation of wat we are trying to acheive.

1. There are mainly 2 parts involved in this project. Android UI and SQLite
DB.
2. As per the design, the SQLite DBs entires will be used to populate the
Android UI.
3. The SQLite DB will be updated regularly as and when there is a need to
include the new entry.
4. We have to get this DB into Android Device (may be using FTPget) and
inform the Android Code abt it so that the UI can be populated.
5. Therefore, we would like to know what is the location we can put the DBs
file (using FTPget) and how can we indicate it in the Android Code.
6. Also we would like to know, if we install the application which has
SQLite DBs using the .apk file, where is the Database saved in an Android
Device.

In short, we get the DB from the server using FTP and use it to populate
the UI. As and when there is an update to the DB, the UI will inherit the
changes and populate the view.



We are developing a menu app for the restaurant. The SQL DB will be hosted
on the server with FTP service running. The updation of the DB will take
place at the server end like adding/deleting the menu. We would like to get
that DB onto our Android device and programatically use the DB entries to
populate the android UI.Hope I have explained it properly.Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to