blob: 9f16feaffbf2fab1c03e085b91903cbb30b4034f (
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 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://java.freenode.net/index.php?channel=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="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>
|