Archives for: "August 2012, 31"
ViewPagerIndicator(2)-Fragment
I started to use ViewPagerIndicator for a few weeks. I found out each "page" inside ViewPagerIndicator is a Fragment. If that is a simple page, it will extend Fragment. If that is a list, please extend ListFragment
public class TaskFragment extends Li… more »