Re: [android-developers] User Registration using CouchDB

2012-05-09 Thread Jason Teagle
This is the code for registration class, when I click register button nothing happens. Please help so that I can do this.. Take a look at the code you have in the click handler you added (near the beginning) to the button. This click handler is near the bottom of the file: @Override public

Re: [android-developers] User Registration using CouchDB

2012-05-09 Thread Samboga
import android.app.Activity; import android.app.ProgressDialog; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; import android.util.Log; import android.view.View; import android.view.View.OnClickListener; import andr

Re: [android-developers] User Registration using CouchDB

2012-05-09 Thread sourabh sahu
Please share full code, otherwise nobody will help you. On Tue, May 8, 2012 at 2:44 PM, Samboga wrote: > 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

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