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
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
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
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.
4 matches
Mail list logo