Android
Udacity Advanced Lessons 1: Fragments, Libraries, FCM
Fragments The fragments section is quite simple, and does not explain much about Fragments, except their use in improving modularity within your app. In their example, they show you how to use 2 activities for a phone layout, and 1 activity with 2 fragments for a Tablet layout. Pretty simple. Read more…