top of page

Developed in Android Studio, this mobile app has similar layout and logic as Facebook Search webpage.

 

Every time the user hit search button, the app will send a request to a php file hosted on AWS. This php file will then access Facebook Graph API and return a JSON file. The JSON string will be parse by java codes and eventually a tab layout will be returned.The data retrieving process is an async task which won't block the app from running.

bottom of page