with Tags:
mobile
X

InboxStyle Notifications in Android
Table of Contents Overview Worklight Project Update application-descriptor.xml Update main.js Update main.css Update index.html Android Project Update wlclient.properties Create NotificationType.java Create MyNotificationQueue.java Update GCMIntentService.java Update PushApp.java GCM Payload Sample Final Product Overview In this tutorial we are overriding the default Worklight implementation for push notifications in Android; this implementation requires android support library v4 android-support-v4.jar . The end result will be a hybrid... [More]
Tags:  notifications android hybrid mobile mobilefirst worklight push |
Native iOS and Android Worklight apps in C# using Xamarin
You want to build Worklight apps in C# that run natively on Android and iOS? We got you covered! Today we make the unified C# API for Xamarin developers available on the Xamarin Component store. By adding the IBM MobileFirst Xamarin Component to the Android and iOS projects in your Xamarin IDE, you can get started on creating apps in C# that run natively on the device. The main page of this component provides you all the details. The sample app that showcases the IBM MobileFirst API in a Xamarin C# app. The... [More]
Tags:  worklight api mobile xamarin c# |
IBM Worklight Foundation v6.1.0.2 Fixpack now available
IBM Worklight V6.1 Fixpack 2 (6.1.0.2) is now available. Fixpacks are cumulative, so all current fixes as well as previous fixes from 6.1 and 6.1.0.1 are included. If you have the Worklight Consumer edition or Enterprise edition , you can download the fixpack from FixCentral and follow the instructions to upgrade. If you have the Developer Edition, you can upgrade via Eclipse Marketplace from within your local eclipse installation. Some helpful links: Fix List: http://www.ibm.com/support/docview.wss?uid=swg27041452 What is new in... [More]
Tags:  worklight mobile |
JSONStore performance
JSONStore is a lightweight, document-oriented storage system that is included as a feature of IBM® Worklight Foundation, and enables persistent storage of JSON documents. Documents in an application are available in JSONStore even when the device that is running the application is offline. This persistent, always-available storage can be useful for customers, employees, or partners, to give them access to documents when, for example, there is no network connection to the device. For more general information regarding JSONStore, see the user... [More]
Tags:  android ios 8 jsonstore windows mobile performance worklight phone |
Installing worklight android apk files into BlackBerry 10.2.1
Blackberry’s 10.2.1 release delivered a number of enhancements to BB devices. A key enhancement is the support for Android APKs. Users can download an APK file from the web, BB OS will automatically convert this APK into a BAR file, which can be installed on the device. You can find 10.2.1 release notes here - https://developer.blackberry.com/android/documentation/bb_runtime_release_notes_nitr_10-2-x.html Worklight developers who have already developed Android applications (APK) can follow the steps below to run the same Android apps on... [More]
Tags:  10.2.1 worklight android mobile blackberrry apk |
Native UI in a Hybrid Application with Worklight 6.2
Worklight Action Sender: A tutorial on adding a native header into hybrid mobile app I keep seeing the same question repeatedly asked and answered on forums across the internet: if Worklight uses Cordova, why would I develop my hybrid apps with Worklight instead of just using Cordova? And what is the difference between the two? Worklight as a product provides a large number of features, so a response to this question will naturally be very detailed. As a developer however, I'd like to focus on a new feature of Worklight 6.2 that... [More]
Tags:  ios mobile worklight android |
Integrating a Worklight-based iOS app with Xcode Storyboard
For some development scenarios that require integration with lots of native screens and code, using storyboards can be very helpful. In this blog post we'll explain how to take a Worklight-based Xcode project, which by default does not utilize the Xcode storyboard, and integrate them to work in tandem. What is Xcode Storyboard? Storyboards were introduced back in Xcode 4.2 : In Xcode 4.2, the Interface Builder user interface for iOS app UI design is based on using storyboards, that is, images of view controllers populated with user... [More]
Tags:  storyboard mobile xcode worklight |
Offline Patterns
Introduction During the course of this article you will be presented with three different offline patterns. These are commonly used to create working offline scenarios for mobile applications. The first pattern will take the naive approach of porting an existing application to mobile as-is. The second one will be focused around caching in order to make the application more responsive. The final one is centered around selectiveness to create a personalized offline experience. Before diving into the patterns, we'll go over some of the reasons... [More]
Tags:  offline design mobile ux android mobilefirst user-experience jsonstore ios worklight design-patterns |
Developing Windows Mobile 6.5 applications using Worklight
Overview IBM Worklight is an open and advanced mobile application platform for developing, running and managing HTML5, hybrid and native applications for smartphones such as, iOS, Android, Windows Phone, Blackberry as well as feature phones such as Java ME phones. While smartphone adoption is ramping up at an exponential rate, there are organizations that still run applications on older operating systems, such as, Java ME (J2ME) as well as Windows Mobile 6.5 phones. These devices will take some time to be replaced with newer and faster devices.... [More]
Tags:  windows mobile wince worklight |
Push Notifications with IBM Worklight
IBM Worklight comes with built in push support for iOS and Android. This walkthrough should assist in the required set up for this. For the purposes of demonstrating push notifications, we will use the sample code provided by IBM. You can download this from here - look for the "Push Notifications" topic, and download the sample code: 1. Once this code has been downloaded, import it into Eclipse. 2. You should now see the sample project: 3. To get this project working with push... [More]
Tags:  adapter push mobile worklight ios android |
Using Cordova plugins in Worklight: Native barcode scanning for iOS
Abstract Worklight allows us to create hybrid apps, using modern web technology to create most of our UI elements and logic, whilst still offering the ability to drop down to native code for either UI or logic when necessary. One easy way of stepping down to native code is by using Cordova plugins. In this walkthough, you'll create a Worklight application which can scan barcodes using the camera on an iOS device. Prereqs Worklight Studio a Mac with Xcode iOS Developer Program access Clone the BarcodeScanner github repository This... [More]
Tags:  xcode worklight native mobile ios cordova |
Using IBM Worklight HTTP Adapters with XML Services
Abstract When developing mobile applications with Worklight, adapters provide a robust and powerful way of interacting with backend services within your SOA. When writing your client code in JavaScript, adapters are easy to invoke via the WL.Client.invokeProcedure command. Worklight includes four types of adapters: SQL, HTTP, Cast Iron and JMS. If your use case isn't covered by one of those, you can you can easily write a custom Java adapter . Pre-reqs Work through Andy's excellent post about Using IBM Worklight HTTP Adapters with REST/JSON... [More]
Tags:  worklight xml transformation adapter mobile |
Try this technique for building enterprise Worklight apps with Dojo Toolkit
From talking to customers and my colleagues at IBM, I've gained some insight into how people are using the Dojo tools provided in IBM Worklight Studio ("Studio") and some difficulties they have encountered. In particular, three points are being raised which we would like to find solutions to: Studio puts the expanded Dojo source tree into the project in the "dojo" folder. Customers would like to work with a smaller subset, which would also facilitate upgrades to newer Dojo versions. If my application needs dojo resources... [More]
Tags:  mobile worklight dojo |
Converting your existing Web Applications to Mobile Apps using IBM Worklight
For enterprises, having a mobile presence has become a requirement today. Given that building a native application in mobile requires significant amount of investment, many companies are looking to build mobile web applications that has same look and feel as native without compromising on the user experience. Some of the questions frequently asked by our customers are how can I optimize my existing webapp for mobile with Worklight? Will my website run as is on a mobile web browser without any changes? While the chances are that your website... [More]
Tags:  apps application mobile stratergy worklight web ibm |
IBM Worklight classes now available!
Enroll now for a live virtual class: Mobile Application Development with IBM Worklight V5 – Early Education. Two sessions scheduled: Nov. 5-9, and Dec. 10-14. In this 5-day instructor-led course, you learn how to use IBM Worklight
V5 to develop mobile applications that run on an Android or iOS*
environment. See the course description for more details. Check class schedule here - http://ow.ly/eylft
Tags:  education worklight training mobile |