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

PHP Error "Undefined index" -

C# List<> to xml -

php - How to only save new tweets/instagram photos to database? -