Blackberry - application settings save/load

后端 未结 2 387
我在风中等你
我在风中等你 2020-12-09 23:46

I know two ways to save/load application settings:

  • use PersistentStore
  • use filesystem (store, since SDCard is optional)

I\'d

2条回答
  •  再見小時候
    2020-12-10 00:35

    3rd option: Use the RMS for simple app settings.

    Although your suggested persistent store sounds nice, it is not compatible with any other java phone, so when you have to port your app you'll have to recreate this part

    I read somewhere that creating files on the filesystem itself should only be done in case of pictures or video, so basically content which the user can look at at another way as well.

提交回复
热议问题