私はiOS
開発者で、ナビゲーターアプリでタブバーを作りたいときに使用iOS
できます。今、私は Android に移行しています。これを行う方法を教えてください。ソース コード付きのチュートリアルはどこにありますか? ありがとうございました。UITabbarcontroller
UINavigatorcontroller
4188 次
2 に答える
2
I had the same problem but using this tutorial it made everything easier. This is for the custom tab bar controller at the bottom of the screen. Since Android SDK has theres on the top you can use this link to create a custom one on the bottom.
http://kpbird.blogspot.com/2011/05/androidbottom-tabbar-control.html
于 2012-09-19T00:38:48.480 に答える
0
この質問からの回答を試してください Fragmentsを使用して、Androidのタブごとにバックスタックを分離します
ここにスレッドからのgithubリンクがありますhttps://github.com/iamjayanth/FragmentTabStudy
于 2013-05-09T05:55:30.737 に答える