Thursday, 11 August 2011

QUERIES

12 comments:

  1. Is Relative Layout good or Linear Layout ?

    Plz reply soon...

    ReplyDelete
  2. Relative layout is good for designing the looks and arranging the controls in the layout, as we can see the space between the two controls.

    -Android Solutions

    ReplyDelete
  3. I am getting an error "Application Force To Close".
    So what can be the reasons for that.

    ReplyDelete
  4. There will be a run time error.There might be error in code.
    You should use try{}catch{} to resolve it and handle it in your own ways.

    Keep querying.....

    -Android Solutions

    ReplyDelete
  5. what is the use of spinner?

    ReplyDelete
  6. why there is a java used as a programming lang for android development?

    ReplyDelete
  7. Q.why there is a java used as a programming lang for android development?
    A. Due to the Platform independence and as you might be knowing that java has a rich set of libraries , so this are the basic two reason to use java. Ya but its not that we can only use java, we can also use C as well as C++, as we work an C++.

    -Keep Querying

    -Android Solutions

    ReplyDelete
  8. Q. What is the use of spinner ?
    A. It is used to select a single value from multiple displayed values and perform some operation based on the selection and it implements the onItemSelected listener, we can also say spinner is same as combo box.

    -Keep Querying

    -Android Solutions

    ReplyDelete
  9. REQUEST TO ALL:-

    PLEASE WRITE COMMENTS WITH YOUR NAME SO THAT WE CAN EASILY REPLY TO YOUR QUERIES < DON'T POST AS ANONYMOUS , DON'T FEEL SHY TO LEARN BY GIVING YOUR NAME

    ReplyDelete
  10. what is the difference between View and Widget...?

    ReplyDelete
  11. To James Methew,

    Views are concerned with layouts, placeholders.
    Widgets are concerned with data and UI behaviors. Views contain widgets

    -Keep Querying

    -Android Solutions

    ReplyDelete
  12. why SQLite is use as a back end in Android.....?

    ReplyDelete