Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Difference between array_merge(), array_merge_recursive() and array_combine() functions in php

array_merge(): This function is used to join the one or more array into single array. Syntax: array_merge($array1, $array2, $array3...);   Its required to pass at least one array to  array_merge(). <?php $array1 = array("php","web")

How to expand and collapse header/toolbar in android

1. Coordinator Layout: Coordinator layout is the super set of frame layout. Expanding and contracting of header/toolbar to gain more view for the main content. As per the property of frame layout it can have multiple child views but the additional fe

Pagination in RecyclerView

PAGINATION IN RECYCLERVIEW Hello, Here is a simple pagination tutorial in recyclerview. Step 1 : -  Create a recycler view and its adapter, In my case i have created a custom adapter in order to show user's profile image.   Step 2 :

Using Webstorm For NodeJS

Webstorm is an IDE developed by JetBrains in order to help quick development with Javascript.  To start using Webstorm on linux machine we 

TTS(Text to Speech) android

TTS define Text To speech. Android provides TextToSpeech functionality from API level 4.  TextToSpeech  is in package android.speech.tts.  Here is how to work with text to speech functionality in android. 1. Create a Project.

How to pass extra parameter in Wordpress pagination?

Hello readers, today I guide you "How to pass extra parameter in Wordpress pagination?".   Recently I am working on a project and I want to pass extra parameter in Wordpress paged pagination. Normally we are are using simple paginati

Cordova background plugin- (Keep the app running in background)

Hello Readers, Cordova background mode plugin keeps the app running in background mode. When app pause in background mode and the system keeps open the network but doesn't send data until  app resumes. This plugin helps in those application

df, du and tree in Linux

df, du and tree in Linux   The 'df' command is the simplest tool to view disk usage. Using it without any switches will display the result in block of usage which is not understandable especially for home users. Use the '-h' sw

Difference between Selenium IDE, Selenium RC and WebDriver

Here, we discuss the difference between Selenium IDE, Selenium RC and WebDriver:     Feature Selenium IDE Selenium RC WebDriver Browser Compatibility It works as a Firefox plugin, so it supports only Fir

Discussion on angularJS

Welcome to FindNerd. Today we are going to discuss angularJS. AngularJS is nothing but a javascript framework. It is open-source and managed by the Google. AngularJS works for dynamic web applications and mostly used to develop the single page applic

1 267 409
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: