Questions tagged as 'sqlite'

1
answer

Image in listview with SqlLite / Drawable

I have an App that performs a search on business phones in a SQLLite database. It is working normally, but I need to insert image in some of these companies. The database field would be just the name of the image and the image would be in the re...
asked by 02.10.2014 / 19:41
1
answer

And I have a question about select in sqlite bank in WP

I started using the SQLite database in Windows Phone. And I have a question about select in SQLite database. /* List items = null; items = App.db.Query(“select Nome from Usuario”); ListBox.ItemsSource = items; */ This commented select wo...
asked by 24.06.2014 / 19:11
1
answer

Problem when populating a ListView

I need to popular a ListView that is using a custom adapter in my application but nothing happens, the list simply goes blank. Here's the adapter: package adapters; import java.util.List; import android.content.Context; import andr...
asked by 06.05.2014 / 06:00
0
answers

Returning amount of Sqlite records and displaying in TextView

I have an application and I need to display in%% of the amount of records stored. public int contagem(){ createBank = new CreateBank(this); connecting = createBank.getReadableDatabase(); String cursor = "SELECT * FROM "+TABELA;...
asked by 24.10.2018 / 20:27
0
answers

SQLite does not insert data into the database during an AsyncTask

I'm trying to add data in the DB inside an AsyncTask. In it I get the InputStream coming from an httpURLConnection, interpreting the JSON and saved in the local SQLite. But I do not even know if this is the best "practice" to do ......
asked by 06.12.2018 / 14:43
3
answers

How to save in SQLite database SeekBar Android value

I am trying to register values in the database in Kotlin coming from SeekBar, DatePicker, Radio Group, I go by parts in my CadastroScrolling.kt I can play the age viewer // definindo SeekBar seekbarIdade = findViewById<SeekBar...
asked by 22.12.2018 / 20:13
0
answers

Is there a limit of simultaneous SQLite PHP connection? [closed]

I currently use Mysql on my server with 50 concurrent connections limit. I thought of using SQL Server which in turn has no concurrent connection limit but is very expensive !! .. So I thought about using SQLlite, but would you like to know i...
asked by 02.09.2018 / 01:06
0
answers

Format a Field of Decimal Type and Include in SQLite Xamarin Forms with Android

Hello to the masters of Xamarin Forms, I have a small problem, for you maybe very simple. I am not able to format a field of type decimal in monetary value and then make the insert of it in SQLite. Below is the code for the Products.cs class:...
asked by 14.08.2018 / 15:05
1
answer

Return of the maximum value

Good morning, I'm taking a course and I'm stuck in an exercise. In the exercise I have to return the maximum value of popularity of each musical genre by country, so far so good, I managed to carry out the procedure, the problem is that in th...
asked by 29.06.2018 / 14:18
0
answers

CRUD Android doubts

Good afternoon I have 3 questions about a crud I made in my app. 1 I did a field search and it looks like it does not pick up any phone in the j7 line and I wanted to know if anyone can tell me why 2 Crud needs you to put something in Mani...
asked by 29.05.2018 / 21:09