Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yedhink/musicplanetapp
UI for a record store
https://github.com/yedhink/musicplanetapp
android-application android-development android-studio android-ui
Last synced: 4 days ago
JSON representation
UI for a record store
- Host: GitHub
- URL: https://github.com/yedhink/musicplanetapp
- Owner: yedhink
- License: mit
- Created: 2018-01-27T15:28:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-27T16:57:45.000Z (about 7 years ago)
- Last Synced: 2024-12-06T19:49:07.176Z (2 months ago)
- Topics: android-application, android-development, android-studio, android-ui
- Language: Java
- Homepage:
- Size: 25.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MusicPlanetApp
This is a basic Android App which shows the description of a fictional business firm in the form of a card. The app is built as part of the Udacity Android Basics course on Building Layouts.## Prerequisites
1) Basic knowledge in Extensible Markup Language(XML)
2) Working with Android Studio## Installation
Assuming that you've already installed Android Studio and it is in a working condition.Then:-
1) Fork the repository2) Clone/Download the files into your local machine
###### For Unix Users :-
[Set up git](https://help.github.com/articles/set-up-git/) in your local machine
From the Clone with HTTPs section, copy the clone URL for the repository.
Then from command line create a local clone of your fork by :-
> `git clone url`
###### For Windows Users :-
Under the repository name, click Clone or download.
3) Now, you have a local copy of your fork of the repository!
4) Open the project using Android Studio
5) Run it using an Emulator/Phone to see the output## License
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/yedhink/MusicPlanetApp/blob/master/LICENSE) file for details