Skip to content

pihouser/ptext

Repository files navigation

ptext

Perry Houser http://www.pihouser.com/ [email protected] (main contact) [email protected] (bugs, problems, comments, questions)

06/19/2014

Android Developer Tutorials T002:text with send button

Tutorial #2 for a simple text input and send button that displays user text on a new screen. From: http://developer.android.com/training/basics/firstapp/index.html

Notes: Had to alter tutorial (http://developer.android.com/training/basics/firstapp/starting-activity.html) where the tutorial calls for: public class MainActivity extends ActionBarActivity { public final static String EXTRA_MESSAGE = "com.example.myfirstapp.MESSAGE"; ... }

I used: extends Activity { ...

Keywords: linearLayout intent

About

T002:text with send button

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages