What is the开发者_StackOverflow best solution for saving data for Blackberry application?If you use RMS API, size of single RecordStore is limited to 64Kb for 4.5 and before and 512kb for 4.6 and late
When the user takes photos with his phone I want LWUIT to get a specific photo to add to a开发者_开发问答 recordstore and later retrieve that photo. How to achieve that ?RMS is not good for storing th
Problem: unable to use deleteRecord() properly Background: I have a simple j2me application where I add various strings to the record store and try to manipulate the contents of the record store. I
I have recently started doing freelance PHP + MySQL development in my free time, to supplement my income from a full-time job where I write C#/SQL Server code. One of the big database-related differen
working on a j2me project... what i need to do is create a record store from a preexisting xml file (in d jar itself) so i can read and wr开发者_JAVA百科ite data from it..... and wants to do this as s
How can I开发者_开发技巧 get the total ROM memory size available for Recordstore in a midlet ?You can try creating an empty record store and using the methods RecordStore.getSizeAvailable() and Record
Is there any form to get the data of the recordstore from an external m开发者_如何学编程iddlet ?It is only possible if the MIDlets are in the same MIDlet suite (i.e. they are in the same .jar file), t
I\'m using the Samsung SDK 1.2.开发者_JAVA百科0 Beta in Netbeans 6.8.I\'m trying to test my midlet for accessing the record store management system.
I\'m developing a small J2ME application that displays bus stops timetables - they are stored as records in MIDP RecordStores.
Given that Java ME allows for no reflection and is quite stripped down, what would a good approach to storing data in a RecordStore be? I thought of devising a JSON-like syntax adapter class which wou