I'm sure this is gonna be a doozy but keep in mind I'm brand new to Android development so if you can't give me complete code examples please ignore this question :)
I have imageview1 and in it I need to display a random image when the app loads. The images will be stored on an FTP server in a password protected folder.
The images will be consecutively named 1.jpg, 2.jpg, 3.jpg etc.
So I need to first open the location and get a count of how many images are in there. Then I need to choose one at random. Then I need to display that image in my imageview.
Thank for any help or pointing me in the right direction.