In the .NET environment, I usually query the database and populate the general view of the collection. Then the application will use it.
In the Android field, I read about access to the database and use it in applications. Why do most documents demonstrate using a cursor and using constants to access it? Is this possible to save resources?
source
share