[android-developers] Re: Problem while applying custome theme.

2011-10-17 Thread gyanu maharjan
If you want your style to be used as theme ,you have to put your style in theme.xml not style.xml.This you can find developer's guide also. On Oct 17, 6:30 pm, Amit magic.man.a...@gmail.com wrote: I have a PreferenceActivity which displays items in a list view. I applied theme as Theme.Dialog

Re: [android-developers] Re: Video in WebView

2011-10-09 Thread gyanu maharjan
check this.. http://stackoverflow.com/questions/4810421/open-video-player-in-webview On Sun, Oct 9, 2011 at 1:46 PM, Siva Prakash siva.yuvan2...@gmail.comwrote: Yes I want to play a video from You tube or from another HTML file. On Sun, Oct 9, 2011 at 1:22 PM, Efi Merdler-Kravitz

Re: [android-developers] Re: Database cursor as null

2011-10-09 Thread gyanu maharjan
hi , i have solved similar problem.i have a list generated from the phone contact and on the top of populated list view i have added text field and search button so the user can search from the populated list.You and my fuction seems similar i.e list view Since i am using list view i used cursor

Re: [android-developers] help for listview?

2011-05-18 Thread gyanu maharjan
case R.id.btnsearch: ListNameValuePair nameValues=new ArrayListNameValuePair(); nameValues.add(new BasicNameValuePair(t, edittext.getText().toString())); nameValues.add(new BasicNameValuePair(p,1)); String