Start a new topic

How to make collection and model in titanium using titnaium and backbone kinvey library..?

I am new to kinvey and need help to startup, so how to create collection and model in titnaium.

As shown in doc, is it necessary to implement login and logout in code to in app..?

is there is proper working sample code for titanium to start in kinvey..?



pls i need help from community and from experts..
1 Comment

You will need to implement user "login" functionality. Every running instance of the app needs to have a user, even if that is an auto-generated "throwaway" user.



Have far have you looked into the guides? Everything you need should be there. You really just need to initialize the Kinvey library (Getting Started guide), set an active user (Users guide), and then query the collection (Data Store guide).
Login or Signup to post a comment