April 2015
9 November 2014, 3:18 pm
Ahad, 9 November 2014, 3:18 pm0 Android Progress Notification module is a module to display notification in Android notification area which contains progress bar. In addition, it also support setting the number of notification, useful if you have a number of grouped notifications. November 2014ShareTweetSaveSendCopy
9 November 2014, 1:49 am
Ahad, 9 November 2014, 1:49 am0 Lately I’ve seen a few facebook posts that look like this: Generally it posts something about interesting facebook features or links to adult-ish blog post. When navigate to that link, it’s a regular facebook post. Similarly for links to blog post, it’s also a normal blog post. However they require you to click […]
7 November 2014, 7:35 pm
Jumaat, 7 November 2014, 7:35 pm0 To download, long press on image and choose ‘Save link as’ and the wallpaper will be saved to your phone gallery November 2014ShareTweetSaveSendCopy
7 November 2014, 6:42 pm
Jumaat, 7 November 2014, 6:42 pm0 Color values are represented in hexadecimal value: #000000 0 – red, 0 – green, 0 – blue color = black #ffffff 255 – red, 255 – green, 255 – blue color = white ‘ff’ in hexadecimal is 255 in decimal, (2 ^ 8) – 1 = 255. In CSS, […]
6 November 2014, 9:03 pm
Khamis, 6 November 2014, 9:03 pm0 ActionBarImplBase can only be used with a compatible window decor layout This error occured in android 2.3 if you’re trying to use ActionBar feature on theme that disable ActionBar Let’s say you define a style that enable actionbar overlay mode Then one style extends this base style, but disable […]
6 November 2014, 8:42 pm
Khamis, 6 November 2014, 8:42 pm0 This function cast any variable into type ‘boolean’ November 2014ShareTweetSaveSendCopy
1 November 2014, 1:03 pm
Sabtu, 1 November 2014, 1:03 pm0 In NodeJS project, usually modules are loaded at the beginning of the file: When this NodeJS application being run, it loads all of the dependencies & start executing the program. In large application, there will be delay before the application can start operating, because of the dependencies loading. For […]