[android-developers] Re: GridView with ToggleButton

2011-06-22 Thread Vault
Thanks. So, i have a grid in main.xml with id=buttonGrid. I put this in the main: public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); GridView grid = (GridView)

[android-developers] Re: bluez help

2011-06-22 Thread Vault
I'll recycle this thread to ask for real help with bluetoooth. I have an embedded device with an OBEX server on it, compiled from here: http://www.mulliner.org/bluetooth/sobexsrv.php Now, if i connect this antenna (old model) to the device: the-gadgeteer.com/assets/aircable-hostxr-2.jpg i can

[android-developers] GridView with ToggleButton

2011-06-20 Thread Vault
Hello, I'm trying to obtain something like: http://s4.appbrain.com/screen?id=-1118678252346788544i=2 but only with ToggleButtons in a Grid. I've googled around but found nothing, so here I am kindly asking for help. I thought something like: GridView ToggleButton ToggleButton ToggleButton