[android-developers] View animation cannot repeat

2014-04-06 Thread Booker
I have tried to load an animation xml to animate an ImageVIew. I set the animation to repeatMode RESERVE and set the repeat count to INFINITIE. However, it just stops after the it completes. My animation is below, I just want the view to go from left to right and then come back to left

[android-developers] Re: View animation cannot repeat

2014-04-06 Thread Booker
For more information: My imageview go from left to right and I want to come back from right to left. However, it just go back to the original position instantly. On Sunday, 6 April 2014 22:28:19 UTC+8, Booker wrote: I have tried to load an animation xml to animate an ImageVIew. I set the

[android-developers] Re: Does Android OS have APIs to support VoLTE (VoIP) call application?

2014-04-06 Thread Guru Prasad
Bo zhaobopku at gmail.com writes: Hi : I want to develop a VoLTE call application.  However, I did not find any information about which android API I can use to develop it. May I know if Android OS have APIs to support VoLTE (VoIP) call application? Thank you! Hi, Even I

Re: [android-developers] Re: Does Android OS have APIs to support VoLTE (VoIP) call application?

2014-04-06 Thread Massimo Messore
I don't think Android comes with a specific API for this purpose. You can try using an open source third party library like this: http://code.google.com/p/doubango/ Best Regards. Massimo Il 07/apr/2014 07:04 Guru Prasad r.gurupra...@globaledgesoft.com ha scritto: Bo zhaobopku at gmail.com