0% found this document useful (0 votes)
40 views1 page

Smart Phone Application Development Batch 8 - Sem 2 Flipped Classroom Task List

This document provides a task list for a flipped classroom on smart phone application development. The tasks involve creating Android activities with different user interface elements and behaviors. The first task involves creating a login screen with validation of a username and password, as well as changing the background color based on the validation. The second task involves toggling a "dark mode" for the activity screen by changing the background and text colors when a toggle button and button are clicked.

Uploaded by

vigneshvky91
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views1 page

Smart Phone Application Development Batch 8 - Sem 2 Flipped Classroom Task List

This document provides a task list for a flipped classroom on smart phone application development. The tasks involve creating Android activities with different user interface elements and behaviors. The first task involves creating a login screen with validation of a username and password, as well as changing the background color based on the validation. The second task involves toggling a "dark mode" for the activity screen by changing the background and text colors when a toggle button and button are clicked.

Uploaded by

vigneshvky91
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

SMART PHONE APPLICATION DEVELOPMENT

BATCH 8 – SEM 2
FLIPPED CLASSROOM TASK LIST

1. Create an Android Activity with two text boxes to input user name and password(Must not
display the user input), a radio button with a text message “Enable checkbox” and a Submit
button. After entering the user name, If check box is not enabled and the user clicks the submit
button, then display a Toast message “Checkbox is must be enabled” and must not do any
validation. If the checkbox is enabled and button is clicked then check if the user name is equals
to “Chhantha”, password is equal to “1234” then display the message welcome “Chhantha” and
also change the background color of the activity to green. If the above condition is not true then
display “Invalid user name” using a toast message and change the background color of the
activity to red.

Hint:

a. EditText with password


b. CheckBox
c. String validation
d. On click listener
e. Changing background color of the layout

2. Create an Android Activity with a text view with some sample text “Hello world welcome to
Android”, a toggle button with a text “Enable dark mode” and a button with a text “change
background”. When you turn on the toggle button and click the change background button then
the screen must turn into black and the color of text view must become white when you turn off
the toggle button then the screen must turn into white and the text should become black.

Hint:

a. ToogleButton
b. Changing background color of the layout
c. On click listener

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy