In my App I m required to have 2 tabViews one at top and the other is at bottom like i-phone apps. In android can we have the same views? please guide?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can have a Tab inside a Tab in Android. You can create a Tab and on the First Tab give the TabActivity of the second Tab. So, when you will open the Tab it will have another Tab also.