android

FacebookTwitter

FAQ Android

Le SDK d'Android propose un mécanisme de "Selector" pour simplifier la tâche des développeurs pour gérer les différents états d'un composant. Ainsi, via un fichier XML, vous pouvez décrire le comportement (visuel) de votre composant et indiquer un graphisme à adopter lorsque votre composant passe à l'état "pressé" ou qu'il obtient le focus etc. http://android.developpez.com/faq/?page=IHMid
http://www.codexperiments.com/android/2010/05/android-introduction-part-2-setting-up-your-environment/ corner stamp here. The Android NDK works in conjunction with JNI (Java Native Interface) which allows connecting Java programs to C/C++.

Android SDK & NDK Part 2: Android talks C++ - Code Xperiments

The Java Native Interface ( JNI ) is a programming framework that enables Java code running in a Java Virtual Machine (JVM) to call, and to be called [ 1 ] by, native applications (programs specific to a hardware and operating system platform) and libraries written in other languages such as C , C++ and assembly . [ edit ] Purpose and features JNI enables one to write native methods to handle situations when an application cannot be written entirely in the Java programming language, e.g. when the standard Java class library does not support the platform-specific features or program library. http://en.wikipedia.org/wiki/Java_Native_Interface

Java Native Interface

decoder un fichier.mk

android.mk