Where are the schemas for XML files on an Android project?

后端 未结 4 2302
孤街浪徒
孤街浪徒 2020-12-05 09:32

Where are the schemas (DTD or XML schema) for the XML files used on Android like AndroidManifest.xml or the layouts?

4条回答
  •  無奈伤痛
    2020-12-05 10:08

    Generally, defining a namespace in XML doesn't has to be a real existing URL but just a world wide unique String (therefore one prefers using their own URLs). Of course, it's nice if this URL contains the XML-schema (or worse, DTD). It would be also very nice if someone would create Android Ressource Schemata. I could help him as a bachelor thesis in CS. - Prof. Solymosi, Berlin

提交回复
热议问题