[android-developers] Problem positionning the MediaController with setAnchorView

2013-10-10 Thread Jean-Luc TRESSET
Hello ! Since 24 hours I'm trying to set the Anchor view of my MediaControler without success. My VideoView is embedded in a bigger application but even with a very simple testing app I don't understand the problem. Here is the code of the onCreate of my testing activity : @Override

[android-developers] Re: java.lang.NoSuchMethodException: setCompatibilityInfo

2013-10-10 Thread Andrew Esh
It looks to me as though you are trying to use a version of CompatibilityInfo which existed as late as Android version 2.3.7-r1, but does not exist in 4.0.1-r1. The class is still there, but it no longer has a public method that takes just one argument. I am guessing that you are calling

[android-developers] How to display in HH:MM:SS

2013-10-10 Thread Abhilash Baddam
Hi, I am having two dates with times for example: String dateStart = 01/14/2012 09:30:55; String dateStop = 01/15/2012 18:25:54; SimpleDateFormat format = new SimpleDateFormat(MM/dd/ HH:mm:ss); Date d1 = null; Date d2 = null; d1 = format.parse(dateStart); d2 =

Re: [android-developers] How to display in HH:MM:SS

2013-10-10 Thread TreKing
On Thu, Oct 10, 2013 at 12:21 PM, Abhilash Baddam abhilash.androiddevelo...@gmail.com wrote: 33:05:01. How can I get in that format..? This has nothing to do with Android specifically, but ... just use another SimpleDateFormat ...

[android-developers] Finding Legal Fonts - best practices.

2013-10-10 Thread Nathan
I admit, I am a bit stumped about fonts. It seems to be a legal minefield. In this case, it is not a TextView, it is a game engine that can render TTF or bitmap fonts. I am not going to naively assume that any fonts I can find on my Windows or Mac are legal to redistribute. It appears that

Re: [android-developers] How to display in HH:MM:SS

2013-10-10 Thread Abhilash Baddam
Hi, I have tried but I am not getting in that format which I want On Thu, Oct 10, 2013 at 11:33 PM, TreKing treking...@gmail.com wrote: On Thu, Oct 10, 2013 at 12:21 PM, Abhilash Baddam abhilash.androiddevelo...@gmail.com wrote: 33:05:01. How can I get in that format..? This has

[android-developers] Re: Finding Legal Fonts - best practices.

2013-10-10 Thread Nobu Games
Google Fonts http://www.google.com/fonts is a great library of Open Source Fonts. On Thursday, October 10, 2013 1:13:46 PM UTC-5, Nathan wrote: I admit, I am a bit stumped about fonts. It seems to be a legal minefield. In this case, it is not a TextView, it is a game engine that can render

[android-developers] Re: How to display in HH:MM:SS

2013-10-10 Thread Nobu Games
Take a look at the DateUtilshttp://developer.android.com/reference/android/text/format/DateUtils.htmlclass. It provides various elapsed time and time range methods On Thursday, October 10, 2013 12:21:02 PM UTC-5, abhay_401 wrote: Hi, I am having two dates with times for example:

[android-developers] ViewPager fragment views data updating issue

2013-10-10 Thread asha b
Hi, ViewPager fragment is getting updated with next fragment view data on display. How to avoid it? Thanks -- 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

[android-developers] Activity partially offscreen

2013-10-10 Thread bob
Is there a way to push an activity to the right or left so that half of it is off the screen? Thanks. -- 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

Re: [android-developers] Activity partially offscreen

2013-10-10 Thread Siva Kumar
U can use dialog activity or fragments,etc On Oct 11, 2013 6:22 AM, bob b...@coolfone.net wrote: Is there a way to push an activity to the right or left so that half of it is off the screen? Thanks. -- You received this message because you are subscribed to the Google Groups Android