Minimum SDK nedir?

Minimum Required SDK Google Play de uygulamaları listelerken bu değeri dikkate alıp, cihaz ile uygulamanın “minSdkVersion” değerini karşılaştırarak cihaza uygun uygulamaları göstermektedir. AndroidManifest.xml dosyasında minSdkVersion tanımlanmaz ise varsayılan olarak 1 verilir.

Read more

Is Android NDK good?

In general, you should only use the NDK if it is essential to your app —never because you simply prefer to program in C/C++. When examining whether or not you should develop in native code, think about your requirements and see if the Android framework APIs provide the functionality that you need.

Read more