I am getting an IllegalStateException within this activity but not too sure what is going on. Here is the ViewPagerAdapter class in QuickContactActivity.
private
The problem is that your list of items/pages to show in the PageAdapter change and you dont call pageAdapter.notifyDataSetChanged()
.
If you continue read the message, says that wait for 0 items and get 1. With this, it's seems that you set the adapter before set all the items/pages that the adapter receive.