[android-developers] Android Studio not connecting to websocket endpoint

2014-12-10 Thread Samboga
Hi everyone I am a beginner in the android sphere I have been using android studio for a couple of months now after moving from eclipse. How I setup my environment is that I run my backend service using netbeans 8.0.1 and glassfish 4.1 the service is using websockets, I have done a service pre

[android-developers] Display Chart using achartengine on actionbarsherlock

2013-07-09 Thread Samboga
Hello All I have been trying to display a bar chart using fragments with actionBar sherlock. http://pastebin.com/DxZE3Nms - fragment http://pastebin.com/msnXZBfF - xml layout http://pastebin.com/MbwaNuKv - mainactivity When I try to run the mainactivity I only get a textView and a blank screen

Re: [android-developers] User Registration using CouchDB

2012-05-09 Thread Samboga
$username) { EditText passwordEditText = (EditText) findViewById(R.id.txtpass); passwordEditText.setText($username); } } This is the code for registration class, when I click register button nothing happens. Please help so that I can do this.. On Wednesday, May 9, 2012 10:42:03 AM UTC+2, sour

[android-developers] User Registration using CouchDB

2012-05-09 Thread Samboga
I am trying to do a user registration form on Android using CouchDB on localhost I want to accomplish the basics of a registration which are in my case FULL NAME, EMAIL AND PASSWORD, I am new to android and I am not sure how to go about it. I have installed CouchDB on my localhost at port 5984.