Problem:
Question 1: Create a list of ten Activity action intents using the online documentation, where an Activity is the target component of the Intent action.
Question 2: Design a database structure that captures/tracks information of researchers within all universities in a given state. Information of interest includes researcher name, title, position; university name, location, enrollments; and research interest. Each researcher can only be associated with one university, and each researcher may have one or more research interest.
Please show your work.