Re: [android-developers] Focus problem with Option menu

2013-08-12 Thread Daniele Renda
Ah ok. Thanks so much. I'll check if this can be a existing bug! Thanks! 2013/8/11 TreKing > > On Sun, Aug 11, 2013 at 12:00 PM, Daniele Renda > wrote: > >> Hi Treking, >> why do you say this? > > > Oh, sorry, I was thinking about the old-school menu that was hidden and > exposed via the Menu

[android-developers] SurfaceView crash in 4.3 - SurfaceHolder.unlockCanvasAndPost(canvas) IllegalArgumentException

2013-08-12 Thread Trev16v
Hi Group, There is currently an open issue tracker that reports an apparent bug in Android 4.3 which results in application crashes when SurfaceView is used. The tracker is here: http://code.google.com/p/android/issues/detail?id=58385 I've found that this situation causes my own application to

[android-developers] Object animator with finger swipe.

2013-08-12 Thread SonyPhoneGuy
I am sure this specific question should have been asked a number of times, but I just cant find a clear response anywhere... I have created a setup such as to flip two views using object animator... It exactly like this example here... http://developer.android.com/training/animation/cardflip.ht

[android-developers] Set Buffer Time In Android Media Player

2013-08-12 Thread deepak
I am trying to live stream from my ipCamera to android phone using Wowza. I am able to view the video but the video is buffering after every 15 seconds and then it plays faster for sometime and then again buffers.Is there any options in the Media Player where by i can change this buffer time?

[android-developers] Camera + GLSurfaceView frame rate

2013-08-12 Thread Miles Egan
I've set up a very minimal app that captures video frames from the camera and dumps them directly to a GLSurfaceView via a SurfaceTexture. This works fine but the frame rate is poor on both a Galaxy S3 and a Nexus 4. In the latter case I can't get better than about 10fps even when I don't do an

[android-developers] Tab Host with fragment

2013-08-12 Thread Arun Kumar K
Hi guys, How to start fragment from tab activity... -- *Regards* *Arun* -- 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 this group, send email to

Re: [android-developers] Add new view to appwidget with customizable layout position and size

2013-08-12 Thread Jose_GD
It seems he's trying to let users define what views should the appwidget include, like UCCW. In a truly dynamic way, not views defined in XML. El viernes, 9 de agosto de 2013 21:23:36 UTC-3, TreKing escribió: > > > On Fri, Aug 9, 2013 at 9:30 AM, Vasily Laushkin > > > wrote: > >> I know that I

[android-developers] Re: Tab Host with fragment

2013-08-12 Thread Shadab Khatib
Hello, What are you exactly trying to accomplish? Do you want to have Swipe Views or open different activity from the tabs? On Monday, 12 August 2013 16:38:01 UTC+5:30, Arun Kumar K wrote: > > > Hi guys, > > How to start fragment from tab activity... > -- > *Regards* > *Arun* > > -- You rec

[android-developers] Re: Focus problem with Option menu

2013-08-12 Thread Shadab Khatib
Hello, If you want the menu to be access available to the user as long as the app is up, then you can have it as an actionbar item instead of as the menu option. You can view it via a simple icon or show/hide it depending upon the room on the user interface. On Thursday, 8 August 2013 15:20:2

[android-developers] Re: How do I flip images?

2013-08-12 Thread Shadab Khatib
Hello, For starters you can have a look at the Screen Slides methodology using ViewPager for Screen Slides. You can find the documentation for it in the link below http://developer.android.com/training/animation/screen-slide.html Hope it solves some part of your query. Thank You On Thursday, 8 Au

[android-developers] “State storing” clarification (Android)

2013-08-12 Thread nish1013
I have read many questions and explanation on how to manage state in Android apps. I would like to get more clear definition based on concrete use cases , private ArrayList mHistory = new ArrayList(); 1) mHistory should be retained only in single activity ( answer:: Bundle ??) 2) mHistory s

[android-developers] Re: keep alive xmpp connection

2013-08-12 Thread hardik shah
I am facing same problem . i am using xmpp/openfire. if you solved den can you share your code ?? On Friday, October 22, 2010 5:42:45 PM UTC+5:30, Jey wrote: > > Hi all, > >is there any way to keep my connection alive when the > screen goes off ? my xmpp connection is disconn

Re: [android-developers] SurfaceView crash in 4.3 - SurfaceHolder.unlockCanvasAndPost(canvas) IllegalArgumentException

2013-08-12 Thread Romain Guy
> with perhaps a low-FPS View-based renderer as a fall-back from SurfaceView, so at least 4.3 users can use > the application, albeit with poor user experience. Since the Canvas used by Views is hardware accelerated and since redraws are v-sync'd you may actually get better framerate. -- Romain

Re: [android-developers] Re: How do I flip images?

2013-08-12 Thread N. Paudyal
Hey, yes, this does help a little. It doesnt allow flexiblity with regards to animations though, for example, I cant do the flip like here... http://developer.android.com/training/animation/cardflip.html with the finger... On Mon, Aug 12, 2013 at 3:05 PM, Shadab Khatib wrote: > Hello, > For sta

Re: [android-developers] SurfaceView crash in 4.3 - SurfaceHolder.unlockCanvasAndPost(canvas) IllegalArgumentException

2013-08-12 Thread Cory.Trese
An improved framerate would be a good topic for a blog post aimed at everyone who is using SurfaceViews today. However, it would be best to focus on the poster's question about http://code.google.com/p/android/issues/detail?id=58385 So, this is a bug in 4.3 that impacts a widely used Android co

[android-developers] Webscokets

2013-08-12 Thread Gink Labrev
Hello everyone. Does Android implement the Java API for WebSocket (JSR-356) ? http://docs.oracle.com/javaee/7/tutorial/doc/websocket.htm http://jcp.org/aboutJava/communityprocess/final/jsr356/index.html If not, is there a component that allows to use Websockets in Android ? Regards, -- You re

Re: [android-developers] Webscokets

2013-08-12 Thread Kristopher Micinski
Not in the SDK to my knowledge. But what are you trying to do? There are a lot of third party providers that offer good / sane Android alternatives to Websockets, depending on your use case. Kris On Mon, Aug 12, 2013 at 2:21 PM, Gink Labrev wrote: > Hello everyone. > > Does Android implement

[android-developers] Admob in a View

2013-08-12 Thread shiva pendem
Hi, I am working on a game with a view, i would like to display ads after completion of each level, but i don't know how to display ads in view, Can any one please send me the sample source to display ads in view to pendem.shiv...@gmail.com, Thanks Shiva Shankar -- You received this message

[android-developers] Re: Admob in a View

2013-08-12 Thread Nobu Games
I guess you are talking about interstitial ads. They are also sometimes called full screen ads: https://developers.google.com/mobile-ads-sdk/docs/admob/advanced On Monday, August 12, 2013 3:08:16 PM UTC-5, shiva pendem wrote: > > Hi, > > I am working on a game with a view, i would like to displa

Re: [android-developers] Admob in a View

2013-08-12 Thread TreKing
On Mon, Aug 12, 2013 at 3:08 PM, shiva pendem wrote: > but i don't know how to display ads in view, > This is one of the most common things to do in Android. Have you done * anything* to solve this problem for yourself yet? Read some documentation? Did some Googling? Wrote some code? ---

[android-developers] OpenGL ES 1.1 with alpha channel

2013-08-12 Thread Nobu Games
I have a problem with setting up OpenGL ES 1.1 with alpha channel support. First of all: I need an alpha channel within OpenGL ES for performing alpha masking and blending effects. My game uses a texture with alpha channel for masking another texture. This only happens to work when I initialize

Re: [android-developers] Need help setting table column width

2013-08-12 Thread TreKing
On Mon, Aug 12, 2013 at 9:37 PM, Salil wrote: > I want to get the first column shrink to fit to the text size. And what have you tried? - TreKing

[android-developers] k

2013-08-12 Thread linzhao3
Sent from my iPhone -- 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 this group, send email to android-developers+unsubscr...@googlegroups.com For

Re: [android-developers] Need help setting table column width

2013-08-12 Thread Salil
TreKing Thanks for responding I think I didn't understand your question correctly. the project file is attached. The following is what I am doing. int result_str_size = 5; for ( int i=0 ; i< result_str_size; i++) { TableRow tr = new