Posts by Rodrigo Valente • 173 points
2 posts
-
7
votes4
answers31911
viewsA: What is the difference between compiled language for interpreted language?
The difference is in the execution process of the programs generated by such languages. Linguages Interpretas: as the name already suggests, they are interpreted line by line, one at a time, in a…
-
0
votes1
answer1084
viewsQ: Consume a Rest API and Persist the Data in a Local Database - Titanium
I am using the Titanium framework to along with its Alloy plugin, and need to consume a REST api in my application, I would like to know a good way to consume this api and persist the JSON that it…