Dear Android Dev Team, My apologies if I am asking a question that's already been answered. Unfortunately I haven't been able to find any documentation within Android's reference that officially states Google's position on usage of JNI/SharedObjects (written in C++ and compiled via a cross compiler) from within Java ui code. To clarify what I am trying to accomplish, we are building an application with the user interface completely written using the java/android classes/controls and it would use the shared library thats written in C++. There is just so much effort gone in to making that library that it would be a LOT of effort on our side rewriting it in Java. The library connects to our backend web server to fetch XML files over HTTP, stores some of the information from it on disk in files, and exposes the features via methods.
Is this currently "officially supported" in Android(I have seen hello world C++ apps that run on the emulator with some security/chmod tweaks). Any information is sincerely appreciated. Thanks, -Ranjeet --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---