Changes between Version 54 and Version 55 of AndroidPort


Ignore:
Timestamp:
2012-01-04 17:33:30 (17 months ago)
Author:
afeder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v54 v55  
    105105 
    106106= Implementation = 
    107 The Android VM allows applications to call methods implemented in native code through the [http://docs.oracle.com/javase/7/docs/technotes/guides/jni/index.html JNI]. This means we have to produce a native shared library implements the game as a set of methods which can be called from a Java wrapper application. 
     107The Android VM allows applications to call methods implemented in native code through the [http://docs.oracle.com/javase/7/docs/technotes/guides/jni/index.html JNI]. This means we have to produce a native shared library that implements the game as a set of methods which can be called from a Java wrapper application. 
    108108 
    109 == Setting up your workstation  == 
    110 For everything else than actually running the application, we will use a PC workstation. This section will assume your workstation runs Ubuntu Linux, but the steps should be relatively easy to adapt to other platforms. Begin by setting up a working directory for the project: 
     109== Setting up your workstation == 
     110For everything short of actually running the application, we will use a PC workstation. This section will assume your workstation runs Ubuntu Linux, but the steps should be relatively easy to adapt to other platforms. Begin by setting up a working directory for the project: 
    111111 
    112112{{{