Skip to main content
Search form
Search
Log in/Register
Home
Menu
ActionRoom
Languages (5)
Web Development (2)
Parenting (1)
Computer Science and Engineering (21)
General (34)
Blogs
youngdeok's blog
Adding CSS Classes to Fields in Drupal
Drupal
Last modified:
2017-10-19
Implementing any type of modular CSS requires fine grain control over classes in your HTML. Fields are a fundamental building block of any Drupal 7...
Android JSON Parser
Android
Last modified:
2019-05-25
In this example we will see how to parse a JavaScript Object Notation(JSON) response. Here we will use a set of classes from the org.json package...
Count Down Timer Example
Android
Last modified:
2017-10-20
In this sample application we will create a countdown timer in android using the CountDownTimer class .This is an example of showing a 30 second...
switching activity and sending data
Android
Last modified:
2017-10-20
There may be situation where you want to send data from one activity to another while switching from one activity to another. FirstActivity.java...
blink ImageView
Android
Last modified:
2017-10-20
code snippet final Animation animation = new AlphaAnimation(1, 0); animation.setDuration(1000); animation.setInterpolator(new LinearInterpolator());...
How to detect motion on an Android device
Android
Motion Detect
Last modified:
2017-10-20
This article explains how the simple motion detection mechanism works. Strategy Dead simple. I store a frame and compare it to the next, if the...
Pages
« first
‹ previous
1
2
Recent blog posts
Kotlin with JAVA Script3(CSS)
Kotlin with JAVA Script2 (HTML)
Windows 10의 WSL (Ubuntu-18.04)에서 LEMP 스택 구성하기
Drush 설치와 사용법
PHP 7.2 Deprecated each() function
Kotlin with JAVA Script
Border or Outline to a widget in Flutter
React를 위한 Javascript 정리
맥 혹은 윈도우 WSL에 iTerm2 터미널 환경 구성
Primitive types in Java, Kotlin
More
Blog Tags
Android
(5)
Border
(1)
DOM
(2)
Drupal
(2)
Drupal7
(1)
Flutter
(1)
HTML
(2)
Java
(1)
Javascript
(1)
JSON
(1)
Kotlin
(1)
Motion Detect
(1)
Outline
(1)
PHP
(2)
Primitive types
(1)
Views
(1)
WSL
(1)
Table of Contents
Language
English
한국어
Get in touch with us
"If you would thoroughly know anything, teach it to other."
- Tryon Edwards -
ActionRoom
Languages (5)
Web Development (2)
Parenting (1)
Computer Science and Engineering (21)
General (34)
Blogs