I have to connect to a PostgreSQL server in LAN without web service. At the moment I think JDBC is the only way I can consider of.
How can I fulfill this? Is there any ready-to-use 3rd party library I can import to my Android project?
Any reply would be appreciated.