Home | History | Annotate | Download | only in resources
      1 community=true
      2 page.title=IRC, G+, 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 &raquo;</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 &raquo;</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 &lt;yournickname&gt;
     39 /msg nickserv register &lt;password&gt; &lt;email&gt;</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 &lt;yournickname&gt;
     43 /msg nickserv identify &lt;password&gt;
     44 /join #android-dev</pre>
     45 </li>
     46 </ul>
     47 
     48 
     49 <h3 id="gplus">Google+</h3>
     50 <p>We use a Google+ page to host Hangouts for developers, talk about the latest
     51 releases, development and design tips, and much more.</p>
     52 
     53 <div style='margin-top:1em'><g:plus href='https://plus.google.com/108967384991768947849'
     54 size='badge'></g:plus></div>
     55 
     56 
     57 <h3 id="twitter">Twitter</h3>
     58 <p>You can follow us on Twitter at this account:</p>
     59 
     60 <p style="margin-left:2em;"><a href="http://twitter.com/androiddev">http://twitter.com/androiddev</a></p>
     61 
     62 <script type="text/javascript" src="https://plus.google.com/108967384991768947849"
     63 rel="publisher"></script>
     64 <script type="text/javascript">
     65 window.___gcfg = {lang: 'en'};
     66 (function() 
     67 {var po = document.createElement("script");
     68 po.type = "text/javascript"; po.async = true;po.src = "https://apis.google.com/js/plusone.js";
     69 var s = document.getElementsByTagName("script")[0];
     70 s.parentNode.insertBefore(po, s);
     71 })();</script>