N
N
nikita_chiru2016-05-23 23:27:37
Android
nikita_chiru, 2016-05-23 23:27:37

How to use SQlite(Java) database?

I have a list which is filled with the method :
catalog.add(''name'',price,R.id.image);
how to populate it from the database?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rou1997, 2016-05-23
@Rou1997

Perhaps it will help to figure it out:
codeproject.com/Tips/1018322/Android-Using-SQLite-...
Also, in principle, you can work with SQLite on Android via JDBC (as well as on other operating systems), but this is undesirable:
www.codeproject .com/Tips/815186/Java-JDBC-SQLite-R...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question