All posts by Editor

Javascript Code Examples: FOUR FUNCTION CALCULATOR

Introduction: The aim of this project is to create a four function calculator using JavaScript programming language. The calculator designed performs addition, subtraction, multiplication and division of tow given numbers.

Code Implementation:

After the basic HTML declarations, we define the type attribute which specifies the type of document for the Internet media. In this project we define <style type="text/css"> which means that the content is CSS. Continue reading

Android Development Examples: Application Development

ANDROID TASK:

Create new Android application which would allow the user to input some text, and then transfer this text to a separate TextView by clicking on it.

SOLUTION:

In this sample we are going to create a basic Android application using the official SDK, Android Studio (the installation of which also requires Java SDK being installed). Once Android Studio is installed and started, you will need to start a new Android Studio project. Continue reading