ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

How can we write codes for Android using C/C++?

user-image
تم إضافة السؤال من قبل Shahbaz Awan , M2M IoT Software Architect , Wadi Makkah
تاريخ النشر: 2013/07/11
Mubbasher Mukhtar
من قبل Mubbasher Mukhtar , Senior Software Engineer and Researcher (Microsoft Certified Technology Specialist) , InvenSense

Using Android NDK.
http://developer.android.com/tools/sdk/ndk/index.html You can:
1- Hybrid App Java + Write some function in C++ and call them using JNI interface
2- Complete app in C++ With latest NDK, you can create almost all of you activities and stuff like that using C++.
But as per knowledge, for some stuff of Android written in Java, you need make calls to Java layer using JIN layer

المزيد من الأسئلة المماثلة