tabbar
Android, how to use activitygroup with listview?
I have a tabbar in my app and there is a custom listview in the first tab page. i want to call new activity in the same tab when click the list items. I have searched two days and the only solution is[详细]
2023-03-28 12:30 分类:问答How to change navigation bar background and text color of 'more' tab in the most efficient way?
I am using the following UINavigation delegate method in my app delegate to update the navigation bar background and text color for all my view controllers (so that I do not have to repeat code for ev[详细]
2023-03-28 06:48 分类:问答Objective C: How to disable user interaction to all of tab bars except one?
As what the title suggests, I would like to be able to lock all my tab bars except for one. And only after the user completes an action will I enable all the rest开发者_如何学Go of the tab bars. How c[详细]
2023-03-27 20:41 分类:问答Crash in the simulator when i try to go to an other view
so I have a tab bar application where i have put a button to go to an other view. so in the FirstView.h 开发者_如何学编程i have that[详细]
2023-03-26 11:39 分类:问答Best Android equivalent for iOS Tab Bar Controller
I\'m about to start porting an existing iPhone app to Android.The iPhone app\'s navigation is based on a UITabBarController, with a separate view controller for each of the 5 functions of the app.[详细]
2023-03-26 04:48 分类:问答Android MapView in TabBar Application -> NullPointerException
I have a TabBarApplication. As i select the map-tab, the application crashes. The log shows a Nullpointerexception at line \"final MapController mapControl = mapView.getController();\". I have no idea[详细]
2023-03-25 08:48 分类:问答Hiding and Unhiding of tabbar
I have a tabbar controller. I want to hide the tab bar in a view and want to unhide the same tabbar in the next view.The hidding code is working for the first view but in the second view where i am un[详细]
2023-03-24 16:42 分类:问答Refreshing a tabbar in iOS app
In my app I have a tab bar. When I move from one tab to the other the delegate method is not been called.[详细]
2023-03-22 09:55 分类:问答Problem in Android Spinner inside the Tabbars
I am making an application and i am facing a problem. I am using Tab bars and in one of my Tab bar i am using S开发者_如何学Cpinner.[详细]
2023-03-22 07:44 分类:问答iphone : How to display Activity Indicator on clicking Tab Bar?
I want to display activity indicator when user clicks on Tab Bar. How do I开发者_StackOverflow do that?You will need to conform to the <UITabBarDelegate> protocol to be informed when a tab is[详细]
2023-03-21 05:06 分类:问答