AIM: Develop an application that shows names as a list and on selecting a name it should show the details of the candidate on the next screen with a “Back” button. If the screen is rotated to landscape mode (width greater than height), then the screen should show list on left fragment and details on right fragment instead of second screen with back button. Use Fragment transactions and Rotation event listener Program: Develop an application that shows names as a list and on selecting a name it should show the details of the candidate on the next screen with a “Back” button. If the screen is rotated to landscape mode (width greater than height), then the screen should show list on left fragment and details on right fragment instead of second screen with back button. Use Fragment transactions and Rotation event listener
Start Ai2 Starter in App Inventor2 Starter Folder Open MIT App Inventor in Browsers In Projects -> Start New Project: Give a Project Name Add Screens, drag and drop a label and in Properties (left side Pane/window Edit Title: " Hello Your Name"
Android App Development MIT App Inventor Viva Baisc questions Components: View Elements: Text Box: For user input or displaying text. Button: To trigger actions. Label: For displaying text. Image: For displaying images. List Picker: For selecting items from a list. Spinner: For selecting items from a dropdown menu. Web Viewer: For displaying web pages within the app. Canvas: For drawing graphics. Functionality Components: Email: You can use the "Email Picker" component to allow users to select an email address from their contacts, and the "Email" component to send emails programmatically. SMS: Utilize the "Texting" component to send SMS messages programmatically. Open Website: Use the "Web Viewer" component along with the "Activity Starter" to open URLs in the device's default web browser. Firebase Connections: MIT App Inventor provides Firebase components to integrate Firebase services like Realtime Database, Cloud Firestore,...
Comments
Post a Comment