Questions tagged [rushorm]

RushOrm for Android replaces the need for SQL by mapping Java classes to SQL tables

Official website: http://www.rushorm.com/

8 questions
2
votes
1 answer

RushORM get created and updated time

Currently I'm trying RushORM in an Android Application but I've no idea how to access the created and updated fields in the database. The fields rush_created and rush_updated are created automatically and get filled as expected. But again I've no…
Fabian
  • 2,693
  • 2
  • 21
  • 33
1
vote
0 answers

Getting Fatal exception on different Android devices using RushORM database

Below is the details of the exception that is according to different Android devices and unable to find any soliton for it. I get these details from Firebase Crashlytics as I am unable to reproduce it and is the most frequently according to crash in…
Asadullah Mumtaz
  • 171
  • 1
  • 14
1
vote
2 answers

Storing lists of boxed primitives/Strings?

Is there any way to store lists of boxed primitives and Strings in RushORM? Something like ArrayList or ArrayList? I know I can wrap the int/String in an object that extends RushObject but I'm hoping I don't have to resort to…
nulldev
  • 555
  • 6
  • 16
1
vote
2 answers

RushORM store RequestParams

I'm using rushorm for sqlite object serializing and storage. It work pretty cool so far. The problem is that I wan't to store following Request object: public class Request extends RushObject { private String url; private…
hris.to
  • 6,235
  • 3
  • 46
  • 55
1
vote
1 answer

Is it possible to log all internal SQL queries in RushORM?

I'm using RushORM in my project on Android and I feel like it's very difficult to understand. I've been facing issues during my development which are somehow related to some internal SQL queries RushORM is generating. Unfortunately, RushORM doesn't…
HitOdessit
  • 7,198
  • 4
  • 36
  • 59
0
votes
1 answer

RushORM database throwing Excretion while getting data

I am using RushORM database in my Android App. I can save data but when I try to get the stored data it is throwing an exception: Method threw RushTableMissingEmptyConstructorException. Here is the model class that is table RushORM…
asadullah
  • 121
  • 1
  • 8
0
votes
1 answer

App crashing once in the Google Play Store, but never on Android Studio

Good morning. My app is crashing once it is published on the Google Play Store, and then installed from it. If I install my app from Android Studio, it won't crash at all. The app seems to be crashing when I try to open a layout that grabs…
herrmartell
  • 3,057
  • 4
  • 18
  • 27
0
votes
4 answers

Error when I run the app on my smartphone, but its correct If I run the app on Android Studio

when I run my app in Android Studio, everything run correctly. The ListView in drawer is correctly populated by run a RushSearch() query. But when I have created the apk and I installed on my smartphone to try run the app, the ListView in Drawer at…
Dennis A. Boanini
  • 477
  • 1
  • 5
  • 19