Category: Programming

How to create android wikipedia app

This Android Program shows you Wikipedia Application. Below is the source code of the Program to shows you Wikipedia Application. The program is successfully run. Android Notification Code Some basic programs of Java     Simple Login and Registration Form in HTML and CSS      How to add user registration record into the database(MySQL)  

Android Notification Code

This Android Program shows a Notification Application.Below is the source code of the Program to shows a Notification Application. The program is successfully run.        How to create Android Wikipedia app in android studio 1)MainActivity.java(change your package name)     package com.example.pradeep.noti;         import android.app.Notification;         import android.app.NotificationManager;        

Some basic programs of Java

In this post, we discuss some basic programs of Java. We used the Eclipse IDE to develop and run these programs.  1)Addition of two numbers 2)Addition of any two numbers 3)How to print a<b and a>b 4)Addition, Subtraction, Multiplication, and Division of specified two number 5)Reverse string Note: You can use these codes free. Just

How to add user registration record into the database(MySQL)

Tutorial 2 In this tutorial, we will discuss how to create a Login.jsp and Register.jsp pages. This tutorial, we discuss all the steps for creating a login.jsp and register.jsp page. Please first read the first tutorial of this project in the code section.If you understand the first tutorial then you will understand the second tutorial. First,