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

What is a native activity?

↳ android.app.NativeActivity. Convenience for implementing an activity that will be implemented purely in native code . That is, a game (or game-like thing). There is no need to derive from this class; you can simply declare it in your manifest, and use the NDK APIs from there.

Read more