every day in the morning we need to complete some set of predefined tasks that remain constant. we can list the generic tasks as below: 1. ring the alarm on time 2. make coffee 3. heat the water to a suitable temperature 4. pack your bag (keep only appropriate books for the day) 5. cook breakfast and lunch 6. iron the clothes. write a kotlin code for using this tasks
Develop a mobile app that asks user to enter his bio data. Use Linear Layout in the main activity. If the age of the user is greater than 25 and less than 50 the application should prompt you are eligible using a toast message. Otherwise if the age is lesser than 25 or greater than 50 then the application must prompt “you are too young” and “You are too old” by using a toast message, respectively.
Create a button to navigate from one activity to another. If the age of the user is greater than 25 and less than 50 then he/she will navigate to the second activity. In the second activity the user can perform the operation of addition and Subtraction and view the results.
Programmer’s Task: (Using Android Studio) and Java Language
Develop an android app that allows the user to input the Salary or wage and the allows them to check
the options for each rule. After clicking ‘SAVE’ button, it calculates the Remaining money. You will be
the one to choose how much amount required for each option an then take the percentage based on
the allocation rule.
Example :
Salary : 10,000.00
Absolute necessities in Life
= 50% of 10,000 is 5,000.00.
Housing 2,000.00
Transportation 1,000.00
Groceries 1,000.00
Utilities 1,000.00
TOTAL 5,000.00
Financial Obligations
= 20% of 10,000 is 2,000.00
Investment 1,000.00
Debt Payments 500.00
Retirement 500.00
Emergency Funds 300.00
TOTAL 2,300.00
NOTE that you have over spent 300.00 pesos for this obligation, hence you become
deficit.
Remaining : 700.00
Remarks : On-budget (if remaining is more than 0.)
Deficit (if remaining is less than 0.)
Create the app shown below. Users are initially presented with an "unhappy" character with the corresponding text "I'm so hungry". After hitting the button "EAT COOKIE", the character becomes "happy" with corresponding text "I'm so full".
a) Write a short note on the following graphic formats and state one (one) example under each?
i. Vector graphics
ii. Raster graphics
create a Robot which will perform these tasks for us to simplify our lives.
Every day in the morning we need to complete some set of predefined tasks that remain constant. We can list the generic tasks as below: 1. Ring the alarm on time 2. Make coffee 3. Heat the water to a suitable temperature 4. Pack your bag (Keep only appropriate books for the day) 5. Cook breakfast and lunch 6. Iron the clothes From now on a Kotlin Robot will complete the above set of tasks for us.