summaryrefslogtreecommitdiffstats
path: root/docs/html/resources/community-more.jd
blob: 2be015a94676a56a7f7963ac5714742bcea9ec22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
community=true
page.title=IRC and Twitter
@jd:body

<p>In addition to the <a href="community-groups.html">Android developer groups</a>, you can also participate in the Android developer community through IRC, and you can also 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 &raquo;</a> for a helpful list of IRC clients. Alternatively, you could also use this <a href="http://java.freenode.net/index.php?channel=android-dev">web interface &raquo;</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>/nick &lt;yournickname&gt;
/msg nickserv register &lt;password&gt; &lt;email&gt;</code></pre>
<p>Afterwards, when you connect, you'll need to supply a password:</p>
<pre>/connect irc.freenode.net
/nick &lt;yournickname&gt;
/msg nickserv identify &lt;password&gt;
/join #android-dev</pre>
</li>
</ul>

<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>