• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Mobile contacts Reading and Storing

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi
I want to Create Mobile application that Work like our daily mobile
storing user names ,numbers and when user
wants to search name or number of
particular user
it should
show
How can i develop like that please
 
Ranch Hand
Posts: 110
Google Web Toolkit Java Google App Engine
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rahul,

I'm a beginner at Micro Edition development but i was searching about the same and even if i can't solve your problem maybe i can help you to find the way!

Mainly i would like to indicate this page that can guide you through the learning of how-to use RMS (that is the method to store data while using micro edition, it's possible to have anothers but java works with portability, and the device to guarantee this on J2ME is the RMS), http://www.ibm.com/developerworks/library/wi-rms/

Once you know how-to use the low-level data store api of micro edition you may find a way to structure your data for in a future you can retrieve and work it in the best way, but you have to keep in mind that you'll save everything as an array of bytes, so it's quite slow ..

I'm still looking for some way to structure my data to (de)serialize based on some kind of entity once i've the concept of recordset, i'll keep looking for some framework/lib that does that and if i find something i'll notify you!

Feel free to ask anything you want and visit BlackBeltFactory, there is a lot of courses that can help you with any subject related to java! Cheers o/
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic