Code Monkey home page Code Monkey logo

tasker's Introduction

Tasker

Introduction

Tasker is a really simple task management application for Android. It is intended as a foray into Android development, so it will probably not have the best practices as it starts out. Also it probably won't ever make it to the Android Marketplace. The application takes it's initial basis from the example Notes application provided as a tutorial from http://developer.android.com. There will be an accompanying series of blog posts at http://beyondtc.wordpress.com to document my experiences with Android.

Author

Marcus Ramsden

Building Instructions

To build the project you need to run;

mvn clean install

This will build and install the application, including resolving the required dependencies for the project. The project makes use of the maven-android-plugin and you can read more about the plugin by running;

mvn help:describe -Dplugin=android

This command will give you more details about the maven-android-plugin, the plugin web page can be found at http://code.google.com/p/maven-android-plugin.

To run an emulator you will need to use the following command;

mvn android:emulator-start

This will try to start an avd called 'Android-2-3-3' as defined in the properties section of the pom.xml file. If you want to start your own avd then run the following command;

mvn android:emulator-start -Demulator.avd=my-avd

Once you have an emulator started or a device connected then you can run;

mvn deploy

Thiw will install the application on the emulator or connected device.

tasker's People

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.