Blackberry - data persistence O.S 4.5

前端 未结 2 754
谎友^
谎友^ 2021-01-17 00:27

I am new to blackberry development. I want to do data manipulation (CRUD) for a small project. Can you help me understand different options that can be used for blackberry d

2条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-17 01:07

    We need to read and commit whole persistent object, ex. using Vector or LongHashtableCollection if we need to read one element we will have to read all of them, if you need to add/delete/modify we need to read and commit whole collection.

    See also SO - Blackberry - application settings save/load

提交回复
热议问题