how we can call xml file in java file using Android platform?
Answer Posted / srinivas
by using setContentView(R.Layout.main) method we can load the xml files in Activity
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
can we use commit,rollback in triggers and how?
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
what are the differences between CONS, LIST, and APPEND
How does the TCP handle the issue of multiplexing?
What are the Short cut Keys of Tally ERP?
design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.
Wrtite a JCL for sorting a file with start from 36 postion lenth 9 excluding a num eq to 98768. for 3 marks mainframe
Hey this is venkatesh.Please can any body tell me what is SFLNXTCHG?where we use this keyword?what perpuse we use this?Can you tell me in real time senario with example? And in 7 specification(RPG/400)what is the mandatory specification using programs?
how we can know the funcions available in a class recording java?
When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.
hi i am jyoti i have done sap training in sd and master degree in economics have 2 year exp as enduser in (gdms)and 1 year as sd consultant.as contract basis now what i can do for getting job in it industry
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?
Mainly Related to Oracle, DBMS , Oracle Stored Procedures, Functions, Oracle 9i Architecture, Redo logs..., Views,
what is the difference between uservariables and systemvariables (in Environmental variables)???
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)