This is my app for the News App (v1) project. It's part of the Udacity Android Basics Nanodegree.
This app fetches and parses news data from The Guardian API.
- It uses the "test" API key.
- On the menu of the Navigation Drawer at the left, the user can select one of the following sections: either World, Australia, Technology, Science or Sport.
- On the right upper corner, there is a menu allowing the user to refresh the list of news or enter the maximum number of results to be fetched.
Android app development, Java, Connecting to Guardian API, Parsing JSON response from API, NavigationView, LoaderManager.
- Android Studio 3.0.1
- 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 and learning Android development.
Copyright (C) 2017 Pack Heng
Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files 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.






