var n = 0.87; var sType = typeof n; //number var str = "Hello Sapce!"; sType = typeof str; //string typeof true === 'boolean'; typeof undefined === 'undefined'; typeof function() {} === 'function'; // etc. ....... // try get type of null, Infinity, NaN .... var strTypeOfNull = typeof null; alert(strTypeOfNull);
-
Recent Posts
Popular Posts List
-
Linkify text li...
0
42
-
Get Resource ID...
0
41
-
How quickly res...
0
34
-
Compressing a b...
0
32
-
Formatting a Nu...
0
32
-
View overrides ...
0
31
-
Turn screen ON ...
0
31
-
No USB devices ...
0
31
-
Spinner ComboBo...
0
29
-
ImageView chang...
0
28
-
Timer simple Ti...
0
28
-
Scroll to certa...
0
28
-
If, else if, el...
0
27
-
Android Studio ...
0
25
-
How update View...
0
25
-
Get Assets fold...
0
24
-
Create Button a...
0
24
-
Open url with b...
0
24
-
Foreach loop cy...
0
21
-
How to Delete S...
0
21
-
Linkify text li...
Views
- Timer simple TimerTask Java Android example - 125,217 views
- Linkify text link url in TextView text Android example - 75,473 views
- Spinner ComboBox DropDown List Android example code - 74,226 views
- How quickly restart adb.exe ADB server Android emulator example - 69,368 views
- Compressing a bitmap to JPG format Android example - 63,931 views
- Turn screen ON OFF Android sample code - 63,576 views
- Get Assets folder path and read txt file to string Android example code - 59,871 views
- Start Activity from ListView item click Android example - 57,554 views
- Timer task TimerTask run cancel Android example - 56,428 views
- How update View TextView with timer Android runnable example - 51,446 views
- Draw Arc Android basic example - 41,516 views
- If, else if, else statement Java Android example - 41,447 views
- Draw circle Android basic example - 39,861 views
- Class File Editor – Source not found – Change Attached Source – Eclipse - 38,571 views
- AsyncTask Example Android with ProgressBar - 33,773 views
- SparseArray instead HashMap Android example - 33,530 views
- Crop cropped cut bitmap image pictures Android example - 32,874 views
- Create bitmap and draw text into bitmap Android example - 30,624 views
- Scroll to certain position on application Android example code - 30,477 views
- Foreach loop cycle in Java Android example - 28,642 views
Categories
- Android Examples Code (314)
- Android Software Download (4)
- Android Studio (43)
- Array,List,Collections (22)
- Bitmap, drawing (44)
- Bugs, warnings, errors (108)
- Dictionaries (22)
- Download (2)
- Eclipse (78)
- Fragments Tutorial (8)
- Javascript css html (12)
- PHP (3)
- Smartphone (31)
- Smartphones (3)
- SQLite database (7)
- Uncategorized (4)
Archives
Meta