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.
アプリをアンインストールしても共有オブジェクトを保存する方法はありますか? 私はフラッシュを使用しており、アプリは Android デバイス用です。
SD カードにファイルを作成し、ObjectOutputStream を使用してオブジェクトを保存できます。カスタム オブジェクトに java.io.Serializable インターフェイスを実装するだけで済みます。
このソリューションの欠点は、すべてのアプリケーションがファイルにアクセスでき、ユーザーがファイルを削除する可能性があることです。