简体   繁体   English

在App安装Android上从互联网获取数据

[英]Fetch data from internet on App install android

I developed an app which fetches a website data. 我开发了一个可获取网站数据的应用。 Now the app will work only when the internet is available. 现在,该应用程序仅在互联网可用时才能运行。 But I want to add some content to the app for viewing in offline mode. 但是我想向应用程序中添加一些内容,以便在离线模式下查看。 So I want to know is it possible to fetch data from internet on installation time? 所以我想知道是否可以在安装时从Internet上获取数据?

It's not possible. 这是不可能的。 You can consider downloading your data on first launch. 您可以考虑在首次启动时下载数据。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM