githubEdit

CSE523 / Android Lab

Syllabus

Resources

chevron-rightEXPT-1: Installation and setup of java development kit(JDK),setup android SDK, setup eclipse IDE, setup android development tools (ADT) plugins, create android virtual devicehashtag

[⤓]

chevron-rightEXPT-2: Create “Hello World” application. That will display “Hello World” in the middle of the screen using TextView Widget in the red color:hashtag

[⤓]

chevron-rightEXPT-3: Create application for demonstration of android activity life cycle.hashtag

i) Write a program to implement the DFS algorithm for a graph. ii) Write a program to implement the BFS algorithm for a graph. :

chevron-rightEXPT-4: Create Registration page to demonstration of Basic widgets available in android.hashtag

[⤓]

chevron-rightEXPT-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”.hashtag

[⤓]

chevron-rightEXPT-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.hashtag

chevron-rightEXPT-7: Create and Login application as above. Validate login data and display Error to user using setError() method.hashtag

chevron-rightEXPT-8: Create an application for demonstration of Relative and Table Layout in android:hashtag

chevron-rightEXPT-9: Create an application for demonstration of Scroll view in android.hashtag

chevron-rightEXPT-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.hashtag

chevron-rightEXPT-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.hashtag

chevron-rightEXPT-12: Create spinner with strings taken from resource folder (res >> value folder). On changing spinner value, change background of screenhashtag

triangle-exclamation

Last updated