App Inventor2 Example Apps
Up one levelNow examples using App Inventor2
- Introduction to Variables — by Dr. William L. Honig — last modified 2014-06-02 07:49 PM
- Simple example from class with variables and lists (multi part variables). You can modify and try things from this starting point. What are the three things to know how to do with variables?
- Simple Multiple Screens — by Dr. William L. Honig — last modified 2014-06-14 03:13 PM
- App Inventor 2 has multiple screen all inside one app. Each screen has its own Designer and Blocks. NOTE: not working fully on emulator at this time (fine on devices)
- Sound and Video with Lists (ai2) — by Dr. William L. Honig — last modified 2014-08-14 06:10 PM
- Simple example of using media in App Inventor 2
- Persistent Data in TinyDB — by Dr. William L. Honig — last modified 2014-10-09 02:27 PM
- Compare and contrast using variables and using TinyDB. Learn about "tag - value" data base storage.