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

Search results

  1. T

    Apps Why doesn't this make a list?

    public class AnApp extends ListActivity { /** Called when the activity is first created. */ static final String[] MAIN_MENU = new String[] { "One", "Two", "Three" }; @Override public void onCreate(Bundle savedInstanceState) {...
  2. T

    Apps How can I change the users background?

    Pretty self explanatory. Is there a way I can change the users background with, say, a click of a button?