• Create an Android Stop Watch mobile application based on the below requirements:
◦ The Stop Watch App will display the time as: ▪ HH:MM:SS.mmmm
Where HH represents the number of hours; MM represents the number of minutes; SS represents the number of seconds; mmmm represents the number of milliseconds.
For example, ▪ 02:09:57.1234 The above time example would read: ▪ Two hours and ▪ Nine minutes and ▪ Fifty seconds and ▪ One thousands two hundreds thirty four milliseconds
◦ The time display will be a text view using the Android AppTheme’s large font.
◦ The time display will be centered vertically.
◦ The time display will cast shadow with 3sp.
◦ The time display will have light blue color.
◦ The time display will initially display: ▪ 00:00:00.0000
◦ There is a tri-state button with three states and will be labelled to reflect its current state: ▪ START – When the button with this state is pressed, the Stop Watch will begin. The time display will be updated every 1 millisecond. The button’s state will be changed to STOP. ▪ STOP – When the button with this state is pressed, the Stop Watch will stop. The button’s state will be changed to RESET. ▪ RESET – When the button with this state is pressed, the Stop Watch will be reset. The time display will be: • 00:00:00.0000
◦ The tri-state button will have a light orange color with bold AppTheme’s medium black text
◦ The tri-state button will be centered vertically and seated below the time display text view.
◦ All value settings must be externalized to XML files (i.e., colors, shadow pixels, font size, and etc. must be stored in the XML files).
If possible please provide the Main activity java file code and the activity_main.xml. Thank you.

• Create an Android Stop Watch mobile application based on the below requirements: ◦ The Stop Watch App will display the...
Android Studio (Java) Develop an android app that contains two fragments displayed on one activity. The bottom fragment contains / displays several rows of individual buttons and each of these buttons resemble a letter of the alphabet such as the first button "A" second button "B" etc.. all the way to Z as well as buttons for the numbers 0 - 9. Once a user clicks a button, the corresponding letter or number button they pressed should display in the...
Use android studio to create a concert ticket mobile application. The app will calculate the total cost of concert tickets. These types of apps make it very easy for consumers to buy tickets via their mobile devices. In this app, the user will select an event, enter data, and the mobile app will conduct data processing by performing mathematical calculations. The mobile app details are below: Mobile Application Title: “Ticket Hub” Overview: Provide an app that will calculate the total...