Lecture 8
Lecture 8
Road Map
?
Links for Choosing Design
https://developer.android.com/design
https://dribbble.com/tags/android
Application Programming Interface(API)
API is the acronym for Application Programming Interface, which is a
software intermediary that allows two applications to talk to each other.
Each time you use an app like Facebook, send an instant message, or
check the weather on your phone, you’re using an API
Example:
◦ When you use an application on your mobile phone, the application connects to
the Internet and sends data to a server. The server then retrieves that data,
interprets it, performs the necessary actions and sends it back to your phone. The
application then interprets that data and presents you with the information you
wanted in a readable way. This is what an API is - all of this happens via API.
Demonstration of API
https://earthquake.usgs.gov/fdsnws/event/1/
Practice:
◦ https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/4.5_week.geojson
Select the Perspectives