[android-developers] GridView of Buttons

2009-03-24 Thread Robbo
ons in cells of TableView (not GridView). Thanks in advance for your help. Robbo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-devel

[android-developers] Problem installing .apk

2008-04-09 Thread Robbo
): Activities: com.mydomain.android.myapp .MyApp com.mydomain.android.myapp.Menu com.mydomain.android.myapp.Settings com.mydomain.android.myapp.Alarm Thanks in advance for help. Robbo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Spinner, how to change item text?

2008-03-29 Thread Robbo
x27;s items, too. I tried to put between "adapter.setDropDown" and "s1.setAdapter..." this command: ((TextView)(((LinearLayout)adapter.getView(0, null, null)).findViewById(R.id.spinner_info_item))).setText("2"); which tries to c