http://ai2.appinventor.mit.edu/
Let's Build an APP Hi-Lo A classic Number guessing GameInterface Customising: Notice, the components are in tabbed groups, they can be dragged and dropped into the screen, positioned crudely one above the other by default. If you want to ARRANGE components, you can use LAYOUT controllers to crudely position objects in tables and horizontal/vertical stacks (as I have done here) Renaming components makes programming easier. Some have been done for you, let's complete the process:
Now change display properties of each:
ADD a button at the bottom, rename it btnNEW and set it's .text to "New" Now let's DO SOME CODING |