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 ?