Basic Android

Contains All the practical’s for BCA & BSCIT students.

Download “Android First Example”

FirstApplication.zip – Downloaded 752 times – 141.56 KB

Download “Android Life Cycle”

LifeCycleDemo.zip – Downloaded 480 times – 140.69 KB

Download “ListView”

ListViewDemo.zip – Downloaded 451 times – 140.56 KB

Download “GridView”

GridViewDemo.zip – Downloaded 470 times – 164.60 KB

Download “TimePicker”

TimePicker.zip – Downloaded 384 times – 202.29 KB

Download “RadioGroup”

RadioGroupDemo.zip – Downloaded 353 times – 652.42 KB

Download “Tween Animation”

AnimationDemo.zip – Downloaded 405 times – 1.50 MB

Download “WebView”

WebViewDemo.zip – Downloaded 341 times – 139.51 KB

Download “SplashScreen”

SplashScreenDemo.zip – Downloaded 316 times – 141.58 KB

Download “Alarm Manager”

AlarmManagerDemo.zip – Downloaded 364 times – 141.66 KB

Download “SQLite”

SQLiteDemo.zip – Downloaded 291 times – 140.49 KB

Download “SQLite”

SQLiteDemo-1.zip – Downloaded 274 times – 140.94 KB

Download “Content Provider”

ContentProviderDemo.zip – Downloaded 342 times – 141.02 KB

Download “SQLite”

SQLiteDemo-2.zip – Downloaded 257 times – 141.63 KB

Download “Shared Preference”

SharedPrefDemo.zip – Downloaded 329 times – 140.26 KB

Download “Internal Storage”

InternalStorageDemo.zip – Downloaded 325 times – 141.05 KB

Download “External Storage”

ExternalStorageDemo.zip – Downloaded 296 times – 141.28 KB

Download “TelephonyAPI”

AndroidTelephonyAPIDemo.zip – Downloaded 325 times – 141.80 KB

Download “Inflater Layout”

InflaterLayoutDemo.zip – Downloaded 285 times – 141.07 KB

Download “Fragment”

FragmentDemo.zip – Downloaded 351 times – 141.96 KB

Download “WebService”

WebServicesDemo.zip – Downloaded 395 times – 143.74 KB

Download “WebServices”

webservices.zip – Downloaded 344 times – 1.40 KB

Download “GoogleMaps”

GoogleMaps2020.zip – Downloaded 393 times – 143.80 KB

Java Servlets

Servlet technology is used to create web application (stays at server side and generates a dynamic web page).

Servlet technology is robust and scalable because of java language. Before Servlet, CGI (Common Gateway Interface) scripting language was common as a server-side programming language. However, there were many disadvantages to this technology. We have discussed these disadvantages below.

There are many interfaces and classes in the Servlet API such as Servlet, GenericServlet, HttpServlet, ServletRequest, ServletResponse, etc.

Software Required:

  1. Java JDK. (Version 7 or Above)
  2. Tomcat Apache Server (7.0 is preferred).

Check the below video for setup of

Java Servlet Execution and Enviromnet Setup for Windows Base OS.

Above video is demonstrated for the purpose of learning and education of B.C.A. and BSC.IT. Students of Saurashtra University.