
Search In
Hi Readers,
In iOS development of today scenario we may pass the data in different part of code either to selected class or broadcast. One way of broadcasting objects is local notification. Following is the way to implement it:
To broadcast object
STI can be considered where single table can be used to represent multiple models based on different type. The parent model inherits from ActiveRecord::Base. Other models inherit from parent model. Data store and accessed from same table for all STI
Exceptions are the abnormal conditions which generated at the time any runtime error occurred.
To handle these exception is known as exception handling. The exception handling is done to maintain the normal flow of the program. In java there are diff
If you are looking to create Sliding menu in android below example will help you.In android Sliding menu is used to hide and show menu items. In below example I have create multi layouts here like fragment layout using for dividing menu item . fragme
• Subnetting is the process of dividing a single network into multiple small networks.
• Converting host bits into network bits i.e. converting 0’s into 1’s
• Subnetting helps in minimizing the wastage of IP address.
For Example :--
Su
There are four ways to install a plugin in CakePHP->
• Plugin install through Composer
• Manually plugin install
• Plugin installed As Git Submodule
• By Git Cloning
1- Manually
To install a plugin manually in CakePHP, you just have to make a p
What is SVN?
1) Subversion(SVN)is a SCM(Software Configuration Management)
Implementation.
2) It allows to track changes in files and directories.
3) It allows concurrent development in same files.
4) It is centralized(one server).
Basic SVN Command
To drag and drop a movie clip we use two function:
1.startDrag()
2.stopDrag().
startDrag(): is used to drag a specified movieClip. MovieClip remain draggage until explicitly
stopped by making call to stopDrag().one movieclip is dragged at a time.
Use this code - function.php
if ( ! functionexists( 'findnerdpagination' ) ) :
function mypagination()
{
global $wpquery;
$big = 999999999; // need an unlikely integer
echo paginatelinks( array(
'base' => strreplace( $big, '%#%
The default back button in the navigation bar that pops the current view and takes the screen to the previous ViewController, can be easily customized and made to look fancy, trendy and in relation with the rest of the theme of the app.
This is pret
