[android-developers] Re: Linkify

2016-06-16 Thread Ansh
What about sending attachments with the email ? On Sunday, 31 October 2010 03:25:21 UTC+5:30, Priyank wrote: > > Hi, > > I am stuck at a place when I was using Linkify to create Link an email > id to the Android email app. > > I have a large sentence in a textview which has an email id. On >

[android-developers] WebView's size issue when Orientation changes

2013-09-06 Thread Ansh
Please help me on this http://stackoverflow.com/questions/18655827/webview-orientation-change-issue -- 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 To unsubscribe from

[android-developers] Fetching email ids to which user has sent email

2013-08-10 Thread Ansh
I am working on an App where i want to open a mail client and allow user to enter mail ids to send mail.Once User clicks on send button mail should be sent and return back to the my app with all the mail ids i have sent mail to. I have done everything but i don't know how i can get the

[android-developers] Issue regarding Device screen resolutions

2013-06-07 Thread Ansh
I have created 2 layout folders under res/layout 1) layout-hdpi-960x540 and 2) layout-sw360dp the first folder i have created for motorola razr devices for the resolution of 960x540 devices. and the second folder i am using for google nexus device. Now the problem i am facing is that the

[android-developers] Changing width of TabIndicator in View Pager

2013-04-17 Thread Ansh
Hi guys , I want to reduce the width of the tabIndicator of the StripTabTitle in view pager. Here is the detailshttp://stackoverflow.com/questions/16037137/changing-width-of-tabindicator-in-view-pager.Please help. -- -- You received this message because you are subscribed to the Google

[android-developers] showing more than three PagerTabStrip in ViewPager at a time

2013-04-15 Thread Ansh
am using a ViewPager in which I am able to have 3 PagerTabStrip. But I want to have more than 3, maybe 4 or 5. I tried using setTextSpacing() but that didn't work. There is no direct option also to have some a some amount of PaperTitleStrip. Any Suggestions how can we implement the same. --

[android-developers] Re: showing more than three PagerTabStrip in ViewPager at a time

2013-04-15 Thread Ansh
your own from scratch, shouldn't be that hard either) On Monday, April 15, 2013 10:32:11 AM UTC+3, Ansh wrote: am using a ViewPager in which I am able to have 3 PagerTabStrip. But I want to have more than 3, maybe 4 or 5. I tried using setTextSpacing() but that didn't work

[android-developers] Over scroll behavior of an ExpandableListView

2013-04-02 Thread Ansh
I have implemented overscroll feature on ExpandableListView using this LINKhttp://jasonfry.co.uk/blog/android-overscroll-revisited/ and i can only see over scrolling behavior of List when i expand any child of the group in the ExpandableListView. I want it to over scroll the list if it is

[android-developers] Re: Over scroll behavior of an ExpandableListView

2013-04-02 Thread Ansh
UTC+5:30, Ansh wrote: I have implemented overscroll feature on ExpandableListView using this LINK http://jasonfry.co.uk/blog/android-overscroll-revisited/ and i can only see over scrolling behavior of List when i expand any child of the group in the ExpandableListView. I want it to over

[android-developers] Re: Translate Animation doesn't work with samsung's S3

2013-03-22 Thread Ansh
This has been fixed see my comment in the same stackoverflow link. On Friday, 22 March 2013 11:28:00 UTC+5:30, Ansh wrote: Hi guys , i am doing translate animation where i need to move my view( which is at the center of the screen ,but not exactly ) upward so that it can fit

[android-developers] Translate Animation doesn't work with samsung's S3

2013-03-21 Thread Ansh
Hi guys , i am doing translate animation where i need to move my view( which is at the center of the screen ,but not exactly ) upward so that it can fit to the container placed 9dp from top.I have figured it out that if i translate view from 0%p to 52%p it will exactly fit the in the container

[android-developers] Re: Animating the ExpandableListView

2013-03-19 Thread Ansh
I am also looking for the solution please respond anyone with solution.But Don't give solution using simpleListView. On Friday, 17 September 2010 13:06:48 UTC+5:30, Kumar Bibek wrote: Hi All, Is it possible to animate the expanding and collapsing of the groups in a ExpandableListView. I

[android-developers] Issue with SetCustomAnimations in fragments

2013-03-12 Thread Ansh
Hi Guys I am having issue with the CustomAnimations setting while fragments are being replaced. here is the detailed questionhttp://stackoverflow.com/questions/15362137/facing-issue-with-setcustomanimations-while-replacing-fragments Please help me as it has already eaten my whole day --

[android-developers] Re: Customizing progress Dialogs

2013-03-03 Thread Ansh
Thanks buddy On Wednesday, February 13, 2013 11:07:04 AM UTC+5:30, ravi . wrote: You can use ProgressBar widget. It will show only spinner -- -- 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] Re: Changing Radio stations through headphones

2013-03-03 Thread Ansh
Thanks Manish i ll try it out and get back with the result On Saturday, March 2, 2013 6:25:24 PM UTC+5:30, manish pathak wrote: Yes ansh , you can do it by easily by java code... following link will help you http://stackoverflow.com/questions/6287116/android-registering-a-headset-button

[android-developers] Re: Changing Radio stations through headphones

2013-03-03 Thread Ansh
I got an answer -NOT POSSIBLE with the link http://stackoverflow.com/questions/7567489/fm-radio-app-to-change-the-radio-station-from-the-handsfree Guys do u agree with that? On Wednesday, February 6, 2013 1:06:57 PM UTC+5:30, Ansh wrote: Hi Guys , I am an android developer developing apps

[android-developers] Customizing progress Dialogs

2013-02-12 Thread Ansh
Hi Guys , I want to customize the progress dialog for my app.I want to show only spinner spinning without the black background.I have googled a lot but nothings seems to be working.Please tell me how can i achieve that effect. -- -- You received this message because you are subscribed to

[android-developers] Changing Radio stations through headphones

2013-02-05 Thread Ansh
Hi Guys , I am an android developer developing apps for 2 yrs.I am having HTC one v and when i listens to radio and want to change the station i need to change it through my phone's radio app.I need to know if i can do it via headset directly with the hardware button on the headset like some

[android-developers] Re: Click events doesn't work on a button after Animation

2013-01-26 Thread Ansh
Hey guys , Please help me , i have still not found the solution. On Tuesday, 22 January 2013 17:57:32 UTC+5:30, Ansh wrote: Hi guys , i am facing a weird problem.I have a layout and there is a button inside that layout.On clicking of the button i need to translate that layout towards up

Re: [android-developers] Click events doesn't work on a button after Animation

2013-01-23 Thread Ansh
Hi Blake / Mark, I chose Mark's second option and yes i got the flash effect at the end.But as you say that move the view before animation , but I am calculating the views position at the end of animation and moving the layout.If i move the view before animation how would i suppose to find the

Re: [android-developers] Click events doesn't work on a button after Animation

2013-01-23 Thread Ansh
solution so that i can make the animation smooth? * On Thursday, 24 January 2013 10:31:04 UTC+5:30, Ansh wrote: Hi Blake / Mark, I chose Mark's second option and yes i got the flash effect at the end.But as you say that move the view before animation , but I am calculating the views position

[android-developers] Click events doesn't work on a button after Animation

2013-01-22 Thread Ansh
Hi guys , i am facing a weird problem.I have a layout and there is a button inside that layout.On clicking of the button i need to translate that layout towards up say for example 30%.I am able to achieve this but when animation ends i loose click event on the button which a very weird and

Re: [android-developers] Click events doesn't work on a button after Animation

2013-01-22 Thread Ansh
with setFillAfter(true), but instead attach an AnimationListener that will adjust the layout so the widget is in its new position when the animation ends On Tue, Jan 22, 2013 at 7:27 AM, Ansh youra...@gmail.com javascript: wrote: Hi guys , i am facing a weird problem.I have a layout

[android-developers] Re: Animations in the list view

2013-01-17 Thread Ansh
://youtu.be/BrIJ-1HblIY On Thursday, 17 January 2013 13:59:16 UTC+5:30, skink wrote: On 12 Sty, 19:40, Ansh yourans...@gmail.com wrote: Hi guys I am new to animation in android.I am trying to translate childitem/ of a listview.First child view should translate from middle to top

[android-developers] Re: Animations in the list view

2013-01-17 Thread Ansh
Yes i took help from your code.The popup which is floating upwards is a layout of the same type as the layout being used for the ListView. On Thursday, 17 January 2013 18:00:22 UTC+5:30, skink wrote: Ansh wrote: Hats off to you man ...you are a life saver. Although the animation

[android-developers] Re: Animations in the list view

2013-01-17 Thread Ansh
sure dude ,i ll share the link of my blog once i finish with this On Thursday, 17 January 2013 18:26:46 UTC+5:30, skink wrote: Ansh wrote: Yes i took help from your code.The popup which is floating upwards is a layout of the same type as the layout being used for the ListView

[android-developers] Re: Animations in the list view

2013-01-16 Thread Ansh
need the notifyDatasetChanged(). On Tuesday, January 15, 2013 4:14:52 AM UTC-5, Ansh wrote: Hi Nick , Thanks a lot for your reply. I did the same you suggested but it had revealed few issues: after implementing all three steps and when i did below step also *- After the animations have

[android-developers] Re: Animations in the list view

2013-01-15 Thread Ansh
the appearance you want. Judging from the neutral background and lack of row dividers I'm guessing whoever wrote the sample behind your youtube example did something similar. Best, Nick On Monday, January 14, 2013 3:16:59 AM UTC-5, Ansh wrote: I have tried one way of doing this kind

[android-developers] Re: Animations in the list view

2013-01-14 Thread Ansh
should be visible but what happening is list1 is not getting gone it still be there because of the bug when we use fillAfter = true and fillEnabled=true.How can i make my list1 visibility to gone ? On Sunday, 13 January 2013 00:10:47 UTC+5:30, Ansh wrote: Hi guys I am new to animation

[android-developers] Re: Animations in the list view

2013-01-13 Thread Ansh
invalidate your listadapter in order to make that work. This might turn out to be a pretty wasteful approach!) On Saturday, January 12, 2013 12:40:47 PM UTC-6, Ansh wrote: Hi guys I am new to animation in android.I am trying to translate childitem/ of a listview.First child view

[android-developers] Animations in the list view

2013-01-12 Thread Ansh
Hi guys I am new to animation in android.I am trying to translate childitem/ of a listview.First child view should translate from middle to top of the list and the list should also slide down during the translate animation and make the space of the view being translated.Please help me guys as

[android-developers] Galaxy S3, a rotation animation is shown when going from a normal portrait activity to camera activity and coming back.

2012-12-27 Thread Ansh
Hi guys, In my app i am trying to take a pic from camera and displaying it in the imageview.Everything works fine but when i took pic from samsung galaxy s3 , it changed the orientation and displays the camera activity andonActivity result it displayed the pic in the imageView but in a

[android-developers] Adding more functionality to the notification bar

2012-10-11 Thread Ansh
Hi I want to know how can i modify the behavior of the notifications of in the notification bar.Say for example if i have got a msg it shows me in the notification bar and when i scroll the notification bar and when i click on the msg icon it navigates me to the msg app to show the msg.I

Re: [android-developers] Adding more functionality to the notification bar

2012-10-11 Thread Ansh
Thanks for replying On Thursday, 11 October 2012 16:14:39 UTC+5:30, Mark Murphy (a Commons Guy) wrote: On Thu, Oct 11, 2012 at 6:19 AM, Ansh youra...@gmail.com javascript: wrote: I want to do something on the long press of the notification. How can i achieve the functionality

[android-developers] Re: startActivityForResult() from service

2012-10-11 Thread Ansh
Hi Archana You can't do startActivityForResults in the service. I guess you want to do something after user has enabled the bluetooth from the setting.For this to achieve what you can do is write your code on OnResume checking the status of the bluettoth if it's not then navigate user to the

[android-developers] Re: startActivityForResult() from service

2012-10-11 Thread Ansh
On Thursday, 11 October 2012 17:43:02 UTC+5:30, Archana wrote: Hi, I have defined a service. I need to call startActivityForResult(intent,REQUEST_CODE) from this. I saw http://stackoverflow.com/questions/3448485/startactivityforresult-from-a-service But can someone explain me?

[android-developers] READING A FILE FROM INTERNAL MEMORY

2012-08-15 Thread Ansh
Hi all, My client has a requirement of reading a file from apps private space. A file that can be a doc/pdf/txt file, has to be read from my apps internal memory with the permissions like read or read write.And i have to open that file from the third party app.i have that it is not possible

[android-developers] VIDEO PLAYER Problem

2011-04-15 Thread Ansh
Other recipients: hey i m new to android and when i m trying to play a video file using the below code i m having the proble m tht its not forwading (buffering is not being done)the video.and it is displying the first scene only. HERE IS THE CODE: package com.examples; import

[android-developers] media player

2011-04-15 Thread Ansh
hey i m new to android and when i m trying to play a video file using the below code i m having the proble m tht its not forwading (buffering is not being done)the video.and it is displying the first scene only. HERE IS THE CODE: package com.examples; import java.io.InputStream; import