Android NDK

Android NDK هي مجموعة أدوات تتيح لك تنفيذ أجزاء من تطبيقك باستخدام رمز أصلي، باستخدام لغات مثل C وC++. وبالنسبة إلى أنواع معينة من التطبيقات، يمكن أن يساعدك ذلك في إعادة استخدام مكتبات الرموز المكتوبة بهذه اللغات.
class نشاطي : النشاط() {
  /**
* تنفيذ الطريقة الأصلية في C/C++
*/

  المتعة الخارجية computeFoo()
}

آخر الأخبار

Updated 20 فبراير 2020

One thing that NDK users struggle with is managing native dependencies: With version 4.0 of the Android Gradle Plugin, we’ve addressed these issues by adding support for distributing and exposing native libraries through the same mechanism that you

Updated 5 ديسمبر 2019

With over 2.5 billion monthly active devices, the Android Platform gives incredible reach for game developers. Taking advantage of that opportunity can be a challenge, particularly if your game really tries to push the limits of what mobile can do.

Updated 17 أكتوبر 2019

Android NDK r21 is now in beta! It’s been a longer than usual development cycle (four months since NDK r20), so there’s quite a lot to discuss for this release. We have the usual toolchain updates, improved defaults for better security and

تحسين الرموز البرمجية الأصلية

Updated 22 أغسطس 2024

يتضمّن "استوديو Android" واجهة أمامية رسومية لنظام Simpleperf، موثّقة في فحص نشاط وحدة المعالجة المركزية (CPU) باستخدام برنامج تحليل وحدة المعالجة المركزية (CPU) سيفضّل معظم المستخدمين استخدام هذه الميزة بدلاً من استخدام Simpleperf مباشرةً. إذا كنت

Updated 18 مايو 2017

Mobile games have better graphics and deeper gameplay than ever before. This means that developers need to optimize their games to get the best experience on each device to meet the expectations of their users. In this session, you will see how

Updated 17 مايو 2017

Android native applications typically use Java objects that "own" C++ objects. When the Java garbage collector detects that the Java object is no longer needed, the Java object either explicitly deallocates the C++ object, or decrements its reference