[android-developers] NativeStart.java

2010-02-22 Thread Nasam
Anybody know where will i find implemetation( Native methods) for NativeStart.java -- 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

[android-developers] How to duplicate ActivityThread

2010-02-22 Thread Nasam
I want to create a new class ActivityThread1, which is same as ActivityThread and want to use new class instead of ActivityThread. How can i do this? Any help wold be appreciated. thanks in advance -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] two opengles package

2010-01-06 Thread Nasam
Why both javax.microedition.khronos.opengles and android.opengl are provided in android eventhough functionalities are same. -- 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@googlegroup

[android-developers] Context menu creation

2009-08-13 Thread Nasam
onCreateContextMenu(ContextMenu menu, View v, ContextMenu.ContextMenuInfo menuInfo) { openMenu(); } Any help regarding this would be appreciated Nasam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Creating file with rwxrwxrwx permission

2009-08-04 Thread Nasam
Hi I am trying to create a file with permission rwxrwxrwx at arbitarary location. I dont want to use openFileOutput() API since it creates file only under data/data/.../files folder and ../files folder is not having read permission for other applications. I want all directorries , files created t

[android-developers] TabActivity error

2009-07-22 Thread Nasam
Hi I am not able to use TabActivity. it is giving runtime error. Any help would be appreciated. thanks Nasam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

[android-developers] TabActivity

2009-07-22 Thread Nasam
Hi I am not able to use TabActivity . It is giving runtime error, please help me to resolve this namitha --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] animated GIF support

2009-04-27 Thread nasam
please help me to resolve this error --~--~-~--~~~---~--~~ 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,

[android-developers] partially updated frames problem

2009-04-26 Thread Nasam
BitmapDecode.java is an example to show animated GIF where all frames are fully updates. But if frames are partially updated(next frame is only the difference of prevoius frame) then this eaxmple shows only the first frame. How can i resolve this? thanks nasam

[android-developers] animated GIF support in android

2009-04-23 Thread Nasam
can i resolve this? thanks nasam --~--~-~--~~~---~--~~ 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 g

[android-developers] Re: animated GIF support in android

2009-04-23 Thread Nasam
. Is there any solution for correcting this? thanks NASAM On Apr 24, 9:25 am, Anonymous Anonymous wrote: > Is there anything in the roadmap(internal) to support this by default :D ? > > Thanks > > > > On Thu, Apr 23, 2009 at 11:52 PM, mathiastck wrote: > > > In Bi

[android-developers] animated GIF support in android

2009-04-22 Thread Nasam
hi Is animated GIF supported in android through SKIA library. I am not able to play animated GIF which is partially updated about each frame. thanks NASAM --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "An

[android-developers] how to pluging our own window manager

2009-02-18 Thread Nasam
hi I was going through the window manager of android. I wonder if is it possible to replace this window manger with out own window manger. Is this supported? what depencies are there for this? please answer this question if anybody knows thanks in advance NASAM