hi is there anyone that could help me with my programming homework? im suppose to Create an app with a main activity and three additional activities. Also create 3 data classes with some unique attributes For example: class1 = person with name, age, address Class2 = Vehicles with Make, model, year of production Class3 = Pets with species, name, age Create 3 different collections with the data classes (array, arraylist etc) The lists should show in main activity (listView, recyclerView etc) When you click on an element in one of the lists, you should get to a new activity. Each new activity should present information about the object clicked on. Use 3 different ways to send data to the new activities For example: Serialize, json, read/write from file
where to start or just anything would help really