
Search In
Hello Reader's!,If you want to send HTML/PHP form data with attachment through mail Then PHPMailer the best option for you.
PHPMailer is one of the popular email-generating and sending libraries in the world thou currently many popular PHP
Java String split
The java string split() method splits a string according a given regular expression and returns a char array.
There are two signature for split() method in java string.
public String split(String regex)
pu
Hi All,
One Way Binding :- In one way bindings, data flows only from object to UI and not vice-versa. For instance, you can have a UITextField called as nameTF which is binded with an object having property nameValue. So when the object value chang
AngularJS $apply comes into play when it invokes digest cycle to watch the scope model changes. Angular wraps the function call within the $scope.$apply. It means it executes a complete new life cycle. If the execution of the function is normal, the
Scala is a programming language and full form is Scalable language. It first released in 2003.
Scala is object-oriented and functional language. Many companies that depend on Java switching to Scala to enhance their development productivity, stabili
While making projects you need to use check boxes and radio button controls
So while making views you need to understand the way that these values are get or set
<div class="form-group" id="secondcountry" style="display:none"
After creating a ViewPager (as I also described here ViewPager) we need to catch the changing of slides event.
To do this we have a listener OnPageChangeListener i.e, ViewPager.OnPageChangeListener that invokes whenever we chance the page or increme
Java Reflection
The run time behaviour of a class can be examined and modified at run time,this process is called java reflection. To examine and change the run time behaviour of a class java.lang.Class is used which provides many methods
The problem that I encountered when showing images in ListView from Parse.com is catching because we get ParseFile from cloud.
So I first change ParseFile to byte[] and then use Glide library that allow byte[] also to load image.
Glide's
Hello Readers..
By this blog i am contributing few common test scenarios for the OTP testing. OTP stands for ‘One Time Password’. Now a days, OTP testing is an modernization plan. OTP testing is an innovation testing technique or testing
