b1560f2085
Change-Id: I400334fc1465b67ec34af2071a6cca5b6eda116f
71 lines
2.5 KiB
Plaintext
71 lines
2.5 KiB
Plaintext
community=true
|
|
page.title=IRC, G+, Twitter
|
|
@jd:body
|
|
|
|
<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>
|
|
|
|
<h3 id="irc">IRC</h3>
|
|
|
|
<p>Several IRC channels are available for discussions about developing Android applications.</p>
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Channel</th><th>Host</th><th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>#android</td>
|
|
<td>irc.freenode.net</td>
|
|
<td>General discussion about Android (and Android development).</td>
|
|
</tr>
|
|
<tr>
|
|
<td>#android-dev</td>
|
|
<td>irc.freenode.net</td>
|
|
<td>Discussion focused on developing Android apps.</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<p>If you haven't used IRC before, check <a
|
|
href="http://en.wikipedia.org/wiki/List_of_IRC_clients">http://en.wikipedia.org/wiki/
|
|
List_of_IRC_clients »</a> for a helpful list of IRC clients. Alternatively, you could also use
|
|
this <a href="http://webchat.freenode.net/?channels=android-dev">web interface »</a>, which
|
|
does not require any installation, to join discussions on the Android IRC channels. </p>
|
|
|
|
<p>Here are some tips for using IRC:</h4>
|
|
|
|
<ul>
|
|
<li>Set your nickname before you join the channel.</li>
|
|
<li>Registering your nickname prevents others from using your nickname or impersonating you later:
|
|
<pre class="no-pretty-print" style="width:50%;">/nick <yournickname>
|
|
/msg nickserv register <password> <email></pre>
|
|
<p>Afterwards, when you connect, you'll need to supply a password:</p>
|
|
<pre class="no-pretty-print" style="width:50%;">/connect irc.freenode.net
|
|
/nick <yournickname>
|
|
/msg nickserv identify <password>
|
|
/join #android-dev</pre>
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
<h3 id="gplus">Google+</h3>
|
|
<p>We use a Google+ page to host Hangouts for developers, talk about the latest
|
|
releases, development and design tips, and much more.</p>
|
|
|
|
<div style='margin-top:1em'><g:plus href='https://plus.google.com/108967384991768947849'
|
|
size='badge'></g:plus></div>
|
|
|
|
|
|
<h3 id="twitter">Twitter</h3>
|
|
<p>You can follow us on Twitter at this account:</p>
|
|
|
|
<p style="margin-left:2em;"><a href="http://twitter.com/androiddev">http://twitter.com/androiddev</a></p>
|
|
|
|
<script type="text/javascript" src="https://plus.google.com/108967384991768947849"
|
|
rel="publisher"></script>
|
|
<script type="text/javascript">
|
|
window.___gcfg = {lang: 'en'};
|
|
(function()
|
|
{var po = document.createElement("script");
|
|
po.type = "text/javascript"; po.async = true;po.src = "https://apis.google.com/js/plusone.js";
|
|
var s = document.getElementsByTagName("script")[0];
|
|
s.parentNode.insertBefore(po, s);
|
|
})();</script> |