top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Linq (or similar) for android

+2 votes
359 views

Is there linq or something similar for java to develop apps for android. To get selective entries from database or from a collection? Thanks in advance.

posted Aug 16, 2016 by Akshay

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote
 
Best answer

No, there are no Linq in Java. However some third party libraries are available that help you with (at least upto an extent).

Some of them are,

  1. http://www.h2database.com/html/jaqu.html
  2. https://github.com/julianhyde/linq4j
  3. http://slick.lightbend.com/

Try these and let me know if these are ok.

answer Aug 23, 2016 by Vinod Kumar K V
...