Giter Site home page Giter Site logo

cs282's Introduction

cs282

Principles of Operating Systems II

This project started as a class project for CS282 at Vanderbilt University, Nashville Tennessee USA.

MOTIVATION

The goals of the project are to demonstrate best practices for collaborative android development. The emphasis for this example differs from most android samples in that it considers less human interaction concerns and more system concerns.

Although these projects are developed with eclipse the official builds make use of maven. Demonstrating how to test system components such as services and content providers is given special attention.

POSIX

The following should work for Linux and MacOS.

ENVIRONMENT

As this is a maven project you will need to install maven. As it is an android project you will need to install the android development kit. So that the android-maven-plugin can find the needed components of the android SDK a few environment parameters will need to be set. Presuming the android SDK is install in /opt/android/

ANDROID_SDK=/opt/android/android-sdk-linux ANDROID_NDK=/opt/android/android-ndk ANDROID_HOME=/opt/android/android-sdk-linux ANDROID_NDK_HOME=/opt/android/android-ndk-r8b

BUILD

mvn clean install

RUN

pushd assignment-6 mvn android:deploy android:run popd

TEST

pushd assignment-6-test mvn install popd

WINDOWS

The following should work for modern Microsoft systems. This works but I have not written the documentation yet.

cs282's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.