J2ME With Sqlite

前端 未结 2 1330
温柔的废话
温柔的废话 2021-01-03 16:08

Is there any persistent storage for mobile application of J2me, like SQLite? If there is then please share the link or some example code of interacting a simple J2ME applica

2条回答
  •  [愿得一人]
    2021-01-03 16:32

    Perst Lite is McObject’s version of the Perst open source, object-oriented embedded database for mobile and embedded applications on the Java ME platform (also know as Java 2 Platform, Micro Edition or J2ME).

    Kindly go through the following link which contains sample program along with details about the database.

    http://www.mcobject.com/j2me_database

    Check the following link for the list of database supported for JavaME

    http://www.coderanch.com/t/230853/JME/Mobile/List-Database-ME

提交回复
热议问题