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 |
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)
how can i create report in abap to insert data in table pa0002 using insert command
I am looking for selenium RC online Training in chennai. can any one tell me the best institute
how we can connect applet with database?
Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.
Write a shell program. Enter basic pay of an employee and calculate DA, HRA, Deduction, Gross pay and Net pay as follows: DA = 75 % of BASIC HRA = 10 % of BASIC DEDUCTION = 15 % of BASIC GROSS PAY = BASIC+DA+HRA NET PAY = GROSS PAY-DEDUCTION.
What is meaning of web application. & the purpose of web application. with description.
what is the purpose of postback?
While joining files if only two files are mentioned with jfile keyword, do we required to use join keyword????
if 3 duplicate records, by keeping one original and one duplicate record, and how to delete remaining 2 duplicates in sql server 2008
which one is the best practice using synchronization method or synchronization block
what is posix?