-
In this tutorial, I am about to make a more complicated solution – Web-based document imaging capture, combining the implementation of Java TWAIN and Java WebSocket with Dynamic .NET TWAIN library, C#, JNI, Java Swing, Jetty and HTML5 WebSocket. ...
-
In this tutorial, I’d like to share how to write a simple Android application to take a picture, as well as upload the image to a remote PHP server. Let’s get started with a simple Java application.[caption id=”attachment_3447” align=”aligncenter ...
-
This tutorial is not about how to write Android application from scratch. It shares some interesting solutions, including Barcode, OCR, remote scanning and uploading, and so on.Android Tutorial Making an Android OCR Application with Tesseract H ...
-
In the previous articles, I shared how to implement a .Net WebSocket server with SuperWebSocket. Today, I’d like to continue the series WebSocket: How-to, talking about how to implement a WebSocket server in Java.What is Jetty?“Jetty provides a W ...
-
Compared with the regular tiles or ‘stations’ we talked about, the airport is not a regular shape. So a lot of math is involved in the creation of the airport. First of all, we want the airport to appear as a rounded rectangle. So we add a method ...
-
Today we start making our Modern Ludo Game from scratch.The first thing to do is draw the board. For this part, we’ll simply use the in HTML5.The MarkUp is very simple:<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head ...
-
The tutorial introduces how to make a Modern Ludo game from scratch with HTML5, JavaScript and CSS.Chapter 1: Draw the Board.Chapter 2: Placing the Airports and Planes.Chapter 3: Implement the Game Logic
-
A Chrome extension is a package of files including a manifest file, HTML files, JavaScript files and other resources. With extensions, we can add more functionalities to empower Chrome.Getting Started with Chrome Extension Chrome Extension Overvi ...
-
Sparx Systems EnterPrise Architect is a high-performance modeling, visualization and design platform based on the Object Management Group (OMG)’s Unified Modeling Language (UML). It provides full life cycle modeling for business, software, and sy ...
-
Dynamic .NET TWAIN is one of the excellent TWAIN-compliant SDKs for document scanning and image capture. In this tutorial, I would like to share how to create a bridge to convert .NET TWAIN C# methods to Java methods in order to help Java develop ...