
Search In
In our application, we can add notification ringtone as we want. Here is the solution.
First of all we need to create a folder named raw in /res/ file. After creating the folder put your ringtone in raw folder.
Then put this code when you notify
Transform are used for storing and manipulating objects Position , Rotation and Scale or Size .
In this blog we will use transform to move an object.Moving an object by changing its transform does not require a Rigidbody, that way its hard to get c
In case of using simple RewriteRule directive our URL changes with the query string as well but if we want to use the existing GET parameters along with the new parameters appended we should use the flag [QSA].Using flag [QSA] appends the new query s
In an Array , elements are zero-indexed i.e first element of an array is at index 0 and the last element is at the index equal to the value of array length minus 1 (array.lenght-1)
Example ->
var name = [ ' first ' , ' second '] ;
console.log( n
Joomla assign positions to module i.e., position tells where you want to place th module in the page. You can assign the position by following steps:
Login to backend of your website(Joomla administrator).
Go to Extensions --> Module Manager (Yo
Why String is an immutable class in Java ?
Before going for the above question we should be clear what are Immutable classes ?
Immutable classes are the one which once created, then it’s instances can not be changed. Objects of the Immutable class
Whenever we want to create an exact copy of an object, object cloning is used. So, clone() method of Object class is used to clone an object.
The java.lang.Cloneable interface must be implemented by the class to create object clone. And If we don't
To create a Pen Drive Bootable just follows the steps given below:
Step1- Insert your Pen Drive to the system. Please make sure that you don’t have any important data in your Pen Drive.
Step2- Type cmd in search of start menu in system.
Step3- Right
If we forget administrator password in Drupal then it is very easy to recover it using Email or Drush. But situation get tougher when we don't have Drush and email notification enabled.
In this way only database update query is the best way but you m
It work similar to Last ( ) function but it return the last column from a table in database .
Syntax
select last ( col_name ) from table_name ;
It support in Ms Access Database . But for other database there is different statement for Last ( ) fu
