
Search In
In many applications we have to create form that contains both EditText and TextView. The look and feel of EditText and TextView are completely different. So for making the TextView appearance similar to EdiText we have to specified its style attribu
Blink Animation in android
Here I write code for blinking any components like TextView, ImageView etc.
Here I just use AlphaAnimation class of Animation .
TextView textMessageCenter;
textMessageCenter = (TextView)rootView.findViewById(R.id.text_me
Java MAil API composed of classes and some Interfaces which is used to send(compose) , read(fetch) and delete e-mail messages
Sending Simple Text Mail:
To send a simple Text Mail you can follow the following steps:
1. Get a Session object which h
Below is the step-wise process for integrating a Podfile easily in your Application.
1.Open Terminal
2.Change the directory in Terminal to the location where your Xcode project resides.
3.When you reach to the desired project location in which yo
QA Server and its advantages:- QA stands for Quality Assurance. QA server is used for testing software where all types of tests are performed/done to measuring the quality of the software/product. Software is installed from development server to QA s
Hello Readers,
When we log in to the Joomla administrator site and we find out the error like:-
unable to log in to the Joomla administrator site.
JAuthentication::__construct: Could not load authentication libraries.
Username and password do not
The string functions lcfirst() and ucfirst() are used in the cases when there is a need for manipulating your string first alphabet. These occurs when the string is like name or title.
lcfirst()
This function does the lowering of the first alphabe
At the time of registration or change password we need to provide password, so for this we usually implement Confirm password functionality.
Example: In the below example I want to confirm password on form submit, so for this I have created a functi
Making NGINX Server HTTPS Certified
For making a server HTTPS compatible, these steps can be followed if you are purchasing the SSL certificate from Godaddy:
Purchase an SSL certificate from Godaddy.
Now login to your server using SSH
ssh -i pemk
Step-1 Configuring Odoo after that we will provide admin_passwd .
Step-2 Then use all database management screens (to create, delete, dump or restore databases).
Step-3 If the management screens not accessible, then make it accessible from a selected
