S Simonxman Member Nov 18, 2012 #1 Hi guys im working on a webbrowser for my android, im having just one window how can i make a new tab button that add another window? and another button to remove tab? thanks alot
Hi guys im working on a webbrowser for my android, im having just one window how can i make a new tab button that add another window? and another button to remove tab? thanks alot
Erel B4X founder Staff member Licensed User Longtime User Nov 19, 2012 #2 You can add tabs with TabHost.AddTab. You can hide tabs with TabHostExtra library. Upvote 0
S Simonxman Member Nov 19, 2012 #3 Hi thanks Hi thanks i added tabhost right now but how can i connect webview to tabhost pages? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Nov 19, 2012 #4 See the Beginner's guide: Basic4android (Basic for Android) - Android programming with Gui designer Also TabHost tutorial: Basic4android Search: TabHost Upvote 0
See the Beginner's guide: Basic4android (Basic for Android) - Android programming with Gui designer Also TabHost tutorial: Basic4android Search: TabHost