[android-developers] Inter-activity communication in android

2011-07-29 Thread Aazim Lakhani
Hi Everyone, I am new to Android, so need to kind help ... its been said that activity of an Android app, say A can communicate with another activity of Android app, say B Now,suppose i'm a customer i have the app A on my mobile, but i don't have app B on my mobile ...

Re: [android-developers] Inter-activity communication in android

2011-07-29 Thread TreKing
On Fri, Jul 29, 2011 at 5:40 AM, Aazim Lakhani charismatic.aa...@gmail.comwrote: Now,suppose i'm a customer i have the app A on my mobile, but i don't have app B on my mobile ... Will the communication still take place between the 2 apps How would you communicate with an app that does

[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