Changes between Version 57 and Version 58 of AndroidPort


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v57 v58  
    105105 
    106106= Implementation = 
    107 The [http://en.wikipedia.org/wiki/Dalvik_(software) Android VM] allows applications to call methods implemented in native code through [http://docs.oracle.com/javase/7/docs/technotes/guides/jni/index.html JNI]. This means we have to produce a native shared library which implements the game as a set of methods that can be called from a Java wrapper application. The library and the application can then be packaged and distributed together. 
     107The [http://en.wikipedia.org/wiki/Dalvik_(software) Android VM] allows applications to call methods implemented in native code through [http://docs.oracle.com/javase/7/docs/technotes/guides/jni/index.html JNI]. This means we have to produce a native shared library which implements the game as a set of methods that can be called from a Java wrapper application. The library and application can then be packaged and distributed together. 
    108108 
    109109== Setting up your workstation ==