I have one doubt. Maybe it's simple, but I'm a beginner in android programming, so I'm so sorry if it's so trivial.
My app has an ArrayList, but it use an class as type. ArrayList<CalendarioAulas> arrayList; Here, users must to can add a new item using an fragment created to this. Then, in the principal screen, it must to show the list to the user. My doubt is how can I save this list and recover when I need, read it and show to the users. Of course, I also need to change the list (deleting, editing or adding items in this list), and saving again when something change. I don't know if it's info enough, but if you need more info to could help me, just ask and I can tell you what you need. Thank you. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/c5c4fd88-a973-43e7-b83a-e5db867dd004%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

