[android-developers] opengl es sphere tutorial

2011-10-07 Thread grebwerd
Hello, Could anyone point me to a really good tutorial on how to create a 3D sphere from scratch using triangle strips or triangle fan using opengl es? Many thanks a head of time. Drew -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] How to add multiple buttons and multiple tablerows dynamically

2011-08-01 Thread grebwerd
Hello I want to click a button that will add a new button to a table row every time it is clicked. After 3 buttons have been added to the row, I want to dynamically create a new table row and add a new button to it. I know how to add a row with a button(s) to a tableLayout if I click a button. I