[ADMB Users] android tablets like nexus 7

dave fournier davef at otter-rsch.com
Sun Feb 17 13:35:36 PST 2013


> musing idea. I wonder how it would be used. I hate typing on my nexus
> 7, and I haven't bothered to figure out how to make the font larger on
> the terminal emulator (had the same problem with my android phone).
>
> Perhaps some ecologist wanted real time estimates of the precision of
> what is being measured to know when to terminate field sampling?
>
> John Sibert
> Emeritus Researcher, SOEST
> University of Hawaii at Manoa
> Honolulu HI (GMT-10)
> 808-294-3842
> 4

I checked it out.  An Android app is written in java.
you can include  C++ code by using the java native interface.
The C++ stuff is compiled into a shared library which
is loaded by the java code.

This is all done using the NDK (native development kit)
and for the java side on linux the SDK optionally combined with eclipse
which does all the boiler plate.

Most of the work is setting up eclipse to do all the right stuff.







More information about the Users mailing list