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

Search results

  1. S

    Apps AsyncTask/Background Thread (Monodroid)

    Has anyone successfully created an AsyncTask class using monodroid? There are numerous java examples out there, but I'm having a real difficult time translating them into C#. I'm not that familiar with Java programming. The examples in java have a function definition like so: What the heck...
  2. S

    Apps Application Level Variables

    I need to be able to share a collection of a custom class between activities. I've seen many suggest extending the Application class and storing the variables in there. Unfortunately my application is blowing up on start up when I attempt this. My question is twofold, 1) Is there another way...