简体   繁体   中英

The Android xmlns and the Android API

I new to programming Android apps and trying to understand the difference between the Android xmlns and Android API. Is it right to say that the xlmns is subset of the Android API?

I've also been trying to find a overview off all properties you can modify with the Android xmlns, but can seem to find it. Is this because the API serves as a documentation for this as well?

XMLNS and Android API are completely different.

XML namespaces are used for providing uniquely named elements and attributes in an XML document. xmlns:android describes the android namespace.

Android API can be simply understood as the Android version, and new features are added in every release.

xmlns has nothing to do with Android. Its an xml property that specifies what the namespace for an XML document is so it can be validated properly.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM