Questions tagged as 'sqlite'

1
answer

Create themes in the Android app

People, it is possible to customize the color of the action bar on Android, because I am developing an application and I wanted the users to choose the color of the application that they like. Does anyone know if it is possible to do this with a...
asked by 11.10.2016 / 16:17
1
answer

Is there any way to change a column of an existing table to "auto increment"?

I created a table in Sqlite3, however I forgot to add AUTO INCREMENT to column id . I tried to use ALTER TABLE to solve the problem, but I still could not. In SQLITE, is it allowed to define a column as auto increment...
asked by 04.01.2017 / 12:06
1
answer

Best database for Android application [closed]

Well, I have a question on which database to choose for an android application: Sql Server or Sqlite? I have a small Crawler, which does not need to run every time, just once, and when there is an update, it happens rarely.     
asked by 28.09.2016 / 21:06
1
answer

What are the main programming languages that integrate SQLite? [closed]

What are the main programming languages that integrate SQLite as a DBMS in your code?     
asked by 05.11.2015 / 05:03
2
answers

Do RETURN when the function is finished

How do I return to alert("SUCESSO") as soon as I drop into return alert("ELSE"); ? sincronizar: function () { sincronizarCliente().then(function () { alert("SUCESSO"); }, function () { alert("SEM SUCESSO");...
asked by 12.04.2016 / 15:06
2
answers

Need for SQLite [closed]

I want to clarify the following question: I have a Android project that uses a webservice , but I did all the data access part in Android and my webservice will be done in Java . After I finished all the class...
asked by 13.12.2016 / 13:58
1
answer

ImageView Error can not be converted to Byte []

I'm putting together an application that you want to save the image to in SQLITE Bank. I am not able to proceed because the following error occurs ImageView cannot be converted to Byte[] I ask to be the most specific given my inexperience...
asked by 23.01.2016 / 21:38
2
answers

Android sqlite order by com case

I need to sort a query like the example below, where, the searched text is 'un', first after the items that start with 'un'. This is what I need, order the output of the query, so that the items that begin with the text are the first of the resu...
asked by 27.06.2015 / 15:25
1
answer

Problem with accentuation when entering data in SQLite android

I'm trying to give insert in a table, however it gives syntax error. I believe it's because of the accent, but even researching can not solve. Error log:    11-19 00: 34: 52.959: W / AQuery (21157):   reporting: android.database.sql...
asked by 19.11.2014 / 04:37
2
answers

ListView does not display data loaded from DB

I have a query screen, where it should display the items already registered. Only it does not display. First, I thought it was because the information was not being written to the BD, but they are. But, I do not think why they are not loaded ......
asked by 17.07.2014 / 14:26