Re: [android-beginners] Re: Facing serious problem with static objects

2010-01-04 Thread swapnil kamble
Hi Alok, if your both activities are from part of a single application then why don't you simply create a common non-activity class with members as static and access them from wherever you want. On Sun, Jan 3, 2010 at 12:17 AM, Coco meli...@superliminal.com wrote: His code as given

[android-beginners] Observing User inactivity time and broadcasting intent after timeout

2009-12-13 Thread swapnil kamble
Hi, As in android, after inactvity of screen off timeout, android screen goes off. So here android itself uses some activity observer, to know whether user is currently active or not. I need not every keystroke or touch event with details, just knowing that user is active and getting a

[android-beginners] Receiving inactivity notifications in service from android

2009-11-25 Thread swapnil kamble
Hi, I want to launch an activity only when there is no activity on android till a particular a period of time. I know the timer value, and I want notification after inactivity timeout of timer value. Just like what windows provides, you set some timer value and system will be locked after that

[android-beginners] Blocking Window key shortcut when specific activity is running

2009-11-25 Thread swapnil kamble
Hi All, I want to block window key shortcut, which takes user back to home screen by suspending current activity. I want to block that, I want to eat up that key event. I also wrote onkeydown handler using which I could eat up all other keys, but this key event is not been received by

[android-beginners] Re: Support of JKS Keystore in Android

2009-11-13 Thread swapnil kamble
I got it working. I used KeyTool UIU app. Using it, worked smoothly. If anyone wants details how I did it, send me an email. I will document it and post it on list. Thanks, Swapnil On Fri, Nov 13, 2009 at 12:53 PM, swapnil kamble swap.kam...@gmail.comwrote: Hi, I am having Java SSL

[android-beginners] Support of JKS Keystore in Android

2009-11-12 Thread swapnil kamble
Hi, I am having Java SSL based server and I want to connect android SSL supported client to it. My keystore in Java is JKS, but android says no JKS implementation found. It supports BKS. Is there any way to have JKS support for android ? If not then how can use BKS in Java. I am trying using

Re: [android-beginners] Launch App on bootup?

2009-11-03 Thread swapnil kamble
I am also looking for same thing. Please let me know, if you get any information on this. Thanks, Swapnil On Tue, Nov 3, 2009 at 2:03 PM, Justin wenxinle...@gmail.com wrote: Hi all, I'm still a rookie here. I'm looking to write an application that sit in front of the home screen on boot up

[android-beginners] Viewing logs on native android

2009-11-03 Thread swapnil kamble
Hi All, As we see emulator's logs in logcat of eclipse. What is similar on native android to view these logs ? Thanks in advance -- ...Swapnil || Hare Krishna Hare Krishna Krishna Krishna Hare Hare || || Hare RamaHare Rama Rama RamaHare Hare || -- You received this

[android-beginners] how to set a shortcut key to launch an activity ?

2009-10-20 Thread swapnil kamble
Hello, how to set a shortcut key to launch an activity ? Lets say I have an app TestApp. I want to set a shortcut key (e.g alt + T ) to launch activity of TestApp. Is there any way to set such shortcuts to android apps ? Thanks in advance. -- ...Swapnil || Hare Krishna Hare Krishna Krishna

[android-beginners] Re: Is there a way to install LiveAndroid to PC permanently?

2009-09-06 Thread swapnil kamble
Hi, There is new installable iso available. You can download that from http://code.google.com/p/android-x86/downloads/list On Thu, Sep 3, 2009 at 11:32 PM, windrg windr...@gmail.com wrote: Hello, All? I'd like to see if there is a way to install LiveAndroid to PC permanently? Pls let

[android-beginners] Re: Making separate service app and separate activity app

2009-09-02 Thread swapnil kamble
On Wed, Sep 2, 2009 at 11:06 AM, swapnil kamble swap.kam...@gmail.comwrote: Hi All, I am new to android. I want to create a service, which will installed independently. And there will be multiple activity apps communicating with it, justlike doing IPC. I saw the DualSeviceClient

[android-beginners] Making separate service app and separate activity app

2009-09-02 Thread swapnil kamble
Hi All, I am new to android. I want to create a service, which will installed independently. And there will be multiple activity apps communicating with it, justlike doing IPC. I saw the DualSeviceClient sample which itself writes a service and communicates with it. But I want to run

[android-beginners] Camera Preview on Emulator

2009-08-11 Thread swapnil kamble
Hi, I want to preview my camera on emulator. I have also written small app for that. But it only show black and white squares and gray square moving. Does anybody has any idea about this ? Thanks in advance, Swapnil --~--~-~--~~~---~--~~ You received this message