Sitemap
Dev Genius

Coding, Tutorials, News, UX, UI and much more related to development

Follow publication

Member-only story

Connecting Android App To MS SQL Server

5 min readNov 29, 2022

--

Photo by ZACHARY STAINES on Unsplash

This post continues from the previous post i.e. “Develop Android App Directly On Android Mobile Device Using Java or Kotlin Language”. AndroidX is a major improvement to the original Android Support Library, which is no longer maintained (refer AndroidX Overview). jTDS is an open source 100% pure Java JDBC 3.0 driver for Microsoft SQL Server and Sybase Adaptive Server Enterprise and is currently claimed to be the fastest production-ready JDBC driver for those servers (refer jTDS Project). This post is inspired by the post “Connect Android Application To Database”. While it is possible to connect an Android App directly to the database server, be cautioned that this approach may be suitable for development and exploration purpose only and not for final production (read Don’t connect your App to your database — More than just security). Follow the previous post to set up Android Assist on the Android Device before attempting the below steps.

(1) Create AndroidX Project

Tap the AndroidX Project template.

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

--

--

Dev Genius
Dev Genius

Published in Dev Genius

Coding, Tutorials, News, UX, UI and much more related to development

Mohamad Mahmood
Mohamad Mahmood

Written by Mohamad Mahmood

Programming (Mobile, Web, Database and Machine Learning). Studies at the Center For Artificial Intelligence Technology (CAIT), FTSM, UKM, Malaysia.

Write a response