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

Search results

  1. A

    Apps Custom ArrayAdapter Spinner. Cant select item

    Android 1.6 There's a collection of such objects public class MyItem { public String name = ""; public String brief = ""; public int availiableweight = 0; public Node xmlpoint = null; @Override public String toString() { return name; } public MyItem(String _brief, String...