how we can call xml file in java file using Android platform?
Answers were Sorted based on User's Feedback
Answer / raju
using getResource() we can get the outer resources and from there onwards we can get the IDs of each view components presented inside the XML.
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / srinivas
by using setContentView(R.Layout.main) method we can load the xml files in Activity
Is This Answer Correct ? | 0 Yes | 1 No |
Is class is a abstract datatype in java?
Explain polymorphism. Provide an example.
what is the diffrence between software and hardware language?
What are the advantages of Server Controls over HTML/ASP Controls.
Write a program to show polymorphism.
Number of null pointers in any binary tree
What is ur porject Architecture? If anyone ask what i have to specify here..
Hi All, Can any one please send me the difference between informatica 7i and 8i versions, Thanks in advance. vinod
how to swap all the values without using temporary variable. tha values r a = 20, x=60 and p=2.
5 Answers DST Global Solutions, iGate,
Given a arbitrary pointer to an element in a singly linked list?what is the time complexity for its deletion .
what is difference between c and C#
Where do we need Operator overloading?