This repository was archived by the owner on Oct 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ [ ![ ] ( https://jitpack.io/v/BoardiesITSolutions/Android-MySQL-Connector.svg )] ( https://jitpack.io/#BoardiesITSolutions/Android-MySQL-Connector )
2+ <a href =" https://ci.boardiesitsolutions.com/viewType.html?buildTypeId=AndroidMySQLConnector_Build&guest=1 " >
3+ <img src =" https://ci.boardiesitsolutions.com/app/rest/builds/buildType:(id:AndroidMySQLConnector_Build)/statusIcon " />
4+ </a >
5+
16# Introduction
27This is (as far as we are aware) the first and only native MySQL connector for Android.
38It connects directly to your database instead of relying on some sort of web service to
@@ -194,4 +199,4 @@ to your new activity, and then create a new connection object in your new activi
194199Also, to avoid leaving the DB connection open for no reason, in your activities onPause and onDestroy methods
195200you should close the DB connection and then create a new instance to restablish the connection in the onCreate and/or onResume
196201
197- You can close the DB by calling ` connection.close() ` .
202+ You can close the DB by calling ` connection.close() ` .
You can’t perform that action at this time.
0 commit comments