Create a Android app to randomly choose a restaurant from a static list of restaurants.
Learning some Java and how to make a Android Application. First create a Android application that mimicks the team random selection of throwing out restaurant names and settling on one.
- Remeber which restaurants that where already visted this week, and exclude them from the list.
- Use Google places to choose a restaurant nearby.
- Show detail information about restaurant.
- Cuisine.
- Rating.
- Prices.
- Distance from you.
- Uses Google Maps to get driving directions.
- Store Restaurant Data in a SQL Database.
- Remeber which restaurants that where already visted this week, and exclude them from the list.