
Search In
Hello Android folks,
We've been using selectors and xmls whenever we wanted to apply click effect to the views. Here is very simple and short way to achieve the same.
We can use Android's AnimationUtils class to load the animation on any view.
Bel
These two are strongly-typed HTML helper methods and uses lambda expressions when referencing models passed to a view template.
TextBoxFor will always show the textbox element no matter which kind of property we are binding it with. But EditorFor
Hello reader's lets continue with static variable, today we will discuss about "how to access static variables in PHP and Java".
PHP is usually changing as a Object Oriented language. As being a java coder and PHP coder.
Java and PHP possesses com
Hello if you want to get last insert id or something equivalent to this you can try following steps:-
Lets take this example, Here I just inserted the field in column
$data = array('menuName' =$_REQUEST['menuname'])
$this->Menu->crea
Hello Readers,
After the successful authentication from google plus , the following code snippet is one of the ways that can be used to get the url of the profile image:
- (void)finishedWithAuth: (GTMOAuth2Authentication *)auth
e
Polymer Elements are know as scope because of they act as an hidden tree in their dom. That means you can't predict their style and dome. However Angular is not scoped to that particular directive you can create like a polymer web component. An angul
Hello All,
There are several ways to handle errors in Angular JS, Some of them are listed bellow:
We can use $exceptionHandler which enables us to catch errors which can occur any where in or application. by default $exceptionHandler prints the er
Hello All,
In this blog we will discuss creation of global variables in CakePhp.
Sometimes there is a need to access a variable everytime in the application, so instead of declaring it again and again we can declare the variable globally so that
A cron job is time-based job scheduler in Unix-like computer operating systems. This is normally used to schedule a job that is executed periodically or in simple word we can say when we want to execute any command automatically after some time then
Vibrate and Sound defaults on notification in android
We need to add sound and vibration when notification comes in.
Here I have written the way to get default sound when notification comes in. And vibration because of notification.
Notificati
