Can I enter records in Sqlite using Phonegap?

Asked

Viewed 1,667 times

1

Course environment

JDK 7u45 or above.
Android SDK 2.3.3 ADT Bundle or higher.
Apache ant 1.9.2 or higher.
Node Js 0.10.24 or higher.
These are descriptions of Treinaweb’s Phonegap Mobile course.

I would like to know if Frameworks Phonegap Mobile can only program in Javascript, HTML5 and CSS3, Jquery inserting records in the Sqlite database or it is a useful Frameworks for Front End as it is used in Internet pages and this one is facing Mobile?

I’m asking this question because I researched a lot of how to program Jquery for Mobile and the only thing I found was tutorial showing how to create buttons, screens and colors without being mentioned algorithms that show how to insert , delete and update.

I know a little bit about Android programming, and for me it’s not cool to work with XML, but if I could replace XML with Javascript, HTML5 and CSS3, Jquery would be fantastic.

  • Try to make the title more appealing, more concrete. I think the first lines don’t mean anything in relation to the question itself, I would delete. Try to keep the questions to appeal to the answer. Edit your question if you think you should. I would suggest the title: "I can enter records in Sqlite using Phonegap?"

  • thank you so much for the tip

2 answers

1

That’s right, Phonegrap(Cordova) is a framework where you can develop your cross-Platform applications using javascript, html and css. The connection to the database can be done by javascript itself, as in this example https://gist.github.com/edwardtoday/2204864

Today to develop with these technologies you can use the http://ionicframework.com it runs on top of Cordova too, but is based on Angularjs. Very good.

0

Yes, phonegap works with Sqlite, you just need to add the plugin and start using.

In addition, with the new web API you can use local data storage and it’s even easier to manipulate data in your app.

More information here.

For description and example of use, access here.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.