derSoerrn
derSoerrn

Reputation: 53

Creating a Fragment in a Popup Window - in Android

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.

Upvotes: 5

Views: 7026

Answers (1)

user1592811
user1592811

Reputation: 913

Try to use DialogFragment Class. See this post.

Upvotes: 1

Related Questions