It is very difficult to understand your question or comment. But I think you are asking if there is a way to use your C++ .so code with bluetooth. The part about activity does not make much sense. I have used native code in an activity. Where do you want to use it? You do need to build with ndk command line to create the lib. also need to use the special syntax "system.loadlibrary()" and "Native"
On Mon, Apr 9, 2012 at 3:27 AM, 상택 정 <[email protected]> wrote: > I don't want using Activity when I using Bluetooth. > but, android tutorial guide and other guys using Activity class. > > I am using NDK for C++, so I need a java class for bluetooth > connecting > Please help me. > > I try to uncover activity class but it is not easy. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > 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 > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] 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

