CSE523 / Android Lab
Syllabus
Resources
EXPT-1: Installation and setup of java development kit(JDK),setup android SDK, setup eclipse IDE, setup android development tools (ADT) plugins, create android virtual device
[⤓]
EXPT-2: Create “Hello World” application. That will display “Hello World” in the middle of the screen using TextView Widget in the red color:
[⤓]
EXPT-3: Create application for demonstration of android activity life cycle.
i) Write a program to implement the DFS algorithm for a graph. ii) Write a program to implement the BFS algorithm for a graph. :
EXPT-5: Create sample application with login module. (Check username and password) On successful login, Change TextView “Login Successful”. And on failing login, alert user using Toast “Login fail”.
[⤓]
EXPT-6: Create login application where you will have to validate usename and passwords till the username and password is not validated, login button should remain disabled.
EXPT-7: Create and Login application as above. Validate login data and display Error to user using setError() method.
EXPT-10: Create an application that will pass two number using Text View to the next screen, and on the next screen display sum of that number.
EXPT-11: Create an application that will pass two number using Text View to the next screen, and on the next screen display sum of that number.
EXPT-12: Create spinner with strings taken from resource folder (res >> value folder). On changing spinner value, change background of screen
Content Yet to be Updated for this Page, Submit Resources If you want to collaborate, find form attached on this page below.
Last updated
