Skip to content
This repository was archived by the owner on Jan 8, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 734 Bytes

File metadata and controls

25 lines (21 loc) · 734 Bytes

MAD-Lab

Practicals for Mobile Application Development module

Restaurant List

Description

Restaurant List is an Android app to allow user to store restaurant information to a local database.

It provides features:

  • to input restaurant information and save to database
  • to display the restaurant information from the database
  • to access location coordinates and save to database
  • to show restaurant location on Google Map with a marker

Purpose

  • The 5 practical sessions will provide you a step-by-step guide in building the application
  • The approach will be following the Model- View-Controller software design pattern
NOTE: Contents of README.md are taken from SP MAD Chapter 3 powerpoint slides