on click of a button i am launching googlemaps , on which the current
location of the user is present . But my application crashes each time i
click the button . Please help me solve this problem


public void launchmaps() {
        Intent i = new Intent(this,com.kaushik.android.ShowMap.class);
        Toast.makeText(getBaseContext(), "loading of  map under process...
 ",
                Toast.LENGTH_SHORT).show();
        startActivity(i);
    }
-- 
Thanks&Regards
Kaushik Pendurthi

http://kaushikpendurthi.blogspot.com/

-- 
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