Mobile Applications (Android Programming) Semester II 2016 - 2017 Dr. Saman Mirza Abdullah
Start Fragment One Start Fragment Two Frame One Frame Two Mobile Application - Ishik
Class Objective The objective of this class is: To activate and control fragments . Mobile Application - Ishik
Creating a function for both buttons. When Clicked Start Fragment One When Clicked Start Fragment Two Frame One Frame One Frame Two Frame Two Mobile Application - Ishik
Mobile Application - Ishik
Creating a function for both buttons. (Button Defining + Action Listeners) We should go to the main activity. The file that comes under java main folder. Start Fragment One Start Fragment Two Frame One Frame Two Mobile Application - Ishik
Mobile Application - Ishik
Creating a function for both buttons. (Fragments’ Design) For the first fragment, we need to open the .xml file under the layout res folders Mobile Application - Ishik
Creating a function for both buttons. (Fragments’ Design) For the first fragment, we need to open the .xml file under the layout res folders Do changes inside the fragment ONE Mobile Application - Ishik
Creating a function for both buttons. (Fragments’ Design) For the first fragment, we need to open the .xml file under the layout res folders Do changes inside the fragment TWO Mobile Application - Ishik
Creating a function for both buttons. (Fragments’ Design) For the first fragment, we need to open the .xml file under the java folders Do changes inside the fragment ONE and TWO Mobile Application - Ishik
Creating a function for both buttons. (Fragments’ Design) Finally, go to the main Activity java file and insert the action to the button function. Mobile Application - Ishik
Class End Mobile Application - Ishik