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

Search In

SDWebImage Framework integration issue in Latest xCode

Download and Add framework Step 1: Download and unzip the lastest version here: SDWebImage.Framework Step 2: Right-click on the project navigator and select "Add Files to "Your Project": In the dialog, select SDWebImage.framework, and check the "C

How to Integarte Google Plus in Your Android App Part 2

Enable the Google+ API First you should open the google API console. And Create an API project for your application. On the Google API console click on Create Project ,enter the name of the project and then click on create. In the Service

How to open PDF file stored in remote server in android.

If you want to display a PDF file in your android application which is located at the remote server then you have to follow the instructions given below. Add this web-view in your xml file. <WebView android:id="@+id/webView" android:layo

Data download problem using apache-flume from Twitter

Hello Everyone, Nowdays I was trying to learn how to handle Big Data, the framework I am currently using is Apache Hadoop. Now I need large amount of data for testing for getting large amount of data I was using apache-flume to download tweets from

How to use Creative Cloud Libraries in Photoshop

Few months ago a new Libraries panel introduced to Photoshop CC 2014. Libraries (Window > Library) helps to store your favorite types of content text style, layer effects, smart objects, color, icons and logo to use them again and again not only

Face detection with OpenCV in iOS

Hello Readers! If you want set face detection in iOS (iPhone) follow the steps given below. First of all we need to add opencv framework to our project. There are severel ways to do that. But the most simple is as follows: Make framework via CMake

Adding jQuery To DotNetNuke Skin or Custom Module

While parsing the skin from HTML file that has been developed by HTML developer. There are many unknown issues occurs. For example- Sub-Menu does not show under Main menu. Slider does not rotate in Homepage. Layout is malformed. Works fine when log

How to fetch data from server using AngularJS

To fetch the data from remote server we have to make the ajax request to the server which will return the data in our desired format, and to do that in AngularJS we can use $http service which helps us to communicate with remote server. To implement

How to send Push notification on Android mobile

If you want to send push notification on Android mobile please use the below function: Requirement :: a) Mobile TokenId b) Google API Key public function send_notification_mobile($mobiletokens, $GOOGLE_APIKEY){ // API access key fr

Looping over list in template using ng-repeat (angularJS)

The ngRepeat directive instantiates a template once per item from a collection. Each template instance gets its own scope, where the given loop variable is set to the current collection item, and $index is set to the item index or key. - angularJS E

1 86 287
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: