Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ベクターまたはデフォルトリストをストレージに保存しようとしています。アプリケーションを閉じて再度開くまで、すべて正常に動作します。Storageを呼び出すと、ストレージはこのベクトルを見つけられません。
lwuitのストレージでこのオブジェクトを使用するのに問題がありますか?
writeObjectメソッドは、2番目のパラメーターをオブジェクトとして受け入れます。trueまたはfalseを返します。あなたのオブジェクトがストレージに適している場合、あなたは真実になります。このベクトルを入れて、このメソッドを返すものを確認してください。
先週、カスタムオブジェクトを配置しようとしましたが、機能しません。ハッシュテーブルはストレージにあると思いますが、ListModelsはありません。
ストレージAPI
Im trying to pass an arrayList from activity A to another activity B. The object class I am using implements Parcelable. In A activity the arrayList seems to be well formed, but whe