
Search In
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
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
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
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
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
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.
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


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
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
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
