<div dir="ltr"><div>Dear Aunty Erlang List,</div><div><br></div><div>I would like to write a simple Android Application.</div><div><br></div><div>What I want to do is build an Android client running on my phone </div><div>
talking to an Erlang server running on my raspberry pi.</div><div><br></div><div>I know how to do the server bit on the raspberry pi, that's really really easy,</div><div style>but do not know how to do the Android bit.</div>
<div><br></div><div>Can anybody refer me to a simple( see footnote [1]) and *minimal* [2]</div><div>example code for Android that does (say) the following:</div><div><br></div><div>   - Puts a single button on the screen of my phone with the word "click"</div>
<div>   - When I press click sends a GET or POST request to a</div><div>     web server with a known IP address and port (this will be my</div><div>     raspberry pi)</div><div><br></div><div>[1] When I say *simple* I mean:</div>
<div><br></div><div>    - All the code is made in emacs by editing text files</div><div>    - There is a makefile</div><div>    - There are some instructions (that work) which tell me how to </div><div>      move the application from my development machine to my phone</div>
<div><br></div><div>What I do not want is:</div><div><br></div><div>    - flexible cross-platform responsive designs</div><div>    - integrated IDE cross-platform</div><div>    - no stupid IDE that asks me questions that I do not understand </div>
<div>    - one click deployment</div><div>    - powerful API with bells and whistles</div><div>    - built-in security, authentication ...</div><div>    - ... </div><div>    - designed for non-programmers</div><div>    - no programming necessary</div>
<div>    - make your first application and earn $$$ with one click</div><div>  </div><div>[2] Minimal means</div><div><br></div><div>    as few (text) files as possible - and *with* comments</div><div><br></div><div>I want the good old fashion hard method. Sweat blood to make it work,</div>
<div>"read and understand *every* line of code in every file" - no</div><div>dependence on libraries - write the code in emacs - automate with</div><div>"make."</div><div><br></div><div>I know I'm a Dinosaur, and I should use Eclipse, but I always get</div>
<div>stuck at the first question when it asks me questions that I do not understand.</div><div><br></div><div style>I am seeking enlightenment, not ease of programming.</div><div><br></div><div>Cheers</div><div><br></div>
<div>/Joe</div><div><br></div></div>