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 |
SAS using companies in INDIA
29 Answers Bank Of America, Cap Gemini, Hyundai, IBM, KO, Sristek, TCS, Wipro, WNS,
How can recruiter justified that the candidate is expert in Algorithm and datastructure for Software product development ?
Suppose i have all the implementation code required is written in doGet() but my class has doPost() method. i need code implemented in doGet() how can we do that?
major characteristics of software system
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
why not instantiating servet using new operator?
Hi Guys, This is Rama, right now I am working as a Software Test Engineer in Gurgoan and I have over all 3 years of testing expoeriance. Right now I am looking for a change. Can any body help me out to find a job in south india. Thanks in Advance
Building Quotation engine program
what will we require to build project with the help of oracle
what is microprocessor?
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".
In JCl , we have COND parameter.This holds comparison code and condition.It also has only and even parameters. ex: COND((4,GE),EVEN).what the comma mean here. is that 'and' or 'or'.