我对每小时天气预报的OpenWeatherMap应用编程接口有一个问题。我从这个api检索了5天/3小时的天气数据。但现在我想要每天的天气预报。Please see http://openweathermap.org/faq#error401 for more info."同时,我正在使用这个api获取每天的天气预报
https://pro.openweathermap.orglat=21&lon=39&appid=58b73781
希望实现:当用户输入单词“RecyclerView”时,将天气预报作为聊天项目(在外部RecyclerView中)返回天气预报。
我有MessageAdapter和WeatherAdapter分别处理消息和天气预报信息,在onBindViewHolder of MessageAdapter中,我很难处理“返回天气预报”一案。android.os.Bundle.getSerializable(java.lang.String)‘:尝试在com.demo.chatb