Mobile_Programming 1 - Saiaishwaryapuppala/CSEE5590-CS490-Web-MobileProgramming GitHub Wiki
Objective:
The main objective of this tutorial is to understand the concept of android programming, installation steps for creating the android environment and creating the android applications.
Task:
- The task in this ICP is to create a basic login application.
Approach:
- Creating a new Android application
- Selecting the SDK, type of device to deploy the application Device Type: Phone and Tablet and API: Latest one
- Select blank activity
- Design page using design
- Add on click activity
- To create a basic login application, it should contain two text fields for the username and password. Along with the text fields, it should contain the button activity which should validate the user name and password and then redirect to the main home page.
To achieve the above requirement, the layout file for the login page is as follows:
The below shows the page structure
Output:
- Login Page:
- User access:
- Helloworld App:
Link: https://drive.google.com/file/d/1rmgkN24nZIBApQFwWwC1Tjl-8E81-IGq/view?usp=sharing