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

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -