[android-developers] Issues while using putExtra

2008-12-17 Thread Ashok Kumar
Hi,I am trying to pass two variables from one screen (ContactsView.java )to second screen (NewContact.java) In ContactsView.java I am passing two values as shown below: static final String CONTACT_NAME = null; static final String CONTACT_PHONENUMBER = null;

[android-developers] Issues while using putExtra

2008-12-17 Thread Ashok Kumar
Hi,I am trying to pass two variables from one screen (ContactsView.java )to second screen (NewContact.java) In ContactsView.java I am passing two values as shown below: static final String CONTACT_NAME = null; static final String CONTACT_PHONENUMBER = null;