Android SQLite Cursor Loader

SQLite Cursor Loader for Android

License

License

Categories

Categories

SQLite Data Databases
GroupId

GroupId

org.deejdev.database.sqlitecursorloader
ArtifactId

ArtifactId

sqlitecursorloader
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

aar
Description

Description

Android SQLite Cursor Loader
SQLite Cursor Loader for Android
Project URL

Project URL

https://github.com/ultimate-deej/Android-SQLite-Cursor-Loader
Source Code Management

Source Code Management

https://github.com/ultimate-deej/Android-SQLite-Cursor-Loader

Download sqlitecursorloader

How to add to project

<!-- https://jarcasting.com/artifacts/org.deejdev.database.sqlitecursorloader/sqlitecursorloader/ -->
<dependency>
    <groupId>org.deejdev.database.sqlitecursorloader</groupId>
    <artifactId>sqlitecursorloader</artifactId>
    <version>1.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.deejdev.database.sqlitecursorloader/sqlitecursorloader/
implementation 'org.deejdev.database.sqlitecursorloader:sqlitecursorloader:1.1'
// https://jarcasting.com/artifacts/org.deejdev.database.sqlitecursorloader/sqlitecursorloader/
implementation ("org.deejdev.database.sqlitecursorloader:sqlitecursorloader:1.1")
'org.deejdev.database.sqlitecursorloader:sqlitecursorloader:aar:1.1'
<dependency org="org.deejdev.database.sqlitecursorloader" name="sqlitecursorloader" rev="1.1">
  <artifact name="sqlitecursorloader" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.deejdev.database.sqlitecursorloader', module='sqlitecursorloader', version='1.1')
)
libraryDependencies += "org.deejdev.database.sqlitecursorloader" % "sqlitecursorloader" % "1.1"
[org.deejdev.database.sqlitecursorloader/sqlitecursorloader "1.1"]

Dependencies

compile (1)

Group / Artifact Type Version
com.android.support » support-v4 jar 19.1.0

Project Modules

There are no modules declared in this project.

Android SQLite Cursor Loader

This is like the framework's CursorLoader but for SQLite. Content changes not detected, do it yourself: call the yourLoader.onContentChanged() method after insert/delete/update.

There is also a version for using with support library.

Setup

Maven

<dependency>
    <groupId>org.deejdev.database.sqlitecursorloader</groupId>
    <artifactId>sqlitecursorloader</artifactId>
    <version>1.1</version>
    <type>aar</type>
</dependency>

Gradle

dependencies {
    ...
    compile 'org.deejdev.database.sqlitecursorloader:sqlitecursorloader:1.1'
}

License

Copyright 2014 Maxim Naumov

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Versions

Version
1.1
1.0