Intent does not work in on click function -


i trying move 1 activity using intents. intent object fired on function not working application crashed whenever pushes button.

firstactivity class bt_open function

 public void bt_open(view v)     {          intent i= new intent(map.this,filechooser.class);         startactivity(i);    } 

have put filechooser activity in manifest.xml? every activity should defined in manifest.xml.


Comments

Popular posts from this blog

HTTP/1.0 407 Proxy Authentication Required PHP -

curl - PHP fsockopen help required -

c# - Resource not found error -