Many of the top chess programs are on Android and they compile directly from C or C++ source code.
The user interfaces are written in the Java Dalvik. So native code apps is the way to go if you want high performance. Don On Mon, Jun 27, 2011 at 2:36 PM, John Tromp <[email protected]> wrote: > > Unclear. Manyfaces on iPhone/iPad uses about 20 MB, since Apple doesn’t > > allow apps to use much more. If android allows more we will use is. > Memory > > size quoted in GB is flash size for storing media, and is not used by the > > app. I don't know that you can choose the DRAM size, which is probably > 512 > > MB plus or minus a factor of two. > > Android limits Dalvik applications to 24MB, but native apps can use > all available mem, > which is 512MB for the majority of current devices. > > regards, > -John > _______________________________________________ > Computer-go mailing list > [email protected] > http://dvandva.org/cgi-bin/mailman/listinfo/computer-go >
_______________________________________________ Computer-go mailing list [email protected] http://dvandva.org/cgi-bin/mailman/listinfo/computer-go
