hi all how to implement coding for get email id’s from contacts and get phone no from contacts show me the way to overcome from this problem
note: class doesn’t have extends Activity and oncreate() method also so kindly help me to go forward
hi all how to implement coding for get email id’s from contacts and get
Share
Your class doesnot have extends Activity or onCreate() method. So pass the context parameter from the class which extends Activity to this class.
sudo code
here Class B does not extends Activity.
But write the following method to gwt contacts and email id in class B
Write two bean class
EmailBean
ContactNumberBean