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

Search In

UICollectionViewCell with dynamic cell height

Sometimes we require dynamic height of UICollectionViewcell according to text of our label like this:   To get output like this do following steps.    Go to your storyboard, from "object library" drag a collectionView t

Bit Array in C#

The Bit Array class represent compact bit of values mainly represented with 1 or 0 or you can say true or false.       It is used when you want to store bits but don't know the size in advance.     You can access i

  • 198
Use Collection View in swift

Hi, Step's required to use collectionView in Swift 1- Add collection View in your project 2- Set the delegate for collection view in controller 3- Collection view has a prototype cell, you can design accordingly you want. 4- Create a subclas

IPV4 packet structure

Internet Protocol being a layer-3 protocol (OSI) takes data Segments from layer-4 (Transport) and divides it into packets. IP packet encapsulates data unit received from above layer and add to its own header information.       Th

  • 179
Get category and their post via ajax

Hello readers, today I guide you "How to get category and their post via ajax". Suppose we have 5 category in Wordpress and we want to display it in tab base and also display their post. In first when our page is loaded, 2 post are shown f

How to create custom video camera

This tutorial is very helpful to create a custom video camera with controls . With the help of this content you can designing your own camera GUI with flash light ,start capturing video,stop capturing video.This content also has a feature to open bot

Difference between update() and merge() in Hibernate

Difference between update() and merge() method : Hibernate has different methods to save, fetch, update and delete object. Commonly or the most popular methods to update the data are update() and merge(). The update() method is widely used to update

Discussion on convert Html to pdf in CakePHP 2.x

Hi Reader's, Welcome to FindNerd,today we are going to discuss convert Html to pdf in CakePHP 2.x. If we want to convert Html to pdf in our CakePHP web application then firstly we have to download TCPF library from Github. You can see below link

Discussion on filters in angularJS

Welcome to FindNerd. Today we are going to discuss one of feature of angularJS that is filters. We will discuss angularJS features one by one so keep reading our blogs. Filters play with data. It transforms the data as well as change the format of da

Pagination in android recyclerview

 Step 1- Defined here  some necessary variable   boolean isLoading=false; -> this variable will use to show progressbar below to recyclerview in your xml file when you scroll your recyclerview list . int mPageSize=10; -

1 9 109
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: