Mobile_Programming 2 - Saiaishwaryapuppala/CSEE5590-CS490-Web-MobileProgramming GitHub Wiki

Objective:

The main objective of this tutorial is to understand the concept of android programming, especially the concepts of intents, layouts and views in android management.

Task:

  • Pizza ordering app!

  • The task given in this particular ICP is to understand the given starter code and add two buttons for getting the order summary and compose an email for order.

  • To do the above task, we require an email intent for order summary. The code to make the buttons work is as follows:

The layout file for email

The Output:

  • The below is the app:

  • The main screen takes the input from the user.

  • When the user enters the given choice and the user has two options namely the order and summary.

  • When the user clicks the summary button the content displayed is as follows:

  • The order button takes us to use the email intent which is as follows:

Video Link https://drive.google.com/file/d/1dJzuxe8cwUf0D3TUUaETKZhh0HYkG-HL/view?usp=sharing