Hi! I watched Professor David Wolber's video on YouTube about making NoteTaker app.
There is a block called Call text make text, but i can't find it. Where did i can find that block?
Welcome @radityaaw21 You are building an old Classic App Inventor app (this is the tutorial http://www.appinventor.org/content/videosAI1/intermediate/noteTaker ). Classic App Inventor uses Blocks which do not exist in App Inventor 2. The tutorial is out of date.
The Call text make text block 'equivalent' in App Inventor 2 is
Here is probably the equivalent app coded in App Inventor 2 http://www.appinventor.org/apps2/noteTaker/NoteTaker.pdf and a little more complex but should be easier for you to build rather than follow an obsolete example of coding.
Here are some resources to help you learn to use the AI2 tools. A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook http://www.appinventor.org/book2 ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.
There is a free programming course here http://www.appinventor.org/content/CourseInABox/Intro and the aia files for the projects in the book are here: http://www.appinventor.org/bookFiles
How to do a lot of basic things with App Inventor are described here: http://www.appinventor.org/content/howDoYou/eventHandling .
Also look here http://kio4.com/appinventor/index.htm and here http://www.imagnity.com/tutorial-index/ for more tutorials.
Learn about components http://ai2.appinventor.mit.edu/reference/components/
and visit the Library http://appinventor.mit.edu/explore/library Help>Library on the MENU
Thank you very much!
Is it possible to put any language you want?
AI2 supports UTF-8, which should include all the symbols you want.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.