Question: Please use Java in Android Studio to complete the application Requirements The application will create a customized service (extend from service) to keep generating random

Please use Java in Android Studio to complete the application
Requirements The application will create a customized service (extend from service) to keep generating random character every one second from A to Z using a new thread (DO NOT use application main thread). Here are the important characteristics: There should be two buttons, start service and stop service, shown on the app. The start button will trigger the random character generator service. The stop button will stop the service. Whenever the service status changed, you should display the current service status in the logcat. When random character generator service is running, the random character the service generated must be shown in the logcat. Here are the screenshots of the lab application: Android fm Nen L2s54 RandomNumberServiceApplication Rancon Nunter Service me START SERVICE STOP SERVICE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
