Relative Content

Tag Archive for androidflutteramazon-web-servicesphotomobile-application

How To Update Stock/Display Photos in Android Studio App Dynamically Via Cloud/AWS/Firebase

I am building a mobile app on Android Studio and Flutter. I am using AWS Amplify for S3 storage and authentication. Right now all my photos in my app are native/embedded in the code/layout. I want my photos to come from the cloud. I want to be able to change the photos periodically or add more photos to the page just like a Ticketmaster app or Amazon Music app. How can this be done?