What does mean by the following XML code?
AndroidManifest.xml
<application android:label=»@string/app_name» android:icon=»@drawable/icon»
android:name=»com.intel.starApp»> … ….
<meta-data android:name=»DATABASE» android:value=» example.db»>
<meta-data android:name=»VERSION» android:value=»2″>
<meta-data android:name=»QUERY_LOG» android:value=»true»>
…
</meta-data></meta-data></meta-data>
Question:What does mean by the following XML code?
AndroidManifest.xml
<application android:label=»@string/app_name» android:icon=»@drawable/icon»
android:name=»com.intel.starApp»> … ….
<meta-data android:name=»DATABASE» android:value=» example.db»>
<meta-data android:name=»VERSION» android:value=»2″>
<meta-data android:name=»QUERY_LOG» android:value=»true»>
…
</meta-data></meta-data></meta-data>
1.Local custom DataBase file name is “example.dbâ€, App version 2.0, Logs selected queries
2.Local SQLite DataBase file name is “example.dbâ€, DBMS version 2.0, Logs selected queries
3.Local text-type DataBase file name is “example.dbâ€, DBMS version 2.0, Logs selected queries
4.Remote DataBase file name is “example.dbâ€, App version 2.0, Logs selected queries
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!