views:

542

answers:

9

I'm looking for an Android development forum that I can use to learn more about developing for Android, preferably with tutorials, though it's not a requirement. I just really want a forum that has an active user base. I've looked at andDev, but most of the questions people ask there go un-answered and I can never find exactly what I'm looking for.

As a second question, what would you recommend for quickly getting up to speed with the Android SDK? The android development tutorials provided by Google only cover the very basics of layouts.

Thanks.

+2  A: 

You should check out the official mailing lists.

Veeti
Ironically, the latest thread tells everyone to post their questions on StackOverflow! But, thanks I'll look through it.
GuyNoir
A: 

There is no good one. The official mailing list is full of unanswered questions either. I wrote a video on demand project for android about 6 months ago. It was a total headache because documentation and community support is very poor. I recommend you to follow these steps:

  1. Check the documentation when you face to a problem.
  2. According to the problem do a google search. Go up to 15-20 pages.
  3. Check the documentation again and go for it.

I know this does not answer your problem but, Your question does not have an answer.

Edit: I forgot to mention. I learned Android from the samples in the SDK. They are in [sdk]/platforms/android-/samples/

JCasso
Thanks! That's about what I figured so far.
GuyNoir
A: 

The only one I know of is anddev.org, which you already mentioned
The site administrator seems to be very active and provides tutorials as well.
It's the best I've seen so far.

daharon
+1  A: 

Don't try to find support on a forum. There doesn't seem to be a good one.

Instead, you can find VERY quick and friendly help from the android-dev channel on the Freenode IRC server.

Every time I had a question, everyone there has been MORE than helpful.

A good mix between IRC and Stack Overflow provides a decent "forum" for help.

Crowe T. Robot
+18  A: 

I have written 3,410 posts here, mostly answering technical questions, but in the eyes of jcasso, those apparently are useless, because "community support is very poor".

I have written ~80 blog posts here, mostly on development topics, but in the eyes of jcasso, those apparently are useless, because "community support is very poor".

I have answered ~300 Android development questions here on SO, but in the eyes of jcasso, those apparently are useless, because "community support is very poor".

I have put up a small wiki with a smattering of links to resources, such as forums and tutorials, but in the eyes of jcasso, those apparently are useless, because "community support is very poor".

I have made the source code for ~100 sample projects and reusable Android components available under the Apache License 2.0, but in the eyes of jcasso, those apparently are useless, because "community support is very poor".

And that's just me.

The core Android team has other discussion boards, and articles, and sample code, and the source code to the entire operating system, but in the eyes of jcasso, those apparently are useless, because "community support is very poor".

And other members of the community have done much more, in many cases linked to from that wiki, but in the eyes of jcasso, those apparently are useless, because "community support is very poor".

There is always room for improvement, and those of us actually trying to improve things are certainly open for new contributions.

CommonsWare
rofl (15 chars)
Charlie Somerville
Touché. Ouch. ---
Pekka
And commonsware.com - thank you for your community support. It's been extremely helpful.
marcc
@commonsware.com: Yes for me community support is **very** poor. I appreciate your contributions. It seems that you are trying to help other developers. **Thank you very much for this**. I cannot ignore other developer's and your valuable contributions for the Android community. However is it enough? Do you think andorid is mature enough? You can find everyting in android's mailing list? **It will be! With contributions of you and others** I would say the same for c# 3-4 years ago. But I am **really** sorry. I did not meant to upset you and others.
JCasso
I apologize for the tone in my reply. jcasso touched a nerve.
CommonsWare
I think the community support and breadth of knowledge for such young and rapidly growing project is outstanding. And when no one is rushing to answer your question that simply means there's no one that have an instant answer. Maybe it's really technical and people have to invest their time to answer it. There maybe 1000 reason why it's not answered but I don't think "poor community support" is one of them
DroidIn.net
A: 

One more vote for android-dev channel on the Freenode IRC... they just helped me solve me problem there.

kape123
A: 

If you like Stackoverflow, I'd suggest heading to forceclose.com. There isn't the traffic needed to be a great development community, but I've been keeping an eye on it.

marcc
You have to be careful there. I tried to ask techical questions there and was redirected to stackoverflow because apparently that forum is intended for end users and not developers
DroidIn.net
+1  A: 

Here is another one AndroidAnswer.com and it is growing

Android
A: 

http://forum.xda-developers.com/

Flatlineato