My app deals with configuration of a device. I divided configurations into different categories. I used fragment tabs. Each tab contains different views such as editext, spinner, etc. I have to validate each tab just before switch to other. How can i do it well ? I have co-ordinate the whole configuration from my tabactivity.
Asked
Active
Viewed 235 times
0
-
you will need to use Fragment manager for that. – Muddassir Ahmed Jun 07 '16 at 05:54
-
go through this video https://www.youtube.com/watch?v=JJeeZHFgLfc. – sushildlh Jun 07 '16 at 05:55
-
1Possible duplicate of [Communicating between a fragment and an activity - best practices.](http://stackoverflow.com/questions/14247954/communicating-between-a-fragment-and-an-activity-best-practices) – Bharatesh Jun 07 '16 at 05:55
-
https://developer.android.com/reference/android/app/FragmentManager.html – Muddassir Ahmed Jun 07 '16 at 05:56