Loading Image o Progress Bar when using MySQL connection

Hello! I’m working on an app that gets data from a MySQL database constantly. I need my app to show a loading “something” (image, progress bar, etc) each time it’s fetching the data from MySQL connection.

Thanks!