[android-developers] Re: Your feedback on Samples/Tutorials/Articles

2011-03-07 Thread dhruv mewada
there is a typo in a cursor joiner doc here http://developer.android.com/reference/android/database/CursorJoiner.html for (CursorJointer.Result joinerResult : joiner) { for (CursorJoiner.Result joinerResult : joiner) { -- You received this message because you are subscribed to the Google

[android-developers] Re: Your feedback on Samples/Tutorials/Articles

2011-02-14 Thread Elvis
Sorry this might not sound friendly but this is reality. All I can say is me and 80 000 other developers are having a nightmare trying to find basic info on the android website and google search is well 30% on what I am searching for if it even finds anything related. This is just the normal

[android-developers] Re: Your feedback on Samples/Tutorials/Articles

2011-02-04 Thread Deltaflux
The tutorials and samples are both really useful, although sometimes misleading. For example the CubeLiveWallpaper uses a canvas for rendering the 3D cube, but this is a really slow way of rendering animated content. I spent a while trying to work out why it was so slow before realising I

[android-developers] Re: Your feedback on Samples/Tutorials/Articles

2010-07-16 Thread Sam
Screen Support --- I hear rumors of various new devices (both phones and tablets) coming out with screen sizes that have not been released before. Your article: http://developer.android.com/guide/practices/screens_support.html is great - but can we have a list of new screen

[android-developers] Re: Your feedback on Samples/Tutorials/Articles

2010-06-22 Thread Andrew Louth
The tutorials on testing have been especially helpful for me. Testing Android applications seems to be the one spot where books related to Android development are lacking, so its great to see this kind of information in the resources section. Thank you very much. Louth -- You received this

[android-developers] Re: Your feedback on Samples/Tutorials/Articles

2010-06-18 Thread WhitneyApps
Thanks for asking! The new articles have been very helpful. Recently I've been reading the guide topics on 2D and 3D graphics, and I think it would be really helpful to include more images and even (when we're talking about animation) some short video clips. You could just embed YouTube videos.

[android-developers] Re: Your feedback on Samples/Tutorials/Articles

2010-05-19 Thread snpe
What you think about this application http://www.snpe.rs/sad/overview.html ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Re: Your feedback on Samples/Tutorials/Articles

2010-05-12 Thread sorceror
On Mar 18, 6:38 pm, Megha Joshi mjo...@google.com wrote: As many of you might have noticed by now, we have added a new Resourceshttp://developer.android.com/resources/index.htmltab under developer.android.com. It contains samples, tutorials and technical articles. We want your feedback to add

[android-developers] Re: Your feedback on Samples/Tutorials/Articles

2010-04-22 Thread Santha
It will be a good thing for begginers if any one can contribute video tutorials right from the beginninghow each View and Viewgroup will be used and all.. On Apr 12, 2:27 pm, Tim tdh...@gmail.com wrote: On Apr 9, 8:02 pm, mike enervat...@gmail.com wrote: On 04/09/2010 11:52 AM, Matt

[android-developers] Re: Your feedback on Samples/Tutorials/Articles

2010-04-12 Thread Tim
On Apr 9, 8:02 pm, mike enervat...@gmail.com wrote: On 04/09/2010 11:52 AM, Matt Kanninen wrote: I've been using Sidewiki, it's an easy way to comment on problems with documentation, it's almost as good as directly fixing the docs myself. In principle, is there any reason why this has to

[android-developers] Re: Your feedback on Samples/Tutorials/Articles

2010-04-09 Thread Matt Kanninen
I've been using Sidewiki, it's an easy way to comment on problems with documentation, it's almost as good as directly fixing the docs myself. On Mar 25, 12:41 pm, Fred Grott(Android Expert, http://mobilebytes.wordpress.com) fred.gr...@gmail.com wrote: Might I make suggestion? Several of us

Re: [android-developers] Re: Your feedback on Samples/Tutorials/Articles

2010-04-09 Thread mike
On 04/09/2010 11:52 AM, Matt Kanninen wrote: I've been using Sidewiki, it's an easy way to comment on problems with documentation, it's almost as good as directly fixing the docs myself. In principle, is there any reason why this has to be a google-sponsored thing? Couldn't you essentially

[android-developers] Re: Your feedback on Samples/Tutorials/Articles

2010-04-07 Thread DulcetTone
On Mar 23, 1:41 pm, Yahel kaye...@gmail.com wrote: add a comments system to the reference pages That's what they did in the PHP documentation and it is pure gold. Examples, implementations, work around, bug reportsVery often way more instructive than the actual content of the official

[android-developers] Re: Your feedback on Samples/Tutorials/Articles

2010-04-03 Thread Robert Green
Missing Samples: GL Live Wallpaper. There's an example of a canvas- based live wallpaper but none of the ones that ship on the N1 or Droid 2.1 are canvas, they are all GL. Maybe one isn't, but that's not the point. Correctly handled GL init code (especially on orientation change) would be

[android-developers] Re: Your feedback on Samples/Tutorials/Articles

2010-03-25 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
Might I make suggestion? Several of us had this idea before..but for some reason Google at that time was not showing interest.. Fred Grott Mark Murphy Al Sutton Nicolas, owner of anddev.org and CS student in Germany and others have suggested before to use the Google Knol service as a way to get

[android-developers] Re: Your feedback on Samples/Tutorials/Articles

2010-03-23 Thread Tim
On Mar 18, 10:38 pm, Megha Joshi mjo...@google.com wrote: Thanks for your feedback in helping us improve our Android developer resources. One of the suggestions is to take user-contributed articles (and filter out the poorly-written/incorrect ones). This is an excellent idea - I'm sure many