Questions tagged as 'android-sqlite'

1
answer

How should I manage my Sqlite database on android when I have different modules and each module has a different database?

I am developing an application which was extended to several modules and I divided them into different projects but they all have to communicate with each other, I have the doubt of how to manage the database part to make only a database or make...
asked by 18.11.2016 / 16:54
1
answer

Pre-populated database with SQLite plugin

I have the following problem: I am using SQLite Plugin: link in my hybrid App with cordova version: 6.1.1 I have a pre-populated bd located in the www folder of my project and the connection to my bd is like this: var _db = window.sqliteP...
asked by 10.05.2016 / 18:30
0
answers

How to Synchronize Sqlite with Webservices Ksoap

I have my app which I have it so that it works in disconnected mode of wifi or data, which all the payment applications that are made I keep them in a bd sqlite, for later when the user has access to internete synchronize those the Modified data...
asked by 20.07.2016 / 18:10
1
answer

Obtain path of a selected image from the file browser

I need to obtain the path where the image is saved when the user selects the image, I have this code: // Llamada al explorador de archivos public void elegirFoto(View vista){ Intent intent = new Intent(Intent.ACTION_GET_CONTENT, MediaStore...
asked by 22.09.2018 / 18:12
2
answers

Problems with SQLite [closed]

Good afternoon, I just try to translate and know what the example codes say in order to better understand how everything works, and get stuck in this fregmentom, it is part of a code for a database with multi table in android studio , the code i...
asked by 03.12.2016 / 03:23
1
answer

If I update my Android app will the data in the Sqlite database be deleted? [duplicate]

** Hello, I have an application in the App Store and I want to update it. If I update it will the data in the database be deleted? For example, people who have registered will lose their account? Someone enlighten me please **     
asked by 29.08.2017 / 18:47