1) How to create app using ARM instruction for android like media player etc?
2) Can we learn ARM Instructions using Emulator in Android ?
Please guide me in this where to start any tutorialsThanks in advance
1) How to create app using ARM instruction for android like media player etc?
Share
Start with Cortex™-A Series Programmer’s Guide if you would like to learn ARM instruction sets or programming for ARM (Cortext A) specific things in general.
If you would like to do native development (c/c++) in Android, you are going to use Android NDK.
If you would like to do Android application development like media players, you are going to use Android SDK.
In simpler terms (reverse order of above); If you don’t know where to start at Android development you should get SDK. If that’s not enough for you because Java is slow (and you’ve checked Render Script) or you need some kind of access which can’t be done at Java level then you should look into NDK and if that’s still not enough for you then you should go check ARM documents.