
Search In
Welcome to Findnerd. Today we are going to discuss pagination in CakePHP 3. If you have hundreds of records in one page then you need to implement the pagination for better user experience. Pagination is a technique to divide the records in multiple
To grab MAC address first we have to enable device WIFI, after enabling it we can get the MAC address.
public static String macAddress(final Context context){
WifiManager wifiManager = (WifiManager) context.getSystemService(Context.WIFI_SER
SQL follow the unique set of rules that is called syntax ,follow the rules given below
SQL database is not a case sensitive . Generally in SQL database keywords are written in uppercase
SQL statements are dependent on text lines .
You can do task
Hello Readers !!
Today we are going to discuss about the performance of Unity3D game.
Here are some points which can increase the performance of game.
Sprite Quality:- Sprites are the main things which we use in our game. We use spr
In HTML5 there is a new feature of localStorage. With this feature web pages store data locally inside the user’s web browser.
Earlier, cookies were used for storing data. The data is used only when it is asked. also you can not store large dat
The general idea for playing an audio file in iOS 6 was to create an object of AVAudioPlayer and pass the file path to it as follows:
NSURL *fileURL = [NSURL fileURLWithPath:audioFilePath];
player = [[AVAudioPlayer alloc] initWithContentsOfU
If the length of results is greater then the value if the max_allowed_packet system variable then the String-valued functions will return NULL
The first position of a string (for those functions which operate on string), is numbered 1.
Non-integer
Hello Friends,
Pagination is the basic component of listing pages. If you are new in Codelgniter and want to use paging in your listing pages. Please follow the below code for the same:
1) Open your listing controller where you want to show listing
// C++ program to count no of words from given input string.
#include <stdio.h>
#define separator 0
#define word 1
unsigned countWords(char *str) // returns number of words in str
{
int state = separator;
unsigned wc = 0; // word count
w
To pass data from one fragment to another in android we simply make use of Bundle .
In this example I am sending three String from MainActivityFragment(Fragment) to SecondFragment(Fragment) with the help of Bundle.
Below is the co
