Quickly Build HTML5 and PhoneGap Mobile Apps

New Mobile Apps Builder documenation site

Posted: August 8th, 2011 | Author: | Filed under: Mobile Apps Builder | Tags: | No Comments »

As we continue to add new features to Tiggr Mobile Apps Builder, we have also launched a new help site: http://help.gotiggr.com. It has documentation, getting started guides, how-to’s, release notes and road map. It’s work in progress. If we are missing something, do let us know via email [email protected] or http://getsatisfaction.com/gotiggr.


New service editor, new jQuery Mobile theme editor, and new help site

Posted: August 3rd, 2011 | Author: | Filed under: Features, Mobile Apps Builder, New release | Tags: , , | 4 Comments »

Earlier this week we released Tiggr version 2.3.2. Most of the updates are for Mobile Apps Builder. There is a new services editor, new jQuery Mobile theme editor and we launched a new help site.

New services editor with test feature

New services editor is now easier to use, it clearly separates service setting (such as name, URL ) and service request parameters and response parameters into separate panels.

What’s really cool is that you can now test the service right from Tiggr. When entering the request parameters, there is a Test button. This allows you to check that the service works and what soft of output (JSON) is returned.

But, there is another very cool feature. Every service returns data and you need to define response parameters (which later can be mapped to components). Some services return many parameters and manually creating each parameter can be tedious. When you test the service there is Populate Response Button. When the button is clicked, all the output parameters from the service will be automatically created. Here is how it looks using Twitter’s search URL (http://search.twitter.com/search.json?q=html5):

Lastly, you can also paste the response from a service to auto create response parameters. This works sort of like an “echo” test. This is useful if you are not able to invoke the service but do know its response format. In Response Parameters panel, click Populate from Sample Response. Then, paste the response.

New jQuery Mobile theme editor

Mobile Apps Builder comes with 6 jQuery Mobile themes out-of-the-box. Now you can also create custom themes. To create one, in Project view, click Add > Theme. You will see the theme editor:

As you modify the theme (on the left), the phone on the right will instantly be updated with the changes.

New help site

We launched a new help and developers site: http://help.gotiggr.com. It’s still work in progress but do let us know if there is content you want us to add.


Build Your Mobile Apps in the Cloud With Tiggr - JavaLobby Q&A

Posted: July 21st, 2011 | Author: | Filed under: Articles, Mobile Apps Builder | Tags: , | No Comments »

Click to read: Tiggr Mobile Apps Builder - JavaLobby Q&A


Tiggr Mobile Apps Builder now with JSONP support

Posted: July 19th, 2011 | Author: | Filed under: Features, Mobile Apps Builder | Tags: , | 2 Comments »

If you worked with JSON, then you are aware of the cross-domain policy which prevents a script loaded from one domain, to invoke services from another domain. This means that the domain of the requested URL must be the same as the domain of the current page. A number of work around exists but one of the most popular once is using JSONP. JSONP allows a requesting URL from one domain to invoke a service from a different domain. Tiggr Mobile Apps Builder now supports JSONP. Why is this important? Well, it makes very simple to build and test mobile apps in Tiggr. Now a page can be loaded from abc.com domain and invoke a service from xyz.com. Most REST services today support JSONP.

To use JSONP is very simple. When defining REST service, select jsonp for Data Type:

JSONP support

Twitter Search App

Twitter Search App

To try this in action, try this Twitter Search app built in Tiggr.


Tiggr Mobile Apps Builder is now open to everyone

Posted: July 13th, 2011 | Author: | Filed under: Mobile Apps Builder, New release | Tags: , | 11 Comments »

(Cross-posted on Maxa blog)

Tiggr Mobiel Apps Builder

Twitter Search built with Mobile Apps Builder

After a short private beta we are happy to announced that Tiggr Mobile Apps Builder is now open to everyone. Now, the app is still beta and we have tons of features we are planning to add. So, just go to http://gotiggr.com and click on Sign Up Now for Mobile Apps Builder. Then try one of our getting started guides but first read this (we are adding more tutorials). It’s a 6-step guide on how to approach building mobile apps in Tiggr.

Need a particular feature, service or component? Tell us here: http://getsatisfaction.com/gotiggr.


Signing Up for the Tiggr Mobile Apps Builder Beta Is Easy

Posted: July 7th, 2011 | Author: | Filed under: Mobile Apps Builder | Tags: | No Comments »

(Cross-posted from the Exadel blog)

Today, we’ll be having a briefing for our beta users of Tiggr Mobile Apps Builder. Becoming a beta user and par­tic­i­pating in our com­mu­nity brief­ings is a great way to in­flu­ence and guide the de­vel­op­ment of a useful product and make it even more useful.

It’s easy to be­come a beta user. Here are three ways:

  1. If you don’t al­ready have a Tiggr ac­count, you can sign up right from the home page using the button in this block:

  2. When you sign up for any Tiggr Prototypes Builder plan and click on the ac­ti­va­tion link, you’ll be pre­sented this first time with a pop-​​up giving you an op­por­tu­nity to join the beta:

  3. If you al­ready have an ex­isting Tiggr ac­count, you can be­come a beta user by going to My Account and clicking on the sign-​​up button:

You’ll have a “pending” status at first, but you should only have to wait a few hours be­fore you be­come activated.


Creating input fields with HTML5 placeholder feature

Posted: July 1st, 2011 | Author: | Filed under: Features, Mobile Apps Builder, Prototypes Builder | Tags: , , | 1 Comment »

(Cross-posted on Maxa Blog)

HTML5 introduces a handy new feature for input elements. Using placeholder attribute, you can place a slightly greyed out label inside an input field. When you click on the field and enter text, the label clears. If you delete the input, the placeholder labels appears again. Here is an example (assuming you are using HTML5 complaint browser):

HTML5 code looks like this:

1
  <input type="text" placeholder="Enter something..."/>

You can do the same thing in Tiggr Prototype Builder or Mobile Apps Builder. Now, it involves a little trick but we will make it much simpler in the near future. Let’s say we start with a screen like this (editor view):

  1. Click the screen outside the phone area, switch to Events view
  2. Click Add Event and select Load
  3. Click the + sign to add an action and select Set HTML Attribute
  4. Component name: find the first input component. Its name should be set to something like ‘mobileinputtextX’ (unless you renamted it)
  5. Property name: placeholder
  6. Value: enter any text you want to see in inside the input
  7. Click OK
  8. Repeat the same for the second input component.
  9. Click Web Preview to view the app in Web browser
  10. To view on your phone, select Web Preview > Configure and select Anybody can view this project on the Web. The open the URL shown on your phone.

Try out this app or via QR code below:

Yes, it’s too many steps to add such functionality. It’s really just a workaround for now. We will make it possible to set any attributes from Properties view, without needing to add event and action.

Here is how it looks in a Web browser:


Mobile Apps Builder video tutorials are now available

Posted: June 21st, 2011 | Author: | Filed under: Mobile Apps Builder | Tags: | No Comments »

Last week we launched Tiggr Mobile Apps Builder beta program (you can sign up from at http://gotiggr.com). There are two Getting Started Guides available: Twitter Search and Weather Search and now you can also watch these cool videos!

Building Twitter Search App:

Building Weather Search App, Part 1/2:

Building Wether App Search, Part 2/2: