AngularJS Digital Clock using a Directive

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a running digital clock in Angular JS by creating a custom directive. Calling this directive in our html will return a running digital clock where the date is filtered depending on our set filter. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.

AngularJS Step by Step Form using ngRoute

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a step by step form in Angular JS with Angular Route and Angular Animate. Step by Step form is a kind of form wherein users can't proceed to the next step without finishing the current step first. We use Angular Route to handle our routes and angular animate for a simple slide animation in between views.

Android: Simple Rating Bar

Submitted by razormist on
Learn on how to create a Simple Rating Bar using Android. This simple app can used on some application that needed a review system to their quality. It used in several gadget like smartphone, tablet, and even television. Android is open source to developers who has an interest in developing mobile apps.