Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 repository

2) 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