Posts by Marcos MT6 • 25 points
3 posts
-
-6
votes1
answer700
viewsQ: Send data from a form by email
Ola would like to know how to send data from a form by email. and this form contains a profile image. example: photo profile: name: age: sex: after saving this data wanted to give a long click on…
-
0
votes1
answer51
viewsQ: I created a gridView. Now how do I call an input from the gridview icons?
Follow the code of gridview. It is in this same Activity that I want to call the actions of the grid. //Grid VIew...set grid view item Bitmap homeIcon =…
gridviewasked Marcos MT6 25 -
3
votes4
answers3938
viewsQ: How to open another Activity from a Navigation Drawer?
I need to call a Activity from an item of a navigation drawer. Anyone can help? These are the items I want to call for Activitys: public boolean onNavigationItemSelected(MenuItem item) { // Handle…