Tagged Questions

1
vote
4answers
205 views

Implement reading of contact from phone book Using Hashtable in J2ME

I ran into a bind whereby I had to sort the data read from the phones PIM. In doing this I lost the other to which each contact field was referenced to the telephone number because I made use of 2 ...
1
vote
0answers
160 views

Loading contact from phone book in J2ME

I implemented this code below in order to read contacts from the addressbook of the phone The problem is, In a case when all the numbers in the phonebook are saved in the SIM it reads and displays ...
1
vote
2answers
207 views

Alternative ways to open a file for writing on J2ME?

I've inherited a bit of J2ME code where a single class has the following two methods in it: public DataOutputStream getOutputStream(String filePath) throws IOException { return ...