I had already started with a blank activity but now i want to use a tab activity instead is there any way of converting the blank activity to a tab activity
Asked
Active
Viewed 409 times
-4
-
Yes- just write the code for tabs in there. Tab activity doesn't do anything magical, it just adds some boilerplate code. – Gabe Sechan Jul 26 '16 at 18:22
-
What is the code that should go there and where should it go – the_tech_noob Jul 26 '16 at 18:23
-
There is many tutorial... check http://www.truiton.com/2015/06/android-tabs-example-fragments-viewpager/ – Adley Jul 26 '16 at 18:28
1 Answers
0
Learn it from the example.
https://github.com/chrisbanes/cheesesquare
It is made by Chris Banes for Google I/O 2015 event session: Android Design Support Library: Bringing material design to life.
https://events.google.com/io2015/schedule?sid=e958a197-b6d4-e411-b87f-00155d5066d7#day1/e958a197-b6d4-e411-b87f-00155d5066d7
Start with searching "category 1" in the repository.
Let me know if you get any problem.

Leonard
- 183
- 1
- 11