Hi,

I am new to android. I am trying to write a small application.
I have one screen(activity), on clicking it should open another screen
(activity). I am trying to use intents. But somehow my application is
not working.
I have a list of items for Tip calculator and Currency calculator
(using listView), on clicking on one item for Tip calculator, another
screen should open that has tip calculator screen. Where there are
buttons for entering the amount and percentage amount for tip.

I am writing the intent as the following in the Convertor
screen(activity):
 Intent intent = new Intent( Convertor.this,tip.class);
startActivity(intent);

Now I am not able to get what to be written for intent in the tip.
class,i.e., in another activity where the implementation for tip is
present.

Could anybody can help me?

Thanks in advance,

naina

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to