December 2nd, 2011, 07:12 AM
|
#1 (permalink)
|
|
New Member
Join Date: Nov 2008
Posts: 1
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
|
A Data app based on SQLite (Only read)
Basically the app has got to be A database based on SQLite. The database is prefilled, and its only there to be read and not be modified. So its a read only app.
Coming to the app interface, It depends on what All the features of the app would be.
Theres a main Page - Which has two listBoxs (in iPhone we call them tableView), One listbox for categories (read from SQLite DB) and the other list box showing the entires within that category (read from another table in Sqlite).
A detail Page - This would capture all the texts and information from that entry (row in SQLite) and show it for viewing in the detail Page. Im not sure if the loaded data should be in the form of an html element or put them directly into a listbox.
A bookmark page, if id want to bookmark the entries, here is the place it should show up.
An about Page - a few buttons here.
A notePad page - this is for the user to add extra information to the existing detailed entry. Now the text should be stored in an alternate method and not in the database itself, could be saved within the application documents folder with the filename as that of the entryID or entryName, taken from db.
An inbuild browser, that shows a page loaded from a given link.
Small popup Views that display entries from an array over any view.
Backend wise the framework id require is:
SQLite db Connection
A browser ( a simple page)
A Category Class
An Entry Class
I'll make a mockup of the interface and send you once we agree and move forward, I really hope u got what I was saying, im speaking the language of iOS, in iOS, Category Class of NSObject, is custom that handles all category related things from the SQLite.
Let me know how we can move forward and please gimme an estimate of its costs.
waiting PMs...
|
|
|