activitynotfound exception
hi, i am trying to implement this tutorial i found online: [link] i keep getting an error that the activity isn't found when i try to implement this intent. i have a button and when it is clicked it calls my MyPreferenceActivity
Informacja: 2010-03-10
Czytaj: activitynotfound exception
Tab widget first tab intent oncreate always called regardless we set tab2 as default tab
Following is the example of tabs with intent data. While debugging i found that always when first tab we add in tab host in our case following tab tabHost.addTab(tabHost.newTabS pec("tab1") .setIndicator("list") .setContent(new Intent(this, List1.class))); oncreate method of "List1" intent get called regardless it is our
Informacja: 2010-03-10
Czytaj: Tab widget first tab intent oncreate always called regardless we set tab2 as default tab