What are the hot programming languages for today

Here is an easy to read report on which programming languages are now “hot” in the market for software developers: Don’t Rely On Salary Data To Pick A Programming Language To Learn – ReadWrite.

The pace of change in software development is rapid – popular languages today may already be fading.  Pay scales for some niche languages are very high (such as Ruby)- but the market opportunity might not be large or lengthy.

Web applications and mobile applications are the “hot” categories. Within those categories, there are a variety of currently popular software development tools:

Continue reading What are the hot programming languages for today

Facebook followers: Click on “Get Notifications” to stay up to date

Thank you to those that are following these updates via Facebook.

Facebook tries to automatically figure out what posts you read. But if you do not “like”, “click on”, share or comment on pages that you have “Liked”, Facebook removes those pages from your daily “newsfeed”!  And that means pages like the App Inventor 2 Tutorial gradually disappear from your FB newsfeed!

There are two ways to fix this defect in Facebook.

1.  To insure that updates are posted to your newsfeed, click on “Like” on the App Inventor 2 FB page and then click on “Get Notifications” in the drop down menu:

GetNotifications

You can change this setting at any time by visiting the App Inventor 2 page.

Continue reading Facebook followers: Click on “Get Notifications” to stay up to date

Use Projects | Checkpoint to save a “Snap shot” of your App Inventor project

Tip – Using Projects | Checkpoint

As we develop our app code, we occassionally make changes that do not work. Sometimes our programming breaks a working app! When that occurs, we wish we had saved an copy of the file so that we can return to the original code before we messed it up.

There are several ways to save a copy:

Continue reading Use Projects | Checkpoint to save a “Snap shot” of your App Inventor project

App Inventor Tutorial ebook now also available from Nook Books + others

You can support this tutorial effort by purchasing a copy of the e-book from any of the following e-book vendors – thank you for your help!

Sorry for the “spam” – this is to update the earlier post with the news that the ebook is now available from Nook Press. It took longer than expected for that version of the book to go live.

Just USD $2.99! Instant e-book delivery!

Available from

Changing an App Inventor button’s color continuously

How to implement a button that continuously changes color, as demonstrated in this video example:

The Designer View

Create a simple user interface with two buttons – one to start the color change and the other to stop the color changes. In the button properties, set the button shape to “oval”.

ButtonChangeColors3-Designer

 

Drag a clock component into the Designer – the Clock will appear as a non-visible component at the bottom of the Viewer.

Blocks Code

Continue reading Changing an App Inventor button’s color continuously

Learn to program with App Inventor