1 community=true 2 page.title=IRC and Twitter 3 @jd:body 4 5 <p>In addition to the <a href="community-groups.html">Android developer forums</a>, you can participate in the Android developer community through IRC and you can follow us on Twitter. </p> 6 7 <h3 id="irc">IRC</h3> 8 9 <p>Several IRC channels are available for discussions about developing Android applications.</p> 10 11 <table> 12 <tr> 13 <th>Channel</th><th>Host</th><th>Description</th> 14 </tr> 15 <tr> 16 <td>#android</td> 17 <td>irc.freenode.net</td> 18 <td>General discussion about Android (and Android development).</td> 19 </tr> 20 <tr> 21 <td>#android-dev</td> 22 <td>irc.freenode.net</td> 23 <td>Discussion focused on developing Android apps.</td> 24 </tr> 25 </table> 26 27 <p>If you haven't used IRC before, check <a 28 href="http://en.wikipedia.org/wiki/List_of_IRC_clients">http://en.wikipedia.org/wiki/ 29 List_of_IRC_clients »</a> for a helpful list of IRC clients. Alternatively, you could also use 30 this <a href="http://webchat.freenode.net/?channels=android-dev">web interface »</a>, which 31 does not require any installation, to join discussions on the Android IRC channels. </p> 32 33 <p>Here are some tips for using IRC:</h4> 34 35 <ul> 36 <li>Set your nickname before you join the channel.</li> 37 <li>Registering your nickname prevents others from using your nickname or impersonating you later: 38 <pre class="no-pretty-print" style="width:50%;">/nick <yournickname> 39 /msg nickserv register <password> <email></pre> 40 <p>Afterwards, when you connect, you'll need to supply a password:</p> 41 <pre class="no-pretty-print" style="width:50%;">/connect irc.freenode.net 42 /nick <yournickname> 43 /msg nickserv identify <password> 44 /join #android-dev</pre> 45 </li> 46 </ul> 47 48 <h3 id="twitter">Twitter</h3> 49 <p>You can follow us on Twitter at this account:</p> 50 51 <p style="margin-left:2em;"><a href="http://twitter.com/androiddev">http://twitter.com/androiddev</a></p> 52 53