-
Notifications
You must be signed in to change notification settings - Fork 642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to open a activity? #9
Comments
Simply implements the callback setOnItemClickedListener() and implements your startActivity() there. |
can you show me how, thank you.. |
|
am also interested in this question how can i make it click able to open a new activity |
you can try to use intent to open other activity |
i solved it by downloading a source code called protoshop and compared the programs and i resulted to this public class SatelliteMenuActivity extends Activity {
// Set from XML, possible to programmatically set
// items.add(new SatelliteMenuItem(5, R.drawable.sat_item));
} which works thanks that what i was asking for |
Hello thank you for sharing. I want to click on the icon button to open an Activity, how to modify or rewrite the method?
The text was updated successfully, but these errors were encountered: