Skip to content

Latest commit

 

History

History
76 lines (36 loc) · 2.53 KB

README.md

File metadata and controls

76 lines (36 loc) · 2.53 KB

#My App Portfolio

##Overview

A simple app that that showcases the apps you built across Nanodegree journey.Added buttons for each project namely :

  • Spotify Streamer/Popular Movies

  • Super Duo (2 buttons: Football Scores App and Library App)

  • Build It Bigger

  • XYZ Reader

  • Capstone

Clicking on the buttons will display a toast message like "This button will launch my Capstone project"

##Prerequisites

  • The samples are building with compileSdkVersion 23 which requires JDK 7 or higher

  • Android Studio

##Instructions

###Get the source codes

Get the source code of the library and example app, by cloning git repository or downloading archives.

  • If you use git, execute the following command in your workspace directory.

    $ git clone https://github.com/Ruchita7/Project-0.git

  • If you are using Windows, try it on GitBash or Cygwin or something that supports git.

###Import the project to Android Studio

Once the project is cloned to disk you can import into Android Studio:

  • From the toolbar select File > Import Project, or Import Non-Android Studio project from the Welcome Quick Start.

  • Select the directory that is cloned. If you can't see your cloned directory, click "Refresh" icon and find it.

  • Android Studio will import the project and build it. This might take minutes to complete. Even when the project window is opened, wait until the Gradle tasks are finished and indexed.

  • Connect your devices to your machine and select app from the select Run/Debug Configuration drop down.Click the Run button

###Build and install using Gradle

If you just want to install the app to your device, you don't have to import project to Android Studio.

• After cloning the project, make sure ANDROID_HOME environment variable is set to point to your Android SDK. See Getting Started with Gradle.

• Connect an Android device to your computer or start an Android emulator.

• Compile the sample and install it. Run gradlew installDebug. Or if you on a Windows computer, use gradlew.bat instead.

###Contributing

Please follow the "fork-and-pull" Git workflow while contributing to this project

Fork the repo on GitHub

Commit changes to a branch in your fork

Pull request "upstream" with your changes

Merge changes in to "upstream" repo

NOTE: Be sure to merge the latest from "upstream" before making a pull request!