Re: [android-developers] Re: Is Android Smartphone application development similar to Android Tablet..???

2011-04-01 Thread Justin Giles
On Fri, Apr 1, 2011 at 2:56 AM, Zsolt Vasvari zvasv...@gmail.com wrote: 1) Run app on Android Tablet 2) Note any errors 3) Any Errors? No, go to Step 6 4) Fix errors 5) Go to Step 1 6) Done I thought goto statements were generally frowned upon in Java? :) -- You received this message

Re: [android-developers] Re: Is Android Smartphone application development similar to Android Tablet..???

2011-04-01 Thread Justin Giles
On Fri, Apr 1, 2011 at 9:57 AM, Justin Giles jtgi...@gmail.com wrote: On Fri, Apr 1, 2011 at 2:56 AM, Zsolt Vasvari zvasv...@gmail.com wrote: 1) Run app on Android Tablet 2) Note any errors 3) Any Errors? No, go to Step 6 4) Fix errors 5) Go to Step 1 6) Done I thought goto statements

Re: [android-developers] Re: Is Android Smartphone application development similar to Android Tablet..???

2011-04-01 Thread Kostya Vasilyev
He probably meant: continue top_of_the_loop; 01.04.2011 19:00 пользователь Justin Giles jtgi...@gmail.com написал: On Fri, Apr 1, 2011 at 9:57 AM, Justin Giles jtgi...@gmail.com wrote: On Fri, Apr 1, 2011 at 2:56 AM, Zsolt Vasvari zvasv...@gmail.com wrote: 1) Run app on Android Tablet 2)

Re: [android-developers] Re: Is Android Smartphone application development similar to Android Tablet..???

2011-04-01 Thread Greg Donald
On Fri, Apr 1, 2011 at 9:59 AM, Justin Giles jtgi...@gmail.com wrote: I thought goto statements were generally frowned upon in Java? :) Aside from the fact that there are no goto statements in java...still :) My java binary is full of of goto statements, in the form of 'jmp' entries :) --