Android and LiveQuery - Advice/best-practise for filtering

@jens

Okay so if i have 3 static LiveQuery with each of them mapping its own view (like my code above) :

  • 1 in MainActivity - Static - called like above - This LiveQuery runs continuously

  • 2 others in Fragment class (com.android.fragment) - called in onCreateView (com.android.fragment.onCreateView)

Is it a design that works ?

I mean having 2 static Livequery instance running on my database from different Object(Fragment or Activity) of my App is not a problem ?

Regards,