transforming an activity to a modal full screen dialog
Hi, I'm trying to start an activity, calling startActivityForResults(...) from a method which doesn't belong to the parent(the one who start the new one) activity, and make sure this method doesn't return a result before the child activity finish (providing the results). There is a simple way to transform this activity into modal one? or I have to
Informacja: 2010-03-10
Czytaj: transforming an activity to a modal full screen dialog
Re: OnClickListener in my ListView
Use onListItemClick(ListView list, View view,int position, long id) REgards, SREEHARI
Informacja: 2010-03-10
Czytaj: Re: OnClickListener in my ListView