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

Search results

  1. B

    Apps Missing sub-menu in Eclipse

    Don't know if this is the right forum or not, so please let me know. Running Windows XP, Eclipse Indigo (M20120208-0800), ADT 17. Menu "Window->Run Android Lint" indicates a sub-menu (small right arrow), but none is displayed. I just updated all applicable software (Eclipse, SDK, plugins)...
  2. B

    Data transfer between Activities

    Hello. I'm an android newbie, so hope this isn't a dumb question. I'm developing an android app that needs to transfer data between activities. Right now, I'm trying to use Java serialization to transfer a custom class. If I don't store the class object with myIntent.putExtra("key"...