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.
为了使用基于天气的智能贴纸,我需要添加一个WeatherProvider对象。在 iOs 中似乎有一个OpenWeatherProvider他们可以使用的预定义类,但是 Android 似乎不太幸运。我试着看一下WeatherProvider抽象类,但我能找到的只是几个抽象方法——onStart()它们onStop()都是void;这不是特别具有描述性。
WeatherProvider
OpenWeatherProvider
onStart()
onStop()
void
有没有人实现过这个功能,如果有,如何实现?谢谢!