[android-developers] Re: Enable / Disable android widgets runtime.

2009-09-23 Thread Dianne Hackborn
Yep. For the other part though you can use this to disable (make it as if it doesn't exist) and re-enable any component of your application, such as the receiver for the widget:

[android-developers] Re: How to save a canvas to disk

2009-09-23 Thread gjs
Hi, Have a look at - http://developer.android.com/reference/android/view/View.html#draw(android.graphics.Canvas) - create a new bitmap and a new canvas, associate the bitmap with this canvas and call view.draw( your_new_canvas ) - using your KidsPaintView view instance - then save the bitmap

[android-developers] Re: OpenGL and pause/resume

2009-09-23 Thread Guian
allright, I'll check that all. I think I reload my textures but I keep my old vertex buffer IDs... thx a lot! On 22 sep, 19:23, Robert Green rbgrn@gmail.com wrote: You can but you only need the callback information for knowing when the surface has been created/modified or destroyed.  The

[android-developers] How to use hardware acceleration in OpenGL ES

2009-09-23 Thread LemonDev
i draw a cube with two sides textured(320*430 png) and let it rotate between the two sides, but it's sad to get a 16 FPS on emulator and 9 FPS on the real phone. i don't known whether i have used the hardware acceleration on my phone. so i tried many parameters in OpenGLES ,finally i found i

[android-developers] Remote Interface - Parcelables problem...

2009-09-23 Thread Ne0
Been using remote interfaces for quite a while now, but the time has come to increase the amount of data i need to pass between processes. Following the Designing a Remote Interface using aidl examples/ tutorial i have had some success but have now come to a problem. My activity binds to my

[android-developers] Re: android SDK 1.5 where do i find the sqlite db file in my system

2009-09-23 Thread Mark Murphy
In android am using the SDK 1.5 am using the Database concepts to create the Sqlite Db file but i don't know where the file is stored. any one help me to find that Db file in my system please /data/data/your.package.here/databases (where your.package.here is the package that you declare in

[android-developers] Invitation to connect on LinkedIn

2009-09-23 Thread Sam Aldis
LinkedIn Sam Aldis requested to add you as a connection on LinkedIn: -- Michele, I'd like to add you to my professional network on LinkedIn. - Sam Accept invitation from Sam Aldis

[android-developers] Can we use gmaps in a commercial application?

2009-09-23 Thread adk
Hi *, We've read the Android Gmaps license but is not to clear whether we are allowed or not to use it for free in a commercial application. Do you have more details about this? Is it possible to use in a commercial application the Android Gmaps? Do we need to pay a fee for it? Any feedback is

[android-developers] Android as a virtual PBX

2009-09-23 Thread Masoom Alam
Can Android be used as Virtual PBX. This means that, it can work as a virtual attendant for playing specific music files, call fowarding, recording messages. SipDroid is already available but it is just a client soft phone. Regards, M Alam --~--~-~--~~~---~--~~

[android-developers] Re: Android as a virtual PBX

2009-09-23 Thread Roman ( T-Mobile USA)
Of course you could think of to run your Android device as a server like system, but be aware that in case of cellular you have to deal with NAT. This means all your clients have to know how to reach you. One possibility to deal with this problem would be to use a cloud service and notify the

[android-developers] Keystore tampered with or password incorrect

2009-09-23 Thread rde8026
Hello, I'm having an issue with my keystore. i crated it a while back and now I want to provide an update. I know I'm providing the correct password but I keep getting the error message that says the keystore has been tampered with or the password is incorrect... Is it possible to generate a

[android-developers] does android provides API for muiti tap?

2009-09-23 Thread and.pradeep
How to achieve multi tap for 3x4 virtual keyboard? Regards Pradeep --~--~-~--~~~---~--~~ 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] Re: Utility class for database query

2009-09-23 Thread Sudeep
Thanks Jefferey. I don't want to extend the android.database.* package but I just want to simplify it. The idea is to build a utility package to help developers for easier,faster and robust programming. On Sep 23, 7:00 pm, Jeffrey Blattman jeffrey.blatt...@gmail.com wrote: have you seen

[android-developers] Compile fails when using a method that is Since: API Level 3

2009-09-23 Thread skyhigh
I have an activity that needs to respond to DPAD key presses. I started by using the View.onKeyDown method to get the DPAD events, but found that sometimes they go to one of the views in the view hierarchy for the activity and so never get to the activity view. Looking through the documentation

[android-developers] Re: ListView....

2009-09-23 Thread amit
Does a Spinner take care of your requirement ? A spinner is not a scrollable list like a list activity but it does show you a drop down list. http://developer.android.com/guide/samples/ApiDemos/src/com/example/android/apis/view/Spinner1.html On Sep 22, 7:43 pm, furby wookie...@gmail.com

[android-developers] Re: does android provides API for muiti tap?

2009-09-23 Thread Dianne Hackborn
You can easily write an IME that does this. Start off with the SoftKeyboard sample code. On Wed, Sep 23, 2009 at 9:41 PM, and.pradeep and.prad...@gmail.com wrote: How to achieve multi tap for 3x4 virtual keyboard? Regards Pradeep -- Dianne Hackborn Android framework engineer

[android-developers] Re: Regarding Process Context

2009-09-23 Thread Dianne Hackborn
I think they are talking about modifying the platform (system service is the main process that runs the system services), in which case this should be moved to android-porting. Also processes do not have contexts, so if you post to android-porting it would be good to explain in more detail what

[android-developers] Re: HTC Magic Keyboard compatibility issue

2009-09-23 Thread Lee
Right... Having just finished up the code to make it a little more cross platform friendly here's what I needed to do to make it work nice: 1) Make the assumption that the keyboard isn't shown when the application starts (which seems to be generally true) 2) Look for size change notifications

[android-developers] Re: Zipalign utility not available in android 1.5_r3

2009-09-23 Thread javame_android
Hi, Is there anyone who can reply to this? Regards Sunil On Sep 23, 6:37 pm, javame_android su...@saltriver.com wrote: Hi, I have developed an application and want to sign it. After signing the application when I try to Align the final package with zipalign. But there's no file called