[android-developers] Inter-activity communication

2009-11-13 Thread abhi
Hi, Currently, I am starting a Child activity from a Parent activity in the following manner: public class Parent extends Activity { private int message; public Parent() { message = 0; } @Override public void onCreate(Bundle savedInst

[android-developers] Re: ImageButton location

2009-11-12 Thread abhi
Never mind. I got it -- 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 android-developers+unsubscr...@googlegroups.com For

[android-developers] ImageButton location

2009-11-12 Thread abhi
I am trying to place two ImageButtons on an ImageView. I'm using RelativeLayout (also tried FrameLayout) in the XML file. But this just places the three elements (ImageButtons and ImageView) at location 0,0 at the top left corner even if I specify layout_marginLeft, layout_marginRight etc for the I

[android-developers] Re: Transfer file between phone

2009-11-09 Thread Abhi
identify each other? Thanks, Abhi On Nov 9, 1:59 pm, Abhi wrote: > Hi, > > I am trying to do a similar thing but not between two phones. I am > trying to accomplish wireless printing to my home wireless printer. > Could you please guide me through to the initial steps? >

[android-developers] Re: Transfer file between phone

2009-11-09 Thread Abhi
Hi, I am trying to do a similar thing but not between two phones. I am trying to accomplish wireless printing to my home wireless printer. Could you please guide me through to the initial steps? Thanks, Abhi On Nov 9, 1:50 pm, "Roman ( T-Mobile USA)" wrote: > You can write a ft

[android-developers] Re: Android 2.0 SDK is here!

2009-10-29 Thread Abhi
repository/repository.xml, reason: Connection timed out: connect". I tried all methods, using Eclipse, using command 'android.bat update sdk' and also directly running 'SDK Setup.exe'. Please help! I need to get this new SDK running ASAP. Thanks, Abhi On Oct 27, 12:45 pm, Xavie

[android-developers] Re: Activity blocks till service completes

2009-10-12 Thread abhi
ay want to consider just using IntentService to let it take > care of this for you: > > http://developer.android.com/reference/android/app/IntentService.html > > > > On Mon, Oct 12, 2009 at 11:19 AM, abhi wrote: > > > I created a new thread and tried starting the ser

[android-developers] Re: Activity blocks till service completes

2009-10-12 Thread abhi
; it publishes) happen on the main thread.  If you want to run on another > thread, you'll need to make it yourself. > > On Sat, Oct 10, 2009 at 1:21 AM, abhi wrote: > > > Hi, > > > I am starting a service from an activity. Once the services starts, > > the ca

[android-developers] Activity blocks till service completes

2009-10-11 Thread abhi
Hi, I am starting a service from an activity. Once the services starts, the calling activity loses focus and blocks till the service is completed. Why is this and is there a way around it to return the control to the calling activity while the service runs in the background? Thanks, --~--~-

[android-developers] Re: Switch case on String

2009-09-24 Thread Abhi
Ok. Thanks Felipe. I just figured that out. Regards, Abhi On Sep 24, 12:47 pm, Felipe Silveira wrote: > No, you can't. > > In Java we don't have switch with Strings. > > Regards, > > Felipe Silveira > > On Thu, Sep 24, 2009 at 11:56 AM, Abhi wrote:

[android-developers] Switch case on String

2009-09-24 Thread Abhi
Can I do a switch(String), case (compare with other string) and how? I am trying to compare string results and perform actions... Thanks, Abhi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Devel

[android-developers] Re: Picture in Picture Implementation

2009-09-17 Thread Abhi
Hi Landy, This is a great concept... I had this in mind too but got busy doing some other app. I will start to work on this app soon Abhi On Sep 7, 12:23 am, Landy wrote: > Hi all, > I am trying to implementPictureinPicture. I used a Frame layout for > two Video View and tried pl

[android-developers] Re: (unofficial) Bluetooth API v. 0.2

2009-09-15 Thread Abhi
Hi Stefano, All I am really knew to this... don;t even know how to add these new libraries into my Cupcake 1.5 to make use of Bluetooth API. Could you please guide me to a basic level of adding libraries and working with it? Thanks, Abhi On Sep 13, 9:44 am, Stefano Sanna wrote: > He

[android-developers] Re: Voice 2 text help

2009-09-10 Thread Abhi
e On Sep 10, 6:30 am, Lance Nanek wrote: > On Sep 8, 10:15 am, Abhi wrote: > > > I want to know if I can extract the text result on the list view and > > use it as a String further on? The part of code I am refering to is > > below where mList is defined as List

[android-developers] Re: Voice 2 text help

2009-09-09 Thread Abhi
Is there no one who could help me on this? Mark Murphy? On Sep 8, 10:15 am, Abhi wrote: > Hi guys, > > I have been trying to develop an app around the voice recognition > functionality of Cupcake. As a sample code, I used the > VoiceRecognition.java project available under A

[android-developers] Voice 2 text help

2009-09-08 Thread Abhi
(this, android.R.layout.simple_list_item_1, matches)); I want to use the result to be able to take further action. Thanks, Abhi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Re: Using an Android Phone as a Host Device

2009-09-02 Thread Abhi
share things. I am not a pro developer but I understand the technicalities and have some programming/developing background around embedded systems. Let me know. Thanks, Abhi On Aug 31, 3:37 am, Kit wrote: > Im trying to find out if it is possible to use an Android device (such > as the G

[android-developers] USB Host/Serial Port access

2009-09-02 Thread Abhi
a USB mass storage mode. What I want to know is if after this, I can read data from the frame or send data to it. I want to write an app that pulls data over USB and stores it into the phone memory. Can you guys suggest a way out? Thanks, Abhi --~--~-~--~~~---~--~

[android-developers] Bouncing ListView Effect

2009-08-31 Thread Abhi
Hi, I was interested in making a springy-bouncing effect for ListViews similar to one in iphone. I wanted to make sure about a few things before implementing it. 1). Does Android provide this feature somewhere in the new Donut version thats coming out?(so that i don't have to re-invent the whee

[android-developers] WifiReceiver not part of SDK 1.5???

2009-08-11 Thread Abhi
ace the part of code that has WifiReceiver in it with any of the existing classes. Thanks, Abhi --~--~-~--~~~---~--~~ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Develo

[android-developers] Capturing Hard key events on WidgetApp

2009-08-07 Thread Abhi
I am developing a widget for that i need to control some mmi using Hardware key...please let me know how can i capture hardware key events on widgetApp as it is controlled by Widgetprovider. If any body have any solution please let me know thanks Abhi

[android-developers] Shared memory in Android 1.5

2009-06-11 Thread Abhi
Hi All, Do we have shared memory IPC in Android 1.5 ? I heard that the functionality is removed. Pls let me know. Thanks, Abhijith K --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Develop

[android-developers] Invoking Java function via c

2009-06-01 Thread Abhi
Hi All, I have a java method Log_d: //JAVA public static void Log_d(String log){ RdcLog.d(log); } I'm trying to call it from "C" via JNI as follows: //C void LOGD(char* log) { jstring jStrLog = NULL; if(log != NULL) { jStrLog = (*javaEnv)->NewStringUTF(javaEnv

[android-developers] Re: Easy Eclipse Help?

2009-03-01 Thread abhi
to it and trying again.!! Regards, Abhi On Mar 1, 11:21 pm, Noam wrote: > Anyone? --~--~-~--~~~---~--~~ 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] How to set up a new PC in one easy session

2008-09-25 Thread abhi
Fellow ZDNet blogger Jason Perlow helped a friend and colleague buy a new PC and migrate her data and settings from the old machine (Windows XP) to the new one (Windows Vista). He documents the process in The New Adventures of Christine’s Old PC. I tip my hat to Jason for his dedication to a fr

<    1   2   3