This is my Tour Guide (v1) App of Android Basics Nanodegree.
This app contains four lists: places to visit, picnic spots, cheap eats and nightlife in Sydney, Australia.
- NavDrawer is used to navigate between lists.
- ListFragment displays a list of locations corresponding to the selected category.
- LocationFragment displays details of the selected location.
- Android Studio 3.0
- Hardware devices: Samsung SM-G935F (Android 7.0, API 24), LGE Nexus 5 (Android 6.0.1, API 23)
This app is for educational purpose only. The location data are from the following sources:
- Google Maps
- https://www.sydney.com
- https://www.bestsydneywalks.com/best-picnic-spots-in-sydney
- https://www.worldtravelguide.net/guides/oceania/australia/new-south-wales/sydney/nightlife
- https://www.goodfood.com.au/eat-out/cheap-eats/sydneys-top-50-cheap-eats-20160608-gpek0o
Copyright (C) 2017 Pack Heng
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.





