문제

I'm trying to implement a MenuBar (i need it always visible so the context menu is not useful !) in the bottom of every activity for my app. I saw that the easy to use TabActivity is now deprecated...and so i didn't get yet ho should i use the Fragments "technology". I already found some discussion...but there is any already implemented eclipse project i could download somewhere or any easy to follow tutorial? The one i followed over here http://developer.android.com/reference/android/app/TabActivity.html was really incomplete. I get some class cast exception due the fact i didn't get how to use FragmentActivities. Help! :)

도움이 되었습니까?

해결책

Not sure if you're still looking (hopefully not :) ) but here's a really good one: how to use fragments

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top