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.
アプリにたくさんのテキストが必要です。.txtファイルは約2MBです。Googleは、開発者がtxtファイルからデータをプルするアプリを作成することを許可していますか?そうでない場合、多くの情報を保存するための代替手段は何ですか?
Googleでは、好きなものを作成できます。はい、一部のアプリはテキストファイルからデータを読み込みます。アセットディレクトリに配置するだけで、apkにバンドルされます。そこに好きなタイプのファイルを入れることができます。
別の代替手段は、ネイティブサポートを備えたSQLiteデータベースです。