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
Code
public class TaskFragment extends ListFragment{ |
That is very complex, I suggest to read the document from Android.com. We have to fully understand the fragment concept!
Trackback address for this post
Trackback URL (right click and copy shortcut/link location)
Feedback awaiting moderation
This post has 14 feedbacks awaiting moderation...
Form is loading...