AIM: Develop an application that uses a menu with 3 options for dialing a number, opening a website and to send an SMS. On selecting an option, the appropriate action should be invoked using intents. PROGRAM: Set Activity Starter Behavioral Properties as below: Action android.intent.action.SENDTO DataUri smsto:9493570703 ExtraKey sms_body ExtraValue Hello, this is a test SMS!123
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,...
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"
Comments
Post a Comment