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.
我想定期从自己的网络服务器读取数据文本并将其放入 textview。我更喜欢使用 ssl 来加密连接。那么,最好的方法是什么?我不需要代码来做这件事,我只需要理论来做这件事。谢谢!
您将不得不使用 Services、AlarmManager、BroadcastReceivers 来有效地完成此任务。至于 ssl 证书,我不确定,但这个链接可能会有所帮助。