To Examples

RestaurantLocator Example

Goal

Directions

  1. Create an Android project named RestaurantLocator. Use these layout and activity files:
    activity_main.xml   MainActivity.java
  2. Create two new classes MyView and Restaurant with these source code files:
    MyView.java   Restaurant.java