I have developed a Library Management System in java using mysql database. Now I want to also built a android application for library users to see which book they have issued.
whole idea is that first desktop application collects data then as it gets internet connection it syncs that data to host server after that library users can see that relative data on their phones using android application (That I am going to built).
According to my knowledge I can't use mysql database in android application. Can I ?
Second thing I was thinking to use firebase database. Using firebase database my desktop application will sync data into host server and then clients can check their relavent data.
Can I do this with firebase database. Or if that's possible with mysql database then that more better for me.
Any suggestions .PLz Second thing is that