For Android - REST interaction, I've had good experiences with Square's Retrofit library <http://square.github.io/retrofit/>.
~A On Fri, Sep 12, 2014 at 2:47 AM, Sukaant Chaudhary < [email protected]> wrote: > Hi, > I'll suggest you to separate neo4j implementation with android. > If I'll be in your place, I'll write separate code for neo4j and create > the service for android. > Then I'll consume those service using android, benefit of using this way > will be, in future we can use these code for other application as well (for > eg: web). > > For connecting neo4j with java use cypher-jdbc, that will be faster than > REST. > Check the following link for cypher-jdbc: > http://docs.neo4j.org/chunked/stable/tutorials-cypher-java.html > > -Sukaant Chaudhary > <http://in.linkedin.com/pub/sukaant-chaudhary/33/ba8/479> > > On Fri, Sep 12, 2014 at 12:00 PM, Jeyaganeshan Jeyatharsini < > [email protected]> wrote: > >> I need to use RestAPI.. They have used jersey for their example... Jersey >> webservices is Java supported... will it support to Android if I add jar >> files into class path? Or should I use Apache client? >> On Tuesday, 9 September 2014 12:26:52 UTC+5:30, Jeyaganeshan Jeyatharsini >> wrote: >> >>> I need to connect neo4j database with android programming... I embed >>> Neo4j into Java code for testing purpose and I created an interface top of >>> that for my database access. But I am confusing with that... I am poor at >>> connecting with application and Neo4j database... Can someone explains how >>> it can be done with suitable explaination.... >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Neo4j" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
