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 アプリには、初めてモバイルにデータをロードするために使用されるハードコードされた json ファイルがあります。
現在、モバイルでの実行時に、サーバーに別の json ファイルが存在するため、その json をバックグラウンドでダウンロードして、以前の json の代わりに実装したいと考えています。
新しい json ファイルを実装してデータを更新するようなものです。
どうすればいいですか?