Well, im developing and app for api 8 with TabActivity but i found out today that "This class is deprecated."
So we should use FragmentActivity from now to implements tabs? but what about when i want to show a listview
with an activity? Do i have to use ListFragment (but this is "Since: API Level 11")
As anyone can see, im confuse about how to move on.
It would be great if someone can provide me good and clear concepts about this issues, tabs, fragment and any other useful advice (AsyncTaskLoader just for api11?)
btw, i was reading that fragment
can be use since api 1 but now i can't find that. please help :(
edit: just re change the title cuz ListFragment wasn't deprecated. If i am not suppose to do that, plz sorry newby here :D