pec1985 / TiSMSView

Expandable Text Area Module - iOS - Titanium
Other
60 stars 18 forks source link

Save and retrieve from database #58

Closed samueleastdev closed 11 years ago

samueleastdev commented 11 years ago

Hi pec1985

I stumbled across this module today and its perfect for my needs, but i was wondering if you could give me some advise on the following! i would like to save the messages to my database and also retrieve them via json.

I see you have the function sendMessage() which i am hoping i can tie into to send the data via http to the server.

And i also see the getAllMessages() function which i am hoping to tie into once again to grab all the info from the server via http and run a for loop to output it to the screen?

Hoping you could just give me a quick (this is possible this isn't possible yet) response before i go ahead and spend some time trying to get this working.

Thanks