Sudoku Section 3.5 pg 47 posted by Jay Avondoglio @ Tue, 23 Feb 2010 16:24:25...
I have been following along with the book making a 2.1 application and all of the code minus one gravity xml change has worked so far.Then i went to do the about.java part and had a problem. Not...
View ArticleSudoku Section 3.5 pg 47 posted by Jay Avondoglio @ Tue, 23 Feb 2010 19:10:38...
implements OnClickListenerthat was the problem… this is a bit unclear in the book and maybe should be explained a bit more, as in the beginning you say its a beginners guide.
View ArticleSudoku Section 3.5 pg 47 posted by Ed Burnette @ Wed, 24 Feb 2010 23:57:37 +0000
Good idea. How does this read?Old version:The code uses ‘this’ as the receiver, so the Sudoku class needsto implement the OnClickListener interface and define a method called onClick: (footnote: We...
View ArticleSudoku Section 3.5 pg 47 posted by Felipe Toledo @ Thu, 12 Aug 2010 19:33:12...
by the way…1) from where you took this 1KB rule? 2) this is not optimized at compile time? 3) this is a general rule for any environment (GWT, Swing, ...)?thanks in advance.Felipe
View ArticleSudoku Section 3.5 pg 47 posted by Ed Burnette @ Thu, 12 Aug 2010 19:55:53 +0000
The 1K number came from a conversation I had with an Android developer at Google I/O. It applies only to Dalvik, and probably does not apply (or is a different number other than 1K) on the new...
View Article