As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
How to make collection and model in titanium using titnaium and backbone kinvey library..?
s
sagar
started a topic
over 9 years ago
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
O
OhmzTech
said
over 9 years ago
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).
sagar
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..