evershalik / AndroidPracicals

B.Sc hons computer science android practicals

Home Page:https://ravi-prakash1907.github.io/AndroidPracicals/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Practicals

It holds all the necessary codes for the Android i.e. a skill enhancement course for Undergraduate Students of B.Sc. (Hons.) Computer Science at DU.

Practical List

  1. Create “Hello World” application. That will display “Hello World” in the middle of the screen in the emulator. Also display “Hello World” in the middle of the screen in the Android Phone.
  2. Create an application with login module. (Check username and password).
  3. Create spinner with strings taken from resource folder (res >> value folder) and on changing the spinner value, Image will change.
  4. Create a menu with 5 options and and selected option should appear in text box.
  5. Create a list of all courses in your college and on selecting a particular course teacher-in-charge of that course should appear at the bottom of the screen.
  6. Create an application with three option buttons, on selecting a button colour of the screen will change.
  7. Create and Login application as above. On successful login, pop up the message.
  8. Create an application to Create, Insert, update, Delete and retrieve operation on the database.

About

B.Sc hons computer science android practicals

https://ravi-prakash1907.github.io/AndroidPracicals/

License:GNU General Public License v3.0


Languages

Language:Java 100.0%