I used intent to call class.
But i want to call the function.

Give some other idea to call function.

On Aug 28, 7:07 pm, ragavendran s <sraghav.ra...@gmail.com> wrote:
> I think u may use like this .......Intent to call another .java class
> if successs u reply to me.......thanks
>
>
>
> > weather.java
>
> > public class Weather extends Activity implements
> > Button.OnClickListener
> > {
>
> > Intent intent = new Intent(this, homepage.class);
> > startActivity(intent);
>
> > }
--~--~---------~--~----~------------~-------~--~----~
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to