Changes between Version 2 and Version 3 of DeveloperGuidelines/Mobile/Android


Ignore:
Timestamp:
07/22/10 11:43:40 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Mobile/Android

    v2 v3  
    1 
    2 == Downloading and compiling OCR Collect, an Android XForms client ==
    3 
    4 
     1== Downloading and compiling ODK Collect, an Android XForms client ==
    52
    63Using Windows syntax since if you know *nix you'll understand the windows command line.
     
    2421Get a local copy of the opendatakit collect repository with this command: ''hg clone https://collect.opendatakit.googlecode.com/hg/ opendatakit-collect''
    2522
    26 Assuming the source : "https://collect.opendatakit.googlecode.com/hg/ opendatakit-collect" and destination of c:\temp\collect, source files from Google will be located @ c:\temp\collect\src[[BR]]
     23Assuming the source: "https://collect.opendatakit.googlecode.com/hg/ opendatakit-collect" and destination of c:\temp\collect, source files from Google will be located @ c:\temp\collect\src[[BR]]
    2724
    2825  * Editing Code
     
    3734
    3835References:
    39 ANT samples; http://code.google.com/p/autoandroid/wiki/AndroidAnt, http://www.disgruntledrats.com/?p=27, "Collect" Google code repository; http://code.google.com/p/opendatakit/source/checkout?repo=collect, http://developer.android.com/sdk/installing.html
     36 * ANT samples
     37  * http://code.google.com/p/autoandroid/wiki/AndroidAnt
     38  * http://www.disgruntledrats.com/?p=27
     39 * [http://code.google.com/p/opendatakit/source/checkout?repo=collect "Collect" Google code repository]
     40 * http://developer.android.com/sdk/installing.html