GithubHelp home page GithubHelp logo

under's Introduction

Under

Overview

This is an Journey Sharing Application developed by Group 4 of CS7NS3 2019-2020 at Trinity College, Dublin.

Requirements

  • Android Studio (recommended: v3.6.2)
  • Android SDK (minimum version: 22)
  • Java Development Kit (minimum version: 1.8, optional*)

Both the above requirements can be obtained here.

Please ensure that you have all required dependencies installed and can run a sample "Hello, World!" application before continuing.

  • Note: Android Studio includes a bundled JDK, but can be configured to use a different one if necessary.

Building and running in Android Studio (recommended)

  • Open the project in Android Studio.
  • Ensure the Gradle dependencies are updated. This may take a while.
  • The application can be started by:
    • Connecting the target device to the system
    • Selecting it in Android Studio in the top-right menu
    • Clicking the "run" option

The application will be automatically started on the device.

If an emulator is used as target option it should have been configured and then selected as target before building the application.

Please also note that this application uses libraries which require physical devices to function properly, and may therefore not function as intended in an emulated environment.

The application is supported on devices running Android version 5.1 and above (API level 22).

Building without Android Studio

Note: the below steps can also be accomplished in e.g. Android Studio

  • Clone the git repository:
git clone gitlab.com:ase-under/under
  • Run the unit tests:
./gradlew clean test
  • Build the APK (written to ./app/build/outputs/apk/debug/app-debug.apk):
./gradlew assembleDebug
  • Install the APK on a connected device:
./gradlew installDebug

Authors

under's People

Contributors

chavvichandani avatar johnstcn avatar m0-n avatar paritoshkc avatar

Watchers

 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.