Quickly Build HTML5 and PhoneGap Mobile Apps

New Features In Tiggzi - You Can Be Mobile In Minutes [Webinar recording]

Posted: June 18th, 2012 | Author: | Filed under: Events, Features, Webinar | Tags: , , | No Comments »

Check out other Tiggzi videos.


Tiggzi Coverage in Mashable

Posted: June 15th, 2012 | Author: | Filed under: Articles | Tags: | No Comments »

Tiggzi Mashable coverage:

Also check out recent Tiggzi coverage by TechCrunch and Technorati.


Tiggzi At AT&T Mobile App Hackathon, NxNE Interactive Festival, In Toronto

Posted: June 15th, 2012 | Author: | Filed under: Events | Tags: | No Comments »

Today and tomorrow Tiggzi will be at the AT&T Mobile App Hackathon, NxNE Interactive Festival, in Toronto.


Tiggzi Coverage In TechCrunch And Technorati

Posted: June 13th, 2012 | Author: | Filed under: Articles | Tags: | No Comments »

Tiggzi was covered by two very popular technology sites:


AT&T mHealth API Plug-in Is Now Available

Posted: June 8th, 2012 | Author: | Filed under: API, Features, Plugin | Tags: , , | No Comments »

In addition to AT&T SMS API Plug-in, we just made available AT&T mHealth API Plug-in in Tiggzi app builder.

mHealth gives you control over your health and wellness data and makes that data more accessible than ever before. With a rich ecosystem of supported devices and applications, mHealth enables you to manage your personal health and wellness from the palm of your hand, anytime, anywhere

Source: https://mhealth.att.com/what

In addition to REST services, the plug-in has two pages. On the first page there is a button to connect to mHealth. When you click on the button, mHealth login page will be opened. Once you login, you will be redirected back to the app and shown the second page. On the second page a simply REST service is invoked showing to what data access is available. The plug-in is set up with three scopes (/read/health/data/fitbit /read/health/data/poke /health/read/user). mHealth docs shows more available scopes.

To add the plug-in to your app:

  1. Create a new app, make sure to create Mobile App (not Mobile Web)
  2. Inside the builder, click on the “blocks” button in Projects view:
  3. Select Fitness category, then check the plug-in
  4. Click Import selected plugins. You will be prompted to enter the client_id and client_secret information. This information can be obtained from mHealth app settings. You may skip it and enter it later
  5. Enjoy the plug-in!

The plug-in is just in time for AT&T Education Hackathon happening today and tomorrow in Palo Alto, CA. Tiggzi team will be there.


Using MongoLab with Exadel’s Tiggzi cloud-based mobile application builder

Posted: June 7th, 2012 | Author: | Filed under: API, Articles | Tags: , | No Comments »

Check out this really nice blog/tutorial on how to use Tiggzi to build a mobile app connected to cloud-based MongoDB, written by Ben Wen from MongoLab.


The New Paradigm: Cloud Services, Cloud Tools [Article]

Posted: June 5th, 2012 | Author: | Filed under: API, Articles, HTML5, iOS, JavaScript, jQuery Mobile, PhoneGap, Windows Phone | Tags: , , , , , , | No Comments »

Cloud Services

In the past year or so, we have witnessed a major shift from client-server to client-cloud. This shift is primarily fueled by two factors: mobile devices exceeding desktop computers and the thousands of different APIs available on the Internet today. What started in early 2000 on eBay and Amazon has become a real revolution in 2012 with thousands of companies, from Twitter and Facebook to AT&T, offering cloud-based services.

REST API
One of the most common ways to access private or public service APIs is via REST requests.

In the client-server approach an organization builds applications that consume its own internal content and resources. However, even large IT organizations such as AT&T, Verizon and Amazon have come to realize that they are no match for the social consumer and social enterprise developers out there. By making APIs publicly available, these organizations hope that developers and “citizen developers” will come and build applications and mobile apps on top of their services.

Citizen developers at work
Analysts at Gartner see a trend toward app creation independent of IT. They predict that by 2014, citizen developers – employees outside of IT and software development – will build 25% of new business applications. In 2007, they built less than 5%.

One of the best-known API success stories comes from Amazon: Its cloud service APIs let outsiders access the company’s massive data centers. Twitter, with its deceptively simple 140-character message model, exploded thanks to its API. In fact, you probably read and write tweets via a Twitter application or mobile app rather than going directly to Twitter’s Web site. Facebook’s Graph API has spawned a whole industry of apps to support its hundreds of millions of users.

Continue reading


Tiggzi App Builder Upgrades To jQuery Mobile 1.1, Now You Can Also Set Any Component Property

Posted: May 30th, 2012 | Author: | Filed under: Features, jQuery Mobile | Tags: , | No Comments »

In our May release we upgraded to jQuery Mobile 1.1. This means that the app that you build in Tiggzi is using jQuery Mobile version 1.1. You can always check the version by going to Project view > Projects > Project Profile > Built-in resources:

As you probably know you get jQuery Mobile components in Tiggzi, plus some HTML5 components such as audio, video. There is also Google Maps component. Every jQuery Mobile component comes properties that can be configured. When building an app int Tiggzi, you simply select the component and can see all the properties which can be configured in the Properties view:

For some UI components, not all available properties are available in Properties view. For such cases, Tiggzi comes with a special More Properties button (at the very end):

Via More Properties, you can add any attributes supported by the selected component. In fact, you are not limited to just setting properties which are not exposed in Properties view, you can set any properties. For example, adding these two properties:

will result in this:

Have fun building apps, you now get the full power of jQuery Mobile.


AT&T SMS API Plug-in Is Now Available

Posted: May 30th, 2012 | Author: | Filed under: API, Plugin | Tags: , | No Comments »

Last week we published the first public Plug-in that allows to send SMS messages via AT&T SMS API. The plug-in also comes with a sample app that you can try. The only thing you need to do is provide your AT&T app information.

There are two ways to import the plugin. You can add the plugin when a new app is created or import into already existing app.

Adding to a new app

  1. From Apps page, click Start Now
  2. Click App Builder > Go
  3. Click Mobile App > Start Now
  4. Select Blank Mobile App template, click Next
  5. Enter app name and click Add Plugins
  6. Select Communication/AT&T SMS
  7. Click Create Project With Select Plugins
  8. As AT&T API requires authentication, you can optionally enter all the information here:

    This information can be found in AT&T app settings. If you don’t enter the information during this step, you can enter it by going to Project > ServiceSettings after the app has been created
  9. That’s it, the app is created with the AT&T SMS plugin:

Adding to an existing app

  1. If you have an existing app, from Projects view click the block icon (to the right of Create New… button)

  2. Then select the plugin:
  3. Click Import Select Plugins and you are done

That’s it. We will be adding more plug-ins very soon.


Building Mobile Apps with the WAC API and Tiggzi Mobile App Builder [Webinar recording]

Posted: May 29th, 2012 | Author: | Filed under: API, Events, Webinar | Tags: , , | No Comments »