My newbie version of SQL app

AndyDroid2012

Member
Licensed User
Longtime User
I played around with the MySQL app, mainly to confirm I could connect to my own server and then started experimenting.

The result is I learned about ListViewLayout and hiding a popup geographic map.
The map hides on a long-click and reappears on the next SQL query

:)
 

Attachments

  • Myproject.zip
    87.1 KB · Views: 213

AndyDroid2012

Member
Licensed User
Longtime User
My Orig Apk

I changed the name of my server in the source, but here is the debug apk which will call my server and the IDs will match the jpg images in /files
 

Attachments

  • MySQL_DEBUG-APK.zip
    204.2 KB · Views: 220
Upvote 0
Top