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

Search results

  1. Y

    Apps SharedPrefrences Modes

    Hi, I'm a new Android developer. I'm using SharedPreferences to store some application settings. While I understand most of the usage scenarios and related APIs, MODES are still a mystery for me: 1) Most of the books that I have read say that SharedPreferences cannot be shared across...
  2. Y

    Apps Unable to create an ANR message

    Hi, I'm trying to create an ANR message by having a loop counting from 0 to Integer.MAX_VALUE inside a button click handler. I'm however, not getting ANR message. The UI just hangs till the loop terminates( for around 40-45 seconds). I'm running this on emulator. Am I missing something here?