In this video we get started by the discussion of how to add a Fragment to an Activity. There are two ways - statically and dynamically. The simpler but bit not useful way is by adding it in Activity XML layout Tag. This is called as adding Fragment statically to Activity. Because which fragment to be added to Activity is divided before run time of the application. The video walks you step by stem procedure that needs to be followed to add a Fragment to an Activity statically.
Follow me on Twitter: / anilvdeshpande
Github link to source code: https://github.com/AnilDeshpande/Frag...