Hi Jain I am starting with Android now, so I can not exactly answer your question but from a programmer point of view:
If you have a way to call C++ API's (as you said trough JNI) I don't see why you will need to callback android Put what you need in to your C++ API ... making it a whole functional part (call it library, framework, API or whatever you like) and then just call this functions from your android program regards Pece P.S. I am maybe missing the point here ... if so please describe your problem more ;) Neelesh Jain wrote: > Hi > > I am trying to create an application in which I have to use some c++ > APIs. > > We can call from android to c++ using JNI. > > How can we get callback from these c++ APIs to android?? > > > > > > > > > > > > ============================================================================================================================ > > Disclaimer: > > This message and the information contained herein is proprietary and > confidential and subject to the Tech Mahindra policy statement, you may > review the policy at http://www.techmahindra.com/Disclaimer.html externally > and http://tim.techmahindra.com/Disclaimer.html internally within Tech > Mahindra. > > ============================================================================================================================ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

