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

Search results

  1. G

    Apps setVisibility crashes with timer

    I'm trying to write an app that has a button that appears and disappears after some time (similar to the maps' zoom in/out buttons). My code is as follows: .. t = new Timer(false); t.schedule(new TimerTask() {public void run() { Log.d("starting disabling buttons", "== here =="); for...