Questions tagged [kumulos]

The Kumulos (backend as a service or BaaS) cloud platform enables app developers to easily integrate features into iOS & Google Android apps. Cloud backend as a service platforms enable app developers to store, manage and access their data via the cloud and enable you to develop backend features for your apps in minutes, rather than weeks.

10 questions
1
vote
2 answers

iPhone development Objective-C: NSArray access individual elements

I'm using Kumulos to store a database for my iPhone app and everything works well except the select method. This method is called when I perform a select on database : -(void) kumulosAPI:(Kumulos*)kumulos apiOperation:(KSAPIOperation*)operation…
bobby grenier
  • 2,090
  • 2
  • 14
  • 11
0
votes
1 answer

Integer.toString() changes value of int

private int ID=0; . . Integer field2=0; field2 = Integer.parseInt(item.get("credentialID").toString()); ID=field2.intValue(); UName.setText(Integer.toString(ID)); Above: field2 gets value '9' and UName shows value '9' on textfield as…
lcukerd
  • 83
  • 1
  • 10
0
votes
1 answer

What is returned from Kumulos API

I made a method in Kumulos to check login details. It is supposed to return the (Entry)ID of account logged in but when I run that API from Kumulos website I get this. 0: object (click to…
lcukerd
  • 83
  • 1
  • 10
0
votes
1 answer

Create iOS app in Kumulos?

i'm an iOS developer, but newbie to the kumulos, after creating app in the kumulos website i'm stuck in how to it implement Xcode. and the documentation inside the kumulos website isn't rich and helpful for that matter, any advice will be…
Aree Ali
  • 55
  • 1
  • 1
  • 6
0
votes
1 answer

Select data from table in Kumulos

I am new to Kumulos development. I want to get selected data from table of kumulos. Like If user enter username and password i check from table that data exits or not. But the issue is while checking data inserted in table and not giving me correct…
Amee Joshi
  • 115
  • 7
0
votes
1 answer

How to settext with Map?

ORIGINAL POST: How do you set a textview with an object? I am pulling data from a webservice database and setting it to an object. I am then attempting to set the data in the object to a textview. What I need help with: 1) setting a textview with…
F0xcr4f7
  • 61
  • 1
  • 1
  • 10
0
votes
1 answer

Populating a ListView with Kumulos?

I am having a lot of difficulty using Kumulos to populate a ListView. Through my research Ive found numerous tutorials and postings about using SQLite or other databases but nothing with Kumulos =/. What I need help with: 1) Implementation of…
F0xcr4f7
  • 61
  • 1
  • 1
  • 10
0
votes
3 answers

MySQL insert always inserts defaults

Im trying to run this query ("INSERT INTO units SET id="+toID+" AND num="+number+" AND unit_id="+type+"") this is the log [2014-05-13 13:09:51] Running query: INSERT INTO units SET id=3 AND num=10 AND unit_id=1 these values are never inserted, it…
Paulie
  • 51
  • 1
  • 8
0
votes
2 answers

Kumulos API method doesn't work

I am using Kumulos to submit information to a database. Unfortunately, I cannot get the submit method to work. This app is written in Objective-C in Xcode I have copied Kumulos.h, Kumulos.m, libKumulos.h and libKumulos_iOS_.0.7.4.a into my…
0nyx
  • 144
  • 2
  • 12
-3
votes
3 answers

How to select a backend as a service provider for a mobile system and cost issues with cloud computing

I purpose to develop a location-based mobile music platform that will be available on Android for my senior project. The application records details of each track the user listens to, either directly from the interface of the app, or Spotify…