I am trying to create a program using TabStrip with 3 tabpages (Open, InProgress & Closed). These 3 tabpages will display a list of records which have the same display & information except with filtered by status. There is no problem to create 3 desginers screens (OpenView, InProgrssView & ClosedView) with 3 customListView (OpenCLV, InProgressCLV & ClosedCLV) and load them into each tabpage. But this will create an extra works for later maintenance & support. I would like to seek yours expertise on any better way to code it? Any idea or suggestion is highly appreciated.
First of all don't use tab strip. You can use wobble menu and use the same xCustomListview to display the data which will be displayed upon selection in wobble. Using this way renders your app cross platform instead of Android specific with tab strip.
First of all don't use tab strip. You can use wobble menu and use the same xCustomListview to display the data which will be displayed upon selection in wobble. Using this menu renders your app cross platform instead of Android specific with tab strip.
A better menu, can you find here Hey B4X-Forum! New Year, new views! :) The first one from me for this year is a better, simpler, faster and scalable Tab/Bottom-Menu. i spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view...