Beginners Android Studio Tutorial – 22 Fragments Part One
Fragments only work with api 11 or higher, unless you us the library files. This is the first in another series that will be focused on one subject, fragments.
Find the code on tinyurl.com/hlessjon
Follow me on twitter for news and video update. / h_lessjon
Press CTRL + F11 (Windows) or Ctrl + fn + F11 (MAC) to rotate screen to landscape
Other Resources:
Fragments - highly suggested you read this one.
http://developer.android.com/guide/co...
Activity:
http://developer.android.com/referenc...
ViewGroup:
http://developer.android.com/referenc...
public View inflate (int resource, ViewGroup root, boolean attachToRoot):
http://developer.android.com/referenc...
Fragment:
http://developer.android.com/referenc...
View:
http://developer.android.com/referenc...
FragmentContainer:
http://developer.android.com/referenc...
How to Make Android Apps 11 by Derek Banas 2014:
http://www.newthinktank.com/2014/07/m...
コメント