Questions tagged [temenos-quantum]

Kony is a cloud-first low-code omni-channel development platform that allows you to write a single codebase in Javascript and generate native applications for multiple operating systems and form factors, as well as Responsive and/or Progressive Web Applications. Though the product suite is diverse, the two core products are Kony Visualizer and Kony Fabric.

Temenos Quantum is a technology stack that enables low-code and/or cross-platform development of native mobile, tablet, wearable, desktop, kiosk and responsive and/or progressive web applications using a single codebase written in Javascript.

For mobile operating systems, Quantum generates true native UI, and executes the application logic inside a Javascript runtime, which maps specific API calls to the underlying OS's native capabilities.

Quantum was originally conceived by Kony Inc., which was acquired by Temenos in late 2019.

Quantum is officially marketed as a "Multi-experience Development Platform", and it is made up of several products:

  • Visualizer: An IDE for rapid low-code WYSIWYG omni-channel development.

  • Fabric: A cloud-native, middleware layer that delivers user authentication, API management, analytics and reporting, off-line data synchronization, model-driven development, workflow design and developer portals, as well as out-of-the-box integrations for social media, REST, SOAP, AWS, relational databases, MongoDB, OpenAPI, RAML, Oauth2, SAML 2.0, LDAP, IBM MQ, SAP, Salesforce, and others.

  • App Factory: An out-of-the-box, cloud-based CI/CD solution including build and test automation and quality controls.

  • Engagement Services: A campaign management solution that is capable of handling push notifications across Android and iOS, as well as email and SMS.

  • Forge: A portal for developers to publish and share reusable components.

Official Website:

https://www.temenos.com/platform/multiexperience-development-platform

158 questions
0
votes
4 answers

Building error in hello world app of konyone studio

I'm trying to build a small helloworld form from the konyone studio, while building the app am getting the error as : compile: [echo] Packaging the android Helloworld application [exec] Buildfile:…
xyz9999
  • 123
  • 7
  • 16
0
votes
3 answers

How to display map on Blackberry by using Kony Studio?

I am new to Kony Studio. I have to display Google map on mobile by using kony Studio API.I tried and Its working fine on Android mobile.But On blackberry,It's not working on blackberry.Please give me some solution for this
Aarumugam
  • 11
  • 4
0
votes
2 answers

How can I get headers/cookies and save them to middleware session on Kony Server?

I am obliged to use Middleware Server (Kony Server) for communication of Kony Application (Mobile App) with Application Server (RESTful Service). The authentication on the service is session based, auth key is returned in headers from "POST /login"…
daymansiege
  • 147
  • 3
  • 14
-1
votes
1 answer

How to create android.jar OR where do i get it so that i can use all the componants of Android in Java Library

I have created Java library in the Android Studio, but I am not able to use the Android Componanmts/frameworks in Java library.
Arwy Shelke
  • 333
  • 1
  • 2
  • 12
-1
votes
1 answer

How to send message without user interaction in kony

I need to send a message to the specific phone number without 'user interaction'. Suppose there is button is called approved. If approved button is clicked then message should be sent without user interaction. I have tried with the kony API…
-2
votes
2 answers

While launching the application on Kony showing "waiting for device"

I developed a simple application on Kony and while launching the application it shows the message "Waiting for device". How can I solve it?
-2
votes
1 answer

I am creating a cross platform native app in kony. How can dynamically data from the text boxes be inserted in the database using java

PLEASE HELP. I have already created the table in the database and established the JDBC connection. I have tried doing the coding but I'm unable to proceed ahead. How can I dynamically insert into the database from the text boxes? I have used two…
-4
votes
1 answer

How to calculate base64image String size in MB?

I am taking a picture and i am converting it into Base64 string. And i am able to calculate the size of the picture in KB. I need to know the formula to calculate the size in MB. Please clarify. The below code works fine for calculating size in KB.…
SibhiRajan
  • 45
  • 1
  • 1
  • 5
1 2 3
10
11