Use android studio and java code to complete the tasks below to make a complete application

Job ID: 36204751

Budget: £10 – £20 GBP

Basic System Requirements:(For all the activities make sure to use a linear layout for the XML files and to use comments in the code for good code quality)
A) Activity 1 – Fixed Username and Password Login
a. Allows a user to login into the application with multiple fixed usernames and passwords(Create 10 different username and password logins for 10 students)
b. On each activity, the user’s information and details should be displayed at the top of the application
B) Activity 2 - File Storage for the students to save their notes(Similar to a notes application)
(Use shared preferences to store the data)
a.Allows a user to create a file. The name of the file should be created with the user’s name and the current date
b. The user should be able to update the name of the file
c. The user should be able to delete the file
d. The user should be able to update the contents of the file
e. The user should be able to view all the files that have been created and display them in the recycler view
C) Activity 3 - Multiple Choice Quiz Application.
a.The Quiz Choice Application needs to allow users to select the correct answer by selecting the right radio button. b.The Quiz application needs to display the marks for the user
c. The user should have the option of saving the score to a file
d. The file should contain the name of the user and the score from the quiz:
Additional features that you may include are as follows: a. Good Graphical User Interface b. Images and Videos into the Quiz Activity c. Implement Activity lifecycle callbacks to the application