[android-developers] Re: Add Widget to Homscreen from activity Android

2012-05-16 Thread bhavani sankari
Thanks for your Reply.I understand that Homescreen run in separate process and my application runs in separate process, so it cannot access it resources.Is it possible use sharedUserId and signing with same certificate as Homescreen, allows my application to add widgets to Homescreen? Any other

[android-developers] Add Widget to Homscreen from activity Android

2012-05-15 Thread bhavani sankari
Hi All, I have added app widget to Application using AppWidgetManager.ACTION_APPWIDGET_PICK, which list Default Widget Picker Activity , choosing particular Widget and creating hostView for that widget and adding the hostview to my layout. Same way, Is it possible add widgets to Android

[android-developers] Set the Height and Width of GLSurfaceView

2011-11-16 Thread bhavani sankari
Hi All, I know it is possible to get height and Width of GLSurfaceView.Can we set the height and width of GLSurfaceView? Thanks, Bhavani -- 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] Set the Height and Width of GLSurfaceView

2011-11-16 Thread bhavani sankari
Hi All, I know it is possible to get height and Width of GLSurfaceView.Can we set the height and width of GLSurfaceView? Thanks, Bhavani -- 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] Problems with setting translucent theme for activity

2011-09-23 Thread bhavani sankari
Hi All, I have set translucent theme for Activity 1 through AndroidManifest.xml file activity android:name=.help.PresetSecondMessage android:theme=@android:style/ Theme.Translucent.NoTitleBar.Fullscreen /activity Activity 2 appears on top of Activity 1.But the buttons of

[android-developers] Setting Translucent Theme for activity

2011-09-22 Thread bhavani sankari
Hi all, I need clarification here, if I set Translucent Theme foractivity 2 and it appears on top of activity 1.Here views of activity 1 has actions... How is it possible?..or it is the default behaviour I supposed activity 1 views will be disabled but it didnt happen at reality Regards

[android-developers] Re: Zooming Layout

2011-09-07 Thread bhavani sankari
, Mark Murphy mmur...@commonsware.com wrote: On Fri, Aug 19, 2011 at 5:09 AM, bhavani sankari bhavani...@gmail.com wrote: I have a requirement to zoom entire Relative layout .I found zooming APIs only from Android 3.0 View.setPivotX(pivot.x); View.setPivotY(pivot.y); View.setScaleX(scaleX

[android-developers] Zooming Layout

2011-08-19 Thread bhavani sankari
Hi All, I have a requirement to zoom entire Relative layout .I found zooming APIs only from Android 3.0 View.setPivotX(pivot.x); View.setPivotY(pivot.y); View.setScaleX(scaleX); View.setScaleY(scaleY); We are currently working in Gingerbread.How to use these APIs in Gingerbread. Is it possible

[android-developers] popupwindow on onCreate()

2011-07-15 Thread bhavani sankari
Hi All, I am displaying a popwindow onCreate() of an Activity A.When launching Activity A from Activity B am getting this popupwindow?...I dont want this behaviour Any ideas? Regards Bhavani -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: About All apps Launcher Button

2011-07-01 Thread bhavani sankari
as the device's home screen (for firmware discussions, visithttp://source.android.com, as that is out of scope for this list). On Wed, Jun 29, 2011 at 10:04 AM, bhavani sankari bhavani...@gmail.com wrote: HiAll, I am developing a appilication for non phones.I have a requirement

[android-developers] Re: About All apps Launcher Button

2011-07-01 Thread bhavani sankari
To override default HomeScreen Is there any limitions on using widgets. In my splash activity i'm using Linearlayout,Textview, Image view only. But still not getting displayed properly. Please help On Jul 1, 2:47 pm, bhavani sankari bhavani...@gmail.com wrote: Thanks! I have stripped out all

[android-developers] About All apps Launcher Button

2011-06-29 Thread bhavani sankari
Hi All, I am developing a appilication for non phones.I have a requirement to skip All app Launcher Screen and to launch my application after bootup. How to achieve this? Thanks Bhavani -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: How to simulate 3D-rotation of irregular object using OpenGL in android?

2011-05-27 Thread bhavani sankari
Thank you! could you please provide sample for importing 3D objects in Android using this Blender tool? Bhavani On May 26, 5:58 pm, Nicholas Johnson metthejohn...@gmail.com wrote: This would not be relevant to Android, unless you're talking about how to import the object into memory. For

[android-developers] Re: How to simulate 3D-rotation of irregular object using OpenGL in android?

2011-05-26 Thread bhavani sankari
, bhavani sankari bhavani...@gmail.comwrote: Is it possible to achieve this kind of simulation through OpenGL for irregular objects? Of course - all you need is a point to rotate around, the shape of the object does not matter. Can you pls provide pointers or links? Take the cube example

[android-developers] How to simulate 3D-rotation of irregular object using OpenGL in android?

2011-05-25 Thread bhavani sankari
Hi, I'm new to Android as well the OpenGL Concepts. Referred to the example code for 3D-Cube rotation in ApiDemos. I have a requirement, where-in i need to simulate the 3D rotation of a irregular object [like Chair or a Doll or a car] as in the example given in ApiDemos for Cube 3D rotation.

[android-developers] About removing all android apps

2011-05-12 Thread bhavani sankari
Hi All, I've developed a android app for a device.I have built my app along with other apps of gingerbread in linux.Now what i want to do is, to keep my app alone and remove all other apps(calender,messaging.etc).how to achieve this? Any suggestions? Thanks Bhavani -- You received

[android-developers] About removing all android apps

2011-05-12 Thread bhavani sankari
Hi All, I've developed a android app for a device.I have built my app along with other apps of gingerbread in linux.Now what i want to do is, to keep my app alone and remove all other apps(calender,messaging.etc).how to achieve this? Any suggestions? Thanks Bhavani -- You received