1

I continued to do this tutorial. In this tutorial, guy used this code;

public class AndroidTabLayoutActivity extends TabActivity {

in this code TabActivity deprecated. Then I used extends ActivityGroup , it was also deprecated. I searched and I found extends Fragment , but I couldn't apply extends Fragment to tutorials' code. So how can I fix it please ?

Ozan.
  • 72
  • 1
  • 8
  • Have a look at the below link for details. [android-tab-layout-tutorial-deprecated-things][1] [1]: http://stackoverflow.com/questions/10297293/andorid-how-can-i-replace-the-deprecated-tabhost – Nitin Sethi Dec 30 '12 at 13:45

0 Answers0