简体   繁体   中英

How to connect to Flickr's Search Image API from Android app?

I'm trying to create an Android app using Android Studio, where a user can search for images by typing text into a search bar. the App is supposed to be connected to an image search API, and I chose Flickr. I have never worked with anything like this before, and I was wondering if anyone had any tips on how to start? Thanks!

You will have to start from Flick API and know the necessary endpoints. Then you also need a networking library like Volley . Finally I'll advice you use JSON for request and response formats.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM