In the next 2 parts of my App Inventor video tutorial I will take a step back and cover a bunch of topics in general. I’ll spend a lot of time showing how to use the App Inventor ActivityStarter. We’ll see how to open other App Inventor apps, browsers, email, Google Maps, YouTube and more.
I’ll also cover using lists, event handling, sliders, notifier, check boxes and much more. All the blocks I drew in the video follow below the video to help.
If you like videos like this it helps to tell Google Plus with a click here [googleplusone]
Blocks Used in the Video
Click the image below twice to view it full screen
Hello and thank u so much!!! But I would like to know a FREE and EASY way to create a game like do u think u could make a game \ app creator for the Google play store??
You’re very welcome 🙂 In my newest tutorials I’m covering App Inventor. It makes it pretty easy to make certain types of games and it is free. I’ll be exploring games in a big way very soon.
I’m pretty much looking forward to your game tutorial
It should start next month
I am making a personal app to record BP readings and having trouble understanding how to set up the interface. I want to display the results in a csv three column table with headings. Could you please make a video showing how to set this up and display it (and print or copy if possible). Your videos are much easier to understand than most and I would greatly appreciate your help in this.
Yes I’ll be doing a tutorial in which I show how everything in Tiny DB works. Thank you for the request 🙂
In my comment about setting up a CSV table I forgot to mention that I want to store the data in a tiny DB on my device. I can’t find any source on the net that goes into storing persistent data and displaying it in a table format. App inventor has the blocks for this but is it for fusion tables only?
I’ll make sure I cover that.
Hi, Is there a way to get the source code of the making an app with MIT App Inventor ?
I have the App Inventor Java code here. There are different tools you can use to generate the code. I’ll cover them asap.
Thank you!
You’re very welcome 🙂
I apparently have missed some of this video on how the slider works and the other components started in this video. I also saw that in the beginning of video 4 there are several more buttons that I didn’t see anything about in this video. Did I miss a 3.5 or something?
Nevermind. I was just incredibly impatient. Thanks for these they’re great.
Great I’m glad you like them 🙂
Hello Derek,
Thank you very much for your amazing tutorials! I have looked everywhere and your explanation along with your videos are absolutely the best!
I wanted to ask for a tutorial on how to add zoom/pinch ability when showing an image that is shown initially at 100%(a floorplan image) and allow user to zoom in for a better view. I tried using Webviewer but the image loads all the way zoomed (a letter on the map covers the whole screen).
Thank you very much!
You’re very welcome 🙂 Thank you for the compliment. As you’ll see by the end of this beginners tutorial you’ll actually know how to make Java Android apps. In my new Android tutorial I’ll definitely cover how to manipulate images.
you are an amazing. Thanks for the efforts you are putting to teach people.
Regards,
Khalid
Thank you very much Khalid 🙂
Hello, I have been watching some of your android tutorials and thought of one that could help me with this game I’m playing.
It’s one of those build/simulation games. I always run out of money to build stuff and to get money you have to keep coming back to the game and click a button to collect the coins after a certain amount of time. I wanted to build an app that will run in the background (so it runs while I have the game app open) and set a timer so that every # minutes or so it will perform a click event for me (to collect the coins).
It would help if you can make a tutorial for apps that can run while another program is open? Thank you!!
I’ll look into whether that can be automated, but I doubt that it can. It would cause a lot of security issues if an app could do that. For example your app could open PayPal and do all kinds of nasty things.
Oh I didn’t think about that. That makes sense. Thank you for replying!
Hello Derek,
I am writing a simple app that brings me to a webpage and I face a problem with the display. What should I do to accommodate the whole width of the webpage to fit into my screen, and how do I zoom in and out? Thanks in advance.
Hello Roger,
App Inventor will automatically scale depending on the screen resolution. Later in the tutorial I make a pretty complex interface for a weather app. Take a look at this Android weather app