https://github.com/iametornam/xyz-reader
In this project, you will update the look and feel of an app to meet Material Design specifications.
https://github.com/iametornam/xyz-reader
android app ghana java udacity-android-nanodegree xml
Last synced: 2 months ago
JSON representation
In this project, you will update the look and feel of an app to meet Material Design specifications.
- Host: GitHub
- URL: https://github.com/iametornam/xyz-reader
- Owner: iamEtornam
- Created: 2019-01-10T12:31:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T17:10:13.000Z (over 7 years ago)
- Last Synced: 2025-03-27T15:53:24.940Z (over 1 year ago)
- Topics: android, app, ghana, java, udacity-android-nanodegree, xml
- Language: Java
- Homepage:
- Size: 1.82 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XYZ Reader
This repository stores the starter code for the XYZ Reader project in Udacity's Android Nanodegree.
## Screenshots

## Getting Started
To clone this project,
open your terminal or cmd
```
cd folder/to/clone-into/
```
```
git clone https://github.com/RegNex/XYZ-reader.git
```
Then
locate the project on your system and open with android studio
## Prerequisites
What things you need to install the software and how to install them
```
* Android Studio
* Java JDK 8+
* Android SDK
```
## How to contribute
Contributing to XYZ Reader App is pretty straight forward! Fork the project, clone your fork and start coding!
## To set up an emulator
* Select Run > Run 'app'
* Click 'Create New Emulator'
* Select the device you would like to emulate
* Select the API level you would like to run - click 'Download' if not available
* Select configuration settings for emulator
* Click 'Finish' and allow Emulator to run
## To Run on an Android OS Device
* Connect the device to the computer through its USB port
* Make sure USB debugging is enabled (this may pop up in a window when you connect the device or it may need to be checked in the phone's settings)
* Select Run > Run 'app'
* Select the device (If it does not show, USB debugging is probably not enabled)
* Click 'OK'
## Built With
* [Android Studio](https://developer.android.com/studio/install) - How to install Android Studio
## Author
* **Sunu Bright Etornam**
## License
Copywrite 2018 Sunu Bright Etornam
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.
## Acknowledgments
* Hat tip to anyone whose code was used
* Inspiration
* etc