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

Search results

  1. M

    Apps Using ASP.Net Web Service (3.5) in Android

    Hi I am trying to connect to a web service (coded in ASp.net 3.5 Express edition) in Andoid Code, but I am getting the following error android.os.NetworkOnMainThreadexception when this line is executed androidHttpTransport.call(HelloWorld_SOAP_ACTION, envelope); 1. My Web service code is...
  2. M

    Apps how to use DDMS - help required

    how to use DDMS, GIVE me STEP BY PROCeDURE or a good link so that I can debug my application code I am Eclicpse for android programing
  3. M

    Apps Debugging Android Applications

    I want to debug my android application, I using eclipse for coding ddesign and deveopment How debug (as we do in .Net F9, then F11) Kindly help me
  4. M

    Windows utility for accessing SQlite dagtabase

    Hi anybody suggest me a Windows utility for accessing SQlite database where i can run select * from tablename like commands
  5. M

    Accessing web resource from Android appliction

    I want to open a web page (which was develeped in ASP NET) in an Android application (similar to opening web page in PC/laptop using browsers like IE/fifrefox etc) 1. how to code this 2. how will be its performance (in terms of speed) Thanks in advance
  6. M

    Apps How to reduce execution time in Android

    I am using Eclipse for Android development and Latest version of Android SDK (Running XP, 2Gb Ram) 1. when run clicked, previously executed emulator appears first then emulator default screen appears, only last current actual output appears 2. when clicked to close takes too much time (2...