• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. Droid_Coder

    Apps Reading a value from XML node.

    I'm writing an app that makes an http request to my website and it returns a XML result set that looks like the following: <ResultSet version="1.0"> <Status> <code>0</code> <message>Success</message> <found>1</found> </Status> <Result> <id>1115550003</id>...
  2. Droid_Coder

    Apps New instance of Activity start after sendSMS call.

    Hi, I have created an app that sends out an SMS text message to a recipient. This all seems to be working fine, but after the message is sent using the sendSMS method, my application starts up a new instance. If I press the Back button, this clears the new instance and my original instance of...
  3. Droid_Coder

    Apps Application scroll to first edit field on start up.

    Hi, I'm debugging my first Android app and when running in the emulator it seems fine. The main view appears and no edit fields have focus. I see the full screen including the introduction text at the top. When I start this on my Vodafone 858 Smart phone, the view scrolls down to the first...
  4. Droid_Coder

    New from Ireland

    Hello All, Been working in IT for over 25 years, mostly in software build automation and dabbling in Visual Basic, VB.NET and Web Development. Thought I would add Android development to my CV and enjoying it so far... Debugging my first app now and have some questions I'll post later. Using...