Is it possible to use Neo4j database in an Android application?
问题 Will it make any error if I use Neo4j database for my Android Application? If so, can anyone suggest me any other Graph database to use as back end for Android application.. 回答1: Yes. While Neo4J offers a REST API to query the database with the Cypher language, I would recommend to build your own layer on top of that to deal with the requests from Android and then filter and forward to Neo4J. This layer will let you to use your own business logic between the Android app and the server, logic