Skip to content

A contact list feature that I added to an Android app; used object-oriented programming

Notifications You must be signed in to change notification settings

MariamFahmy/Android-App-Contact-List-Feature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Contact List Feature in Android App

This is the final assignment for the Object-Oriented Design course.

Demo: https://www.youtube.com/watch?v=8Ho_6EUjul4

  • Fixed Gradle build issues
  • Created two classes, Contact and ContactList to implement a contact list feature in an Android app for sharing items with borrowers.
  • Applied encapsulation with information hiding by making all fields private and providing getters and setters.
  • Used the UUID Java class to give a unique id to each contact; this made it easy to implement the method int getIndex(Contact contact)
  • Implemented methods to store and load the contact list using com.google.gson.Gson that converts Java objects into JSON and back

UML

image

User Stories Implemented

image

About

A contact list feature that I added to an Android app; used object-oriented programming

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages