[android-developers] Re: error while calling an activity from another activity

2010-04-04 Thread AJ
> Code is:- > public class Pwaclient extends Activity { > public void onCreate(final Bundle savedInstanceState) { > super.onCreate(savedInstanceState); > Intent i=new Intent(v.getContext(),Album.class); > What is this v in [(v.getContext()] ? Try "this" Thanks, AJ -- You received this messag

[android-developers] Re: error while calling an activity from another activity

2010-04-04 Thread Kumar Bibek
This log doesn't have enough info on the error. Please post the whole log so that people can get the actual error here. Thanks and Regards, Kumar Bibek On Apr 4, 11:56 pm, anushree wrote: > me and my partners are working on developing a pwa client for android > Am gettin an error while callin an