Recent posts

Android Beep

less than 1 minute read

AndroidManifest.xml ```xml

Building web server with Node.js

3 minute read

You can easily build the web server with Node.js on the Linux or Unix. I’ve used it to build a monitoring web server. You can gather monitoring data by selec...

Android Webview

4 minute read

It is a basic code for creating a web app using Android Webview. You can customize various kinds of settings. Some of the main functions of web application a...

Base of HTML5

less than 1 minute read

html ```html <!DOCTYPE html> This is title of this page.