Create an application that will display toast (Message) on specific interval of time Code: AndroidManifest.xml <?xml version=...
Monday, 25 December 2017
Create the MP3 player like application with service. Code: AndroidManifest.xml <?xml version="1.0" encoding="utf-...
Write a Program to perform Encryption & Decryption using Polyalphabetic Cipher (Vigenere Cipher) Technique. Code: #include<...
Write a Program to perform Encryption & Decryption using Monoalphabetic Cipher technique. Code: #include<stdio.h> #inc...
Sunday, 24 December 2017
System Time
Unknown
01:16
How to Get System time and print Appropriate message according time using HTML and JavaScript Program: <html> <head> &...
Change Background Image and text color using HTML and CSS Program: <html> <head> <style> body{backgrou...
Check whether number is Even or Odd using HTML and JAVASCRIPT Program: <html> <head> <script type =" text/jav...
Transparency of image code using HTML and CSS Image: Program: <html> <head> <style type="text/css">...