Posts

Showing posts from May, 2024

Android App Development QUIZ

  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,...