|
15 | 15 | - Understand and implement Android's User interface functions. |
16 | 16 | - Create, modify and query on SQlite database. |
17 | 17 | - Inspect different methods of sharing data using services. |
18 | | - |
19 | | -### Learning Resources |
20 | | -- [Official Kotlin Reference](https://kotlinlang.org/docs/kotlin-pdf.html) |
21 | | -- [Official Android Documentation](https://developer.android.com/docs) |
22 | | -- [Android Developers Youtube Channel](https://www.youtube.com/user/androiddevelopers) |
23 | | -- Material.io [[Basics]](https://material.io/design/introduction) [[Components for Android]](https://material.io/components?platform=android) |
24 | | - |
25 | | -### List of Programs - |
26 | | - |
27 | | -1. [Visiting Card](https://github.com/shubhaam13/Mobile-Application-Development-lab-Program-VTU-6th-sem/tree/main/VistingCard) |
28 | | - >Create an application to design aVisiting Card. The Visiting card should havea companylogoatthe |
29 | | - >top right corner. The company name should be displayed in Capital letters, aligned to the center. |
30 | | - >Information like the name of the employee, job title, phone number, address, email, fax and the |
31 | | - >website address isto be displayed. Insert a horizontal line between the job title and the phone |
32 | | - >number. |
33 | | -
|
34 | | - |
35 | | -2. [Calculator](https://github.com/shubhaam13/Mobile-Application-Development-lab-Program-VTU-6th-sem/tree/main/Calculator) |
36 | | - >Develop an Android application usingcontrols like Button, TextView, EditText for designing a |
37 | | - >calculatorhaving basic functionality like Addition, Subtraction, Multiplication,andDivision. |
38 | | -
|
39 | | -3. [LoginSignUp](https://github.com/shubhaam13/Mobile-Application-Development-lab-Program-VTU-6th-sem/tree/main/LoginSignUp) |
40 | | - >Create a SIGN Up activity with Username and Password. Validation of password should happen |
41 | | - >based on the following rules: |
42 | | - >Password should contain uppercase and lowercase letters. |
43 | | - >Password should contain letters and numbers. |
44 | | - >Password should contain special characters. |
45 | | - >Minimum length of the password (the default value is 8). |
46 | | - >On successful SIGN UP proceed to the next Login activity. Here the user should SIGN IN using |
47 | | - >the Username and Password created during signup activity. If the Username and Password are |
48 | | - >matched then navigate to the next activity whichdisplays a message saying “Successful Login” or |
49 | | - >else display a toast message saying “Login Failed”.The user is given only two attempts and after |
50 | | - >thatdisplay a toast message saying “Failed Login Attempts” and disable the SIGN IN button. Use |
51 | | - >Bundle to transfer information from one activity to another. |
0 commit comments