70 likes | 240 Views
First App. Bhanu Kishan. Note. Before proceeding further, please go through the MIT App Inventor tutorials in Y outube for better understanding the slides. Connect Button - Events. ON/OFF Button - Events. Twitter events.
E N D
First App BhanuKishan
Note Before proceeding further, please go through the MIT App Inventor tutorials in Youtube for better understanding the slides.
Twitter events Clicking this button in the app will open up new window, asking for twitter log in) Check for your tweet in Twitter
If you want to build a Twitter application, Steps to have a Twitter application: Need a twitter account and open (https://apps.twitter.com/) Fill in the details below in the following webpage (https://apps.twitter.com/app/new) Submit the application. Now you have consumer key (API key) and Consumer Secret (APU Secret) Fill as in the Twitter properties tab shown Done. Any queries, feel free to contact via comments
SMS Events When “Send SMS” is clicked, first the app gets the phone number and Message from the Text boxes and calls the “Texting1” component to send the SMS. Last two boxes will clear the text box of phone number and Message after the click