2013-03-01から1ヶ月間の記事一覧

Selecting a specified page in ViewPager when starting

Motivation I realized the pages, each of which has some fragments hierarchically, in the previous post. Now I need to add a new feature to the sample application. The feature is to resume the page which was displayed last time when restart…

Separate backstacks of fragment in each tab with ViewPager

As I found how to realize screen transition in each tab using ViewPager (not TabActivity!), let me share it. The beginning and motivation First, I wanted to create the screen transition pattern like below. Screen -+- Tab[1] - Sub screen(1-…