Questions tagged [activeandroid]

ActiveAndroid is an active record style ORM (object relational mapper) for Android.

ActiveAndroid allows you to save and retrieve SQLite database records without writing SQL statements. Each database record is wrapped into an object with methods like save() and delete().

The library is open sourced under the Apache 2.0 License.

Tutorials:

slidenerd Series

231 questions
-2
votes
1 answer

OutofMemory Error while getting ImageList From ActiveAndroid Database

I am creating a app which capture images and stores into Internal storage as well as local storage in ActiveAndroid. In starting i have faced many issues regarding OutofMemory error. But I have cured that error by handling and compressing image…
-2
votes
2 answers

ActiveAndroid 'IN' clause

I am developing an android app which works with the ActiveAndroid ORM. I am looking for a simple query to get the list of Models from a list of ids. but I couldn't find the solution. With a field List ids, how can I get my…
juanhl
  • 1,170
  • 2
  • 11
  • 16
-2
votes
5 answers

How to delete a row from a ListView with a CursorAdapter

I started a small Android project to re-learn a bit of Android development, and I'm already stuck... I do not know how to implement the deletetion of an element of my ListView! Here is the project: https://github.com/gdurelle/Listify Right now it…
gdurelle
  • 2,079
  • 22
  • 38
-3
votes
1 answer

ERROR: Failed to resolve: com.michaelpardo:activeandroid:3.1.0-SNAPSHOT Show in Project Structure dialog Affected Modules: app

ERROR: Failed to resolve: com.michaelpardo:activeandroid:3.1.0-SNAPSHOT Show in Project Structure dialog Affected Modules: app
-3
votes
1 answer

Delete specific data from Active android

Hey guys I am new in android development. I got a problem in deleting the specific data from the active android. edited * from sugar to active android thanks in advance
chase
  • 5
  • 3
-3
votes
1 answer

How to store data obtained with retrofit into database

I have an android app and I'm getting data from web api with retrofit. Now I need to save this data into my table. I'm using active android. My table model "Partners", the data which I'm retrieving from web api and needs to be saved into this…
RubyDigger19
  • 835
  • 13
  • 38
1 2 3
15
16