You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used Android Studio to design and build a Photos application, which contains two models (Album and Photo). Both models were fulfilled with CRUD operations and Exception Handling mechanisms. The Java Serializable interface was implemented to maintain data persistence.