Hi everybody,
I plan on creating a Java Mobile application that needs quick access to a relatively large amount of information.
The information would (ideally) be structured in 4 or 5 information fields (all text) and an additional bigger block of text. The information fields can be used to categorize/filter the results, but sometimes there will be a need to perform searches for the contents of the text.
The first thing that popped into my head was that I needed a database, but this is not a desktop computer, it's just a tiny cellphone, it can do Java but it's safe to assume there are heavy restrictions on system resources. I also can't access the Internet from this device, so I really need to find a way for all of it to fit in the phone.
There may be a way to make do without a full blown database engine. You see, I won't need to add, edit nor remove stuff from said database. I just need to be able to search it's contents.
So I'm open to suggestions. Database or no database? How can I do this?
A database on the phone or something else?
Page 1 of 14 Replies - 2071 Views - Last Post: 07 February 2013 - 06:44 PM
Replies To: A database on the phone or something else?
#2
Re: A database on the phone or something else?
Posted 22 January 2013 - 01:54 PM
I would personally use a database even then. Most phones come with at least 1 supported database system (such as SQLite) so it shouldn't be a problem to use one.
#4
Re: A database on the phone or something else?
Posted 24 January 2013 - 02:18 PM
Very well, time to start testing them all then.
Thanks guys.
Thanks guys.
#5
Re: A database on the phone or something else?
Posted 07 February 2013 - 06:44 PM
+1 For SQLite
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote





|