Android NDK
/**
* تنفيذ الطريقة الأصلية في C/C++
*/
المتعة الخارجية computeFoo()
}
آخر الأخبار
تحسين الرموز البرمجية الأصلية
بسيط
Updated 22 أغسطس 2024
يتضمّن "استوديو Android" واجهة أمامية رسومية لنظام Simpleperf، موثّقة في فحص نشاط وحدة المعالجة المركزية (CPU) باستخدام برنامج تحليل وحدة المعالجة المركزية (CPU) سيفضّل معظم المستخدمين استخدام هذه الميزة بدلاً من استخدام Simpleperf مباشرةً. إذا كنت
Developing high performance games for Android (Google I/O '17)
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
How to manage native C++ memory in Android (Google I/O '17)
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