Create a project called MealRater. The view controller layout should contain tw

Create a project called MealRater.
The view controller layout should contain two TextFields, one button, and four labels ,One TextField will allow entering the name of the dish and the other the name of the restaurant.
The button will use a navigation controller to open a view controller that will allow the user to rate the meal on a 1 to 5 scale and then display that rating in a label.

Mobile Application (using Anderoid Studio ) Q1 -create an Android application to

Mobile Application (using Anderoid Studio )
Q1 -create an Android application to display a contact list using RecyclerView. The application includes a set of Java files.
Q2- create an Android application to calculate GPA on a 4.0 Scale.
Q3-What is the output of the following React app?
Q4-Based on the screenshot below, create a react application to track how many times a button is clicked and display the number. The number must increment each time the button is clicked.

you will be working on drupal project and other assignments, discussion board an

you will be working on drupal project and other assignments, discussion board and quizzes. 3-5 discussion board and about 3 quizzes and about 4-6 assignments.
All work should be completed today. Project should be done by end date.
On the project you are designing a website and wireframes. Team project everyone has their parts.

Q1 -Based on the screenshot below, create an Android application to display a co

Q1 -Based on the screenshot below, create an Android application to display a contact list using RecyclerView. The application includes a set of Java files.
Q2- Based on the screenshot below, create an Android application to calculate GPA on a 4.0 Scale.
Q3-What is the output of the following React app?
Q4-Based on the screenshot below, create a react application to track how many times a button is clicked and display the number. The number must increment each time the button is clicked.

Mobile Application (using Anderoid Studio ) Q1 -create an Android application to

Mobile Application (using Anderoid Studio )
Q1 -create an Android application to display a contact list using RecyclerView. The application includes a set of Java files.
Q2- create an Android application to calculate GPA on a 4.0 Scale.
Q3-What is the output of the following React app?
Q4-Based on the screenshot below, create a react application to track how many times a button is clicked and display the number. The number must increment each time the button is clicked.

you will be working on drupal project and other assignments, discussion board an

you will be working on drupal project and other assignments, discussion board and quizzes. 3-5 discussion board and about 3 quizzes and about 4-6 assignments.
All work should be completed today. Project should be done by end date.
On the project you are designing a website and wireframes. Team project everyone has their parts.

Q1 -Based on the screenshot below, create an Android application to display a co

Q1 -Based on the screenshot below, create an Android application to display a contact list using RecyclerView. The application includes a set of Java files.
Q2- Based on the screenshot below, create an Android application to calculate GPA on a 4.0 Scale.
Q3-What is the output of the following React app?
Q4-Based on the screenshot below, create a react application to track how many times a button is clicked and display the number. The number must increment each time the button is clicked.

Write One XML code to show a photo gallery using the ScrollView element. Use Ta

Write One XML code to show a photo gallery using the ScrollView element.
Use TableLayout to arrange photos.
Use ImageView and TextView elements.
.Write an XML file to design the app as stated above. You will need to use both ScrollView and TableLayout structures to build the app.
HINT: Include the screenshot of the layout’s output, after you run the app, as a part of your answer. Also, upload your project’s file.
Q2
Write XML file,The project has one activity and displays the following:
The activity shows a login page with TWO TextView and TWO EditText and TWO Buttons.
Choose the appropriate Layout.
HINT: Include the screenshot of the layout’s output, after you run the app, as a part of your answer. Also, upload your project’s file.

NOTICE: This week our project is to build a “Contractor Calculator”- version 2 (

NOTICE: This week our project is to build a “Contractor Calculator”- version 2 (using Apple’s xCode IDE). This app looks like the one we did previously in Android, but uses the xCode IDE for development. The correct sample interface is found on page 193, Figure 10.27.
Create a project called ContractorCaculator-V2 (iOS) following Requirements:
Requirements: two EditTexts (Labor, Material) one button (Calculate), and eight TextViews (labels/displays – Labor, Material, SubTotal.Tax and Total)The initial/design screen should show no values for either for either EditTexts or TextViews – this is app design only.
At least one other transaction view – all transaction view screen(s) shows this same design with user inputs and displays.
When the “Calculate” button is pressed, the following should occur:
Labor cost and material cost is added and the results displayed in a label next to SubTotal
Tax is calculated on the subtotal using a fixed 5% rate (use a constant) and results displayed in a label next to Tax
The tax and subtotal should be added together and displayed in a label next to Total
Deliverables for this Project:Copy of your code for your final/completed project – please submit this as either a Word doc or screenshot (10 pts)
One screenshot that shows a basic UI layout (ContractorCaculator Interface) – should look like the screenshot model in our textbook – p.193, Figure 10.27 (20 pts)
Another (different) screenshot that shows data input values for “Labor” and “Material” fields (10 pts)
Another (different) screenshot – a transaction view, that shows results when the “Calculate” button is pushed – I want to verify that your app produce correct Subtotal, Tax and Total results based on input values (30 pts)
Comment(s) stating what I should be aware when evaluating your deliverables (OPTIONAL)
Cover page is NOT required
NOTE: below is the attached fig 10.27 for the reference