Introduction:
Remember the second half of last year to upload a copy of the code (ultra-realistic imitation Yahoo Weather interface ):http://download.csdn.net/detail/weidi1989/6312271
But that's just an interface, and there are some more serious bugs, remember one of them is: that can change the location of the ListView cannot cache item, resulting in a pretty card when scrolling up and down, performance can imagine. So that I give up to continue to develop, this period of time to sneak in, just a netizen said to me to continue to finish the function, the change the position of the ListView can be removed, and then took out and toss a bit, although still did not solve the problem (has killed this function), but continue to improve a bit.
Although only perfect, but also encounter problems, of which two individuals think more meaningful is:
①.listview's multi-type item caching and optimization, not just the Viewholder and ListView item layout performance optimizations.
②.viewpager uses fragment, including dynamic addition and deletion, as well as caching and optimization.
These two questions, I will be in the next article with you in detail (please look forward to).
Because I have limited time and manpower, the application has not been carefully improved testing, there is a bug is unavoidable, please understand
First take a look (source scroll to the bottom of the article):
Source Address:
Github:https://github.com/way1989/wayhoo
Oschina:http://git.oschina.net/way/wayhoo
csdn:http://download.csdn.net/detail/weidi1989/7847811
Android High Imitation Yahoo weather (i)