Custom User Filter Guide

AB
Ajay Bhat   Oct 11, 2017

In this post, Hajimalung Baba helps us understand the usage of custom filters as part of Integration / Object services with some samples. Introduction A filter is an object that is invoked at the preprocessing and postprocessing o...

Read more ›

How custom code JAR files are handled

AB
Ajay Bhat   Aug 22, 2017

In this post, Sandeep Prabhu discusses managing JAR files containing custom code through MobileFabric. Kony MobileFabric provides a bunch of extensibility points where developers can inject custom JAVA code. e.g. a service can have a pre/post proc...

Read more ›

MobileFabric: When to use Integration Service vs Object Service?

AB
Ajay Bhat   Mar 31, 2017

In this post, Rahul Roshan and Gautam Goenka discuss the relative merits of using Object Services vs. Integration Services while building your mobile apps. Definitions Integration Services An Integration Service is an application component t...

Read more ›

Configure Log Levels from Admin Console

AB
Ajay Bhat   Feb 13, 2017

This post has been updated with feature updates for Kony Fabric V8 on 15th September 2017. Logging and diagnosability are important 'features' in themselves, as they help developers and admins with troubleshooting and pinpointing issues with minim...

Read more ›

Kony Storage Service

AB
Ajay Bhat   Jan 02, 2017

The Kony MobileFabric team wishes you a Happy New Year! To give your mobile development effort a flying start in the new year, Aravind Kashyap walks you through using the Kony Storage Service to store data that you'll use in your app. In this agil...

Read more ›

API Throttling

AB
Ajay Bhat   Dec 06, 2016

In this post, Sriram Parisa discusses a key feature in the 7.2 release of MobileFabric: API throttling. Throttle is an interim state, and is used to control the rate of requests that clients can make to an API. Kony has come up with an out of the ...

Read more ›

Send customized Error Message using post-processor

AB
Ajay Bhat   Jun 13, 2016

This post was authored by the Training team as part of a set of useful tips & tricks to use MobileFabric. Introduction Whenever there is an error with a back-end service, Mobile Fabric server will not execute the postprocessor class and sen...

Read more ›

Object Services Mapper

AB
Ajay Bhat   May 05, 2016

Object Services is one of the most exciting new features introduced by MobileFabric in 7.0. To learn more about Object Services, you can view this great introductory video. This post describes the Mapper engine that's part of the data transformat...

Read more ›

Improving Mobile App Startup Performance

AB
Ajay Bhat   Apr 18, 2016

While MobileFabric is where a high proportion of the logic for data integration and transformation lies, an end user's primary interface with the data is through their mobile app. This is enabled by MobileFabric through its full-featured SDKs, availa...

Read more ›

API Versioning with Kony MobileFabric

AB
Ajay Bhat   Mar 21, 2016

This post was contributed by Sandeep Prabhu from the MobileFabric Console team. Nomenclature Let’s start with some of the key concepts that we'll used in this blog post: Mobile app – This is the native (iOS, Android or Windows) app r...

Read more ›