Re: [android-developers] notifyDataSetChanged() Is not refreshing ArrayAdapter

2012-01-12 Thread vandana toshniwal
once u decrease the count...also remove that from the array then call notifyDataSetChanged() On 12 January 2012 18:52, rachana govilkar rachana.govil...@gmail.comwrote: Hello all, I have 3 activities. 1.FriendsList 2.MessageList 3.DisplaySingleMessage. Now in FriendsList activity

Re: [android-developers] Need Help

2011-12-28 Thread vandana toshniwal
I have already given u the piece of code what else do u want? On 28 December 2011 13:10, chowdary nani naveenneeli...@gmail.com wrote: Hi, Thanks for replay will you please help me by brief example On Wed, Dec 28, 2011 at 12:47 PM, vandana toshniwal vandanatoshni...@gmail.com wrote

Re: [android-developers] Need Help

2011-12-27 Thread vandana toshniwal
hi create a custom textview and override the onDraw method. the code is as follows... *protected* *void* onDraw(Canvas canvas) { //This saves off the matrix that the canvas applies to draws, so it can be restored later. canvas.save(); //We need to rotate around the center of our text

Re: [android-developers] ListView scroll lag with images

2011-10-21 Thread vandana toshniwal
Using softreference for the bitmaps helps. On 19 October 2011 19:04, Sharief Shaik sharie...@gmail.com wrote: The images are read asynchronously already as shown in the above code. But the UI still freezes. When I disabled the line of code that fetches the image from SD card, the

[android-developers] unable to upload app to android market

2011-10-11 Thread vandana toshniwal
Hey i am not able to upload applications to android market. When i select the apk file and click upload. it does nothing and after 5 to 10mins i get an error message something went wrong. Please let me know what the problem could be. Regards Vandana Toshniwal -- You received this message

Re: [android-developers] Re: How to refresh sdcard?

2010-05-31 Thread vandana toshniwal
sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse(file://+ Environment.getExternalStorageDirectory(; On 31 May 2010 11:21, jp backstabber...@hotmail.com wrote: Hi vandana toshniwal thank for the fast reply. Do u have a example how to use ACTION_MEDIA_MOUNTED and specify

Re: [android-developers] How to refresh sdcard?

2010-05-30 Thread vandana toshniwal
hi just send a broadcast with action ACTION_MEDIA_MOUNTED and specify the SDCARD path Regards Vandana Toshniwal On 31 May 2010 09:28, jp backstabber...@hotmail.com wrote: is there a way to refesh sdcard without turning off the phone? -- You received this message because you are subscribed

Re: [android-developers] Re: Change color of progressbar

2010-04-23 Thread vandana toshniwal
well, i made changes to the drawables that this progress_indeterminate.xml uses, and included them in my projects drawables, but still no luck.. On 23 April 2010 10:37, Kumar Bibek coomar@gmail.com wrote: Well, I guess, there's just not a single file/image which you need to change.