[android-developers] Rendering Problem with GLSurfaceView

2012-01-20 Thread Thomas Fjellstrom
I've started on a little toy app to get familiar with working with OpenGL and Android, and I can't seem to get anything to display (other than the initial screen clear). I've pasted the relevant code here: http://pastebin.com/SpLJBfJ8 I can't figure out what I'm doing wrong. -- You received

Re: [android-developers] override home key

2012-01-20 Thread Rocky
check www.alltechsolution.wordpres.com On Fri, Jan 20, 2012 at 8:30 PM, Dhaval Varia dhavalkva...@gmail.comwrote: thanx sir On Jan 21, 2012 9:51 AM, Kumar Bibek coomar@gmail.com wrote: I am not sure about this, but I think it would work for you. When you press the Home button, there

[android-developers] Re: Regarding integration of ffmpeg libraries with android sdk

2012-01-20 Thread Himanshi Saxena
The platform is windows..please reply Thanks in advance. -- 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] override home key

2012-01-20 Thread Kristopher Micinski
That doesn't make sense... Every time the the user presses the home key you want to think you're in emergency mode? (By the way, you know that phones, at least in the US, do this already when you dial 911, I believe..) kris On Fri, Jan 20, 2012 at 11:04 PM, Dhaval Varia dhavalkva...@gmail.com

Re: [android-developers] Re: Restrict opening Settings application

2012-01-20 Thread Kristopher Micinski
You're talking about the fact that you don't want the user to reset your app from the settings app on the phone right? If this is the case then, no, you can't change the behavior of that app, so you'll just need to either get over it, or design your app to recover from the situations when its

[android-developers] Re: Rendering Problem with GLSurfaceView

2012-01-20 Thread Alexander Mikhnin
Check this tutorial http://developer.android.com/intl/zh-CN/resources/tutorials/opengl/opengl-es10.html In addition there is class RectF. And it is a bad idea to allocate objects in render method. Do you have calls to GLSurfaceView.onPause and GLSurfaceView.onResume in your Activty's onPause and

[android-developers] Re: Android webview retain form data when orientation changes

2012-01-20 Thread IndianDragon
Thanks for the reply. Actually Iam using fragment now for webview like you said. But I call the Fragment/webview class from Oncreate() in an Activity which extends FragmentActivity, which basically makes the purpose of me using fragment useless as when orientation changes the the Oncreate()

Re: [android-developers] Re: Copyright question: Can I remix a Final Fantasy song and use it in my game?

2012-01-20 Thread Jim Graham
On Fri, Jan 20, 2012 at 03:12:10PM +0100, Chihwah wrote: Op 20-1-2012 14:51, Jim Graham wrote: On Thu, Jan 19, 2012 at 12:50:30PM -0800, hzakimoto wrote: I'm also a musician. You've no doubt already done some composition, then, so why not just write your own? Or just ad lib. Either way,

[android-developers] Re: Android webview retain form data when orientation changes

2012-01-20 Thread IndianDragon
Thanks for your reply, but onRetainNonConfigurationInstance() was not helpful for my situation and a Fragement/Webview solution seemed better. So Iam working on a Fragment based webview for my issue. On Jan 20, 3:15 am, TreKing treking...@gmail.com wrote: On Wed, Jan 18, 2012 at 11:07 AM,

Re: [android-developers] Re: Rendering Problem with GLSurfaceView

2012-01-20 Thread Thomas Fjellstrom
On Sat Jan 21, 2012, Alexander Mikhnin wrote: Check this tutorial http://developer.android.com/intl/zh-CN/resources/tutorials/opengl/opengl-e s10.html In addition there is class RectF. I bet it doesn't come with a render() mehod ;) This code is really just a proof of concept to get the GL

Re: [android-developers] Re: Copyright question: Can I remix a Final Fantasy song and use it in my game?

2012-01-20 Thread Kristopher Micinski
I suspect that what happened was that he was using GMail and read a previous thread in the conversation to which he was replying, and *then* pushed reply, which automatically quotes the entire conversation and dumps you at the end of it, I occasionally do this and have to correct for it. kris On

[android-developers] Getting Blank page in WebView

2012-01-20 Thread Pawan
Hi, I am trying open twitter link : http://mobile.twitter.com/pawan_rathore88 in my activity. If I set WebViewClient to webview I am getting blank page. But when I load url without setting any webviewclient, it loads page properly. Does anyone have an idea what can be a problem. Following is

Re: [android-developers] Re: Copyright question: Can I remix a Final Fantasy song and use it in my game?

2012-01-20 Thread Jim Graham
On Sat, Jan 21, 2012 at 02:43:42AM -0500, Kristopher Micinski wrote: I suspect that what happened was that he was using GMail and read a previous thread in the conversation to which he was replying, and *then* pushed reply, That might work, except for one thing: it was a direct reply to my

<    1   2   3