[android-developers] Re: How to give a rubber-band/bounce effect to ListView (similar to iPhone)

2010-07-19 Thread UD
, nation-x shawn.payme...@gmail.com wrote: I adapted the dynamics tutorial available here to a custom listview... I don't think you can do it with a normal listview. http://blogs.sonyericsson.com/developerworld/category/tutorials/3d-list/ Shawn McAllister On Jul 17, 6:47 am, UD udayan.warne

[android-developers] How to give a rubber-band/bounce effect to ListView (similar to iPhone)

2010-07-17 Thread UD
Hi, I want a ListView to have rubber-band (or bounce) effect while scrolling. Just similar to iPhone lists. -- UD -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] Re: Android finishActivity()

2010-06-17 Thread UD
web upload? -- Regards, Udayan Warnekar Android Application Developer On Jun 17, 8:15 am, mike hasitharand...@gmail.com wrote: hi UD, thanks for your explanation. but this solution will not work for Blur Screen. i have tried it out before. if you starts Activity C (Blur Activity) like

[android-developers] Re: Android finishActivity()

2010-06-17 Thread UD
Hi Mike, I have mailed u a sample project. Check out and reply back in case of any issues. -- Regards, UD On Jun 17, 8:15 am, mike hasitharand...@gmail.com wrote: hi UD, thanks for your explanation. but this solution will not work for Blur Screen. i have tried it out before. if you

[android-developers] Re: Android finishActivity()

2010-06-16 Thread UD
Hi Mike, I would suggest a better approach for this. Firstly I will put your problem in my worlds what I understand: You have 3 Activities ActivityA, ActivityB, ActivityC. ActivityA is starting activity. Activities launch sequence is:- ActivityA --(On some

[android-developers] Re: Invalidate()?...

2009-12-04 Thread UD
Yes.. invalidate() will call onDraw() internally. -- Regards, Udayan Warnekar Android Application Developer On Dec 3, 4:12 pm, Sasikumar.S sasikumar.it1...@gmail.com wrote: Hi, Thanks for reply... It will refresh onDraw()? On Thu, Dec 3, 2009 at 4:28 PM, sathya subbiah

[android-developers] Re: How can we do TextView Justification

2009-12-04 Thread UD
Hi, Try using WebView instead of TextView. U can add text justification with help of CSS. -- Regards, Udayan Warnekar On Dec 3, 5:36 pm, Archana archana.14n...@gmail.com wrote: Please see this link ..here they are aligning the text i want same like this Check Full Text Search

[android-developers] TCP socket network problem

2009-11-05 Thread ud
I have made one client application for android. This application sends tcp data to another machine on a particular port. I am able to get the data on that machine. But when i am sending the tcp data from that machine back to the emulator, i am not able to get any data. I get Connection refused