A simple Cordova android example including Sqlite read/write and search

前端 未结 2 1839
被撕碎了的回忆
被撕碎了的回忆 2020-12-22 20:12

I was working on an Android app project using Cordova which in I had a simple Sqlite database.

--------------------
ID | Name | Num         


        
2条回答
  •  [愿得一人]
    2020-12-22 21:01

    So after 3 days of trying, I finally got it done and I said it's better to share it with people who are interested in using Sqlite database in Cordova and PhoneGap. So here is the answer:

    These scripts goes on tag:

     
        
        
    

    That's it! Now you can add, edit, delete and search through your data in Sqlite database using Cordova.

    Hope it be helpful for the ones who are interested.

提交回复
热议问题