
- Course topics
- Gained skills upon the completion of this course
- Describe the required software and hardware for installing Android Studio
- Explain step by step Java and Android Studio installation
- Explain how to download a system image and how to create an AVD
- Create a simple android app
- Respect naming conventions
-Overview about the main sections of Android IDE
- Explain the main components of Android app
- Explain how to download and install git software
- Explain how to download Volley library
- Explain how to import and verify Android Volley libaray
- Download, install and configure Xampp server
- Build the user interface (Part I)
- Make a request to Xampp server and receive a response from it using a string request class (Part II)
- Create the database dbrestaurant,
- Create and populate the table ratingrestaurant
- Create a php file that request restaurant rating of a given client
- Build the user interface
- Make a request to Xampp server with get method using the class JsonObjectRequest
- Receive the response from Xampp server in Json object format
- Process the Json response and extract the restaurant rating information
- Make a request to Xampp server with post method using the class JsonObjectRequest
- Receive the response from Xampp server in Json object format
- Process the Json response and extract the restaurant rating information
- Create the database dbfood,
- Create the table foodinformation
- Import the data of the table foodinformation
- Create two php files
+The first file requests food information of given food
+The second file builds the food picture according to the food file name
- Build the user interface of food information with text views, edit text and image
- Make a request to Xampp server with get method using the class JsonArrayRequest
- Receive the response from Xampp server in Json array format
- Process the Json array response and extract the food information
- Setup of the library Picasso
- Make a request to Xampp server with get method using the library Picasso
- Display the requested picture
This course takes you to the intermediate level of programming with Android Volley library. At First, It shows how download and install android studio, then how to be familiar with the development environment. Next, it explains how to download, set up and configure Android volley library as well as how to install and configure Xampp server.
After that and by using in the server side php language and MySQL database , you make from Android app a several types of requests to Xampp server using Android Volley library classes such as StringRequest, JsonObjectRequest and JsonArrayRequest classes. Also, this courses discusses how to receive and process the response from Xampp server such as string, json or json array format. Finally, this course explains how to request a picture stored in the server side using the powerful library Picasso.