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

Search In

AutoComplete TextView in Android

AutoComplete TextView in Android AutocompleteTextView is an editable textview, It shows dropdown box of suggested item based on the reserved word. So by using this we don't need to write complete letter. Basically AutoCompleteTextView is subclass

Make Paypal Payment in iOS

To Integrate paypal in iOS App use the steps below: 1- Install Pod for paypal platform :ios, '6.0' pod 'PayPal-iOS-SDK' 2- #import <PayPalMobile.h> to your viewController.h and also set the delegate in .h @interface myPaymen

Background Image username + password fields buttons are not showing

My background Image username + password fields buttons are not showing how can I fix this. I did create two states one for the buttons and the other for the text field can someone please help me to fix this and how none of the 3 is showing import

BitConverter.ToString()

In C#, many times we need to convert a byte array to string format. In this blog, we are going to illustrate how to convert the byte array to its corresponding string format by using BitConverter.ToString() method.   Syntax: public static str

How to Use Camera with PhoneGap?

Hello Readers, This blog will demonstrate Camera functionality in cordova application. So lets start First of all, you need to install following plug-in through CLI (Command Line Interface) $ cordova plugin add org.apache.cordova.camera Quick e

Solution for Exception Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.Log

If you face following exception while deploying your application in tomcat: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/ApplicationName]] at org.apache.

How to set half color on text ?

Hi all, Below is an example how to make half color on text using css. In this example we are using custom-attribute. If you are looking for custom-attribute, In one my previous blog I have explained about it click custom-attribute to know more. HT

Rounded corner in XIB or storyboard

Hi, I am writing for the first time on FindNerd. Many times we need to make buttons, labels, imageview, view to have rounded corner. and we write code as below to perform it. [redButton.layer setCornerRadius:15.0f]; [redButton.layer setMask

ASP.NET MVC: How to check session timeout and redirect to login page

The following post captures the implementation details to manage session timeout in ASP.NET MVC. If session has expired we will redirect the user to login page First you need to make modificaions in web.config as below: <system.web> <s

How to use SharedPrefrence in Android

SharedPrefrence help us to store private primitive app data in form of key value pairs, but the data is lost when you uninstall the application or you clear application data through settings.To use the SharedPrefrence in your android app follow the s

1 389 481
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: