Sending a message to WhatsApp

WhatsApp is one of the hottest new apps this year. It lets you send messages to other WhatApp users via the net. It has over 500 million active users, with 700 million messages sent each day.

WhatsApp has an API, so you can hook it into your AppStudio app. It has two functions: open the WhatsApp app from your AppStudio App, and send a message to WhatsApp.

Here’s how our test app looks:
Screen Shot 2014-08-14 at 9.39.13 AM
Continue reading “Sending a message to WhatsApp”

Contest 2014 Results!

We’re pleased to announce the results of our fourth programming contest.

We had three categories: Business, Fun and Education. All registered NSB/AppStudio users were welcome to participate in the contest. Prizes were $100 USD in each category.

Judging was by NSB’s experts. All judging was arbitrary and final. We looked for quality, performance, ease of use, sophistication and overall coolness. Apps could be anything: Enterprise, business, commercial, education, games or even something whimsical.

All programs had to be created using NSB/AppStudio. Entries could be commercial, shareware or freeware, and for iPhone, iPad, Android or multiple platforms. Code could be written in JavaScript or Basic, HTML5 and css.

Without further ado, here are our winners: (full results are here)

Continue reading “Contest 2014 Results!”

AppStudio 4.1.5 released!

AppStudio 4.1.5 has been released. It includes a few bug fixes.

  1. Controls: AdSense – now gets added to project properly.
  2. Controls: Add Zoom capability to iScroll.
  3. Samples: Update ListWithScrolling sample.

AppStudio 4.1.4 released!

AppStudio 4.1.4 has been released. It includes a number of updates and bug fixes.

  1. Controls: TextBox – bottom property fixed.
  2. Controls: TextBox – Fix warning message from Safari.
  3. Deploy: Add new iOS splashscreen names to default configxml.
  4. IDE: Language files appear again.
  5. IDE: Language files updated.
  6. IDE: Now built with Python 2.7.8
  7. Runtime: iScroll updated to 5.1.2
  8. Runtime: jQuery Mobile updated to 1.4.3
  9. Runtime: PlaySound changed to work with older browsers
  10. Translator: Bug in InStr() fixed.
  11. Translator: Select Case and Dims function properly.

Using Pushwoosh to do Notifications

The Pushwoosh API lets you send notifications from your computer to your app running on the device. While your app is running, if a notification is received, a function in your app will be called with the contents of the notification. It can then take whatever action needed based on the incoming data.

Notifications are a way to send and receive messages from your device. They have the ability to be broadcast to large numbers of devices. For Android, Google Cloud Messaging is used. For iOS, it uses the Apple Push Notification Service.
Continue reading “Using Pushwoosh to do Notifications”

AppStudio 4.1.3 released!

AppStudio 4.1.3 has been released. It includes a number of updates and bug fixes.

A new feature is support for Notifications using Pushwoosh. Check out the Tech Note here:
http://wiki.nsbasic.com/Using_the_PhoneGap_API:_Pushwoosh

  1. Code Window: False negative syntax error on Style keyword fixed.
  2. Controls: Audio and Video now have file pickers.
  3. Controls: jQM Checkbox now ignores FastClick.
  4. Deploy: Now uses FastClick 1.0.2.
  5. Deploy: Prefix on apps deployed to nsbapp.com changed.
  6. Deploy: Signing certificate updated.
  7. IDE: Updated to Python 2.7.7
  8. Runtime: Order of hiddenfiles and extraheaders reversed.
  9. Samples: New Pushwoosh sample shows how to use notifications
  10. Translator: Improvements to Mod operator.

AppStudio Contest extended!

We had a few developers ask for more time to perfect their apps. No problem, we said: the deadline has been extended by two weeks, till Jun 23, 2014.

If you have already submitted your app, feel free to use the extra time to make it even better and resubmit.

Full details on this year’s contest are here.