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

Search results

  1. S

    Apps Handler HandleMessage not fired from AsyncTask

    Hi, I have an AsyncTask that is doing some processing but when it is finished I cannot get it to fire the HandleEvent method af a Handler object (I hope that terminology is correct). Here is my code: public class main extends Activity { /** Called when the activity is first created. */ public...
  2. S

    Apps Page Not Found dowloading .apk

    I have created an apk file and hosted it on my server, but when I link to it on an android phone in the browser I get "Page cannot be displayed". The file is in the location I am browsing to, and this works on an iPhone (even though it just downloads and does nothing obviously). Anyone have...