I have a TabActivity implemented for my project which is running fine up to 2.3 versions, but crashes for versions greater than 3.How can I convert the code written for TabHostActivity to Fragments.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
||||
|
|
|
add android-support-v4.jar file for supporting Fragments in android 3.0 lower versions.Follow below link for downloading jar file. http://www.java2s.com/Code/Jar/a/Downloadandroidsupportv4jar.htm |
|||||||||||
|
|
http://android10.org/index.php/articlesuserinterface/309-learn-how-to-implement-fragments-in-android This is a good link to learn how to implement fragments and to allow lower versions to use fragments following link is useful. http://android10.org/index.php/articlesuserinterface/311-android-compatibility-fragments-for-all |
|||
|
|
