GT's Blog
Code snippets, technical articles, tips on computing and programming...
Pages
(Move to ...)
Type in Nepali Unicode Romanized - Convert Roman Nepali to Unicode Tool
▼
Android JavaScriptInterface tutorial and example for calling JavaScript function from Android
›
In this tutorial I am going to describe JavaScriptInterface for calling JavaScript function from Android i.e., JavaScript Binding to Androi...
Android WebView WebChromeClient example tutorial
›
WebChromeClient is used to handle a JavaScript events in Android App which are produced by WebView. The examples of such events are : ...
4 comments:
Android WebView Complete Example Tutorial
›
The WebView class allows you to display web pages as a part of your activity layout. WebView becomes helpful when your application frequ...
6 comments:
XSLT : Using reusable XSL to generate HTML Form dynamically
›
In this article , am going to describe how to generate html form dynamically using reusable xsl file. Problem Statement : Suppose I hav...
1 comment:
Xsl transform in Java working example (xml to html)
›
In order to display XML documents, it is necessary to have a mechanism to describe how the document should be displayed. One of these mechan...
2 comments:
Java - Single instance of application - working source code example
›
Having a single instance of an application is crucial in most of the software. In this article, I am giving an example on how to implement s...
Some useful Regular Expressions for Find/Replace in Eclipse IDE
›
Regular expressions is powerful tool mostly used in search, edit and manipulate text. A regular expression define a search pattern for strin...
Singly Linked list with all operations in C++
›
Linked list with all operations. Insert, Delete items at various position. #include <iostream.h> #include <conio.h> //sin...
Dynamic Implementation of Queue in C++ using linked list
›
Dynamic Implementation of Queue in C++ using linked list #include <iostream.h> #include <conio.h> class queue { ...
Dynamic Implementation of Stack in C++
›
Dynamic Implementation of Stack in C++ using linked list #include <iostream.h> #include <conio.h> class stack {
‹
›
Home
View web version