5

Is it possible to load a Fragment / FragmentActivity class on a PopupWindow? I need a PopupWindow with more than one site. On the first one should be some Buttons. With these Buttons you'll change the Layout of the Popup- and open a new one with, for example, some TextViews.

derSoerrn
  • 53
  • 1
  • 5
  • Check out the similar question. http://stackoverflow.com/questions/8044593/properly-creating-a-fragment-in-a-popupwindow – Marco RS Dec 02 '12 at 10:24

1 Answers1

1

Try to use DialogFragment Class. See this post.

user1592811
  • 903
  • 10
  • 5