Question
Android Note App Project requirements: The project must have the following features: Develop a master Activity that displays memos or tasks in a list that
Android Note App Project requirements: The project must have the following features: Develop a master Activity that displays memos or tasks in a list that are added by the user. Develop an Activity that enables the user to enter a new memo or task. This activity sends the data entered by the user as a result of the activity that called it. Note: Do not allow empty data to be sent. Use the activity you developed by adding a button to add a new memo inside the main activity that contains the list. This application provides three types of memos, and the item for each memo in the list must be displayed in the form of a different CardView that contains data to express the type of memo. For the view you can use StaggeredGridLayoutManager. It is used to replace the GridLayoutManager and LinearLayoutManager in the RecyclerView to display the elements in a unique way. The user can click on any note to modify its content. So you will need to develop an Activity to display the memo details. Also a note can be removed by long press. A class must be created to represent the data for each type of memo. These classes will be used in the list to display the data. Note: You can use the concept of inheritance and if statements to be able to use more than one class to display data in a single list. Extra Points: Change the background of an important task that has been completed to green.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started