Android Create Reusable Layout
How to create a single pop up layout with textbox that can be called anywhere on the app. See below pseudo codes of what I mean; PopUpClass popup; private static Singleton instance
Solution 1:
If you want to show same textbox or other widgets in every layout, then better way is to create a layout and include this layout in every activity you want to show this.. Can refer this linklink
Post a Comment for "Android Create Reusable Layout"