how can i hardcode large amount of data which is of 3 columns and serverals number of rows using RMS consepts in J2ME for mobile application please i need help for this
how can i hardcode large amount of data which is of 3 columns and serverals number of rows using RMS consepts in J2ME for mobile application please i need help for this
An idea:
I would suggest to create a binary file using J2SE with the information, pack it into the jar file and read it using J2ME.
To create the file, just create a DataOutputStream to a file, write the information and take it back in the same order.
:Ruben
What does it mean,
If you know about the RMS then it save the data in row format to..like index wise for the each row..
So you can simply add the data in RMS.As far as the size of data is concern that depends upon the mobile,to mobile..
You can first check the max limit of the device and save the data..
http://www.ibm.com/developerworks/library/wi-rms/
http://developers.sun.com/mobility/m...s/databaserms/
The approach suggested by rdrincon is good,indeed,also you can follow the same.
You can follow the links for the RMS -
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
Hi,
Using RMS for storing large amount of data may not be a good idea since the RMS may go out of memory. So try to use an another option if you want your application to run on number of devices.
Sunil
Mobile Application Developer
u can seprate data with ny special character lyk ## and feel lyk it as different column..
lyk
abc##cde##fgh
u can treate this as different column ..just u hav to parse it only
Anshu Chauhan
J2me Developer