
Search In
Java Is a platform Independent Language, but the JDK Java Development Kit is used to developed wide range of applications. Java Development Kit includes some other like JRE and JVM for the complete development.
JRE Java Runtime Environment as a Part
UI (User Interface):- User Interface means testing the application that how easily an user can use/understand the application.GUI (Graphical User Interface):- In GUI we test requirements like background color, button naming convention, drop down menu
IBM has estimated that businesses in the United States lose $3.1 trillion a year simply because of bad data. This cost represents the amount of time and resources that are wasted when professionals and decision-makers have to work around errors or du
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
To get SMS conversation from an Android device we will use following code:
ContentResolver contentResolver = getActivity().getContentResolver();
Uri uri = Uri.parse("content://sms/conversations/");
Cursor cursor = contentReso
I am developing an application that connects to a database and displays the records of each table in a RecyclerView that has CardViews inside, but when I run the application I get the following message in the Android Studio compiler:
E/AndroidRunti
Hello Friends, As we know that PHP become one of the most popular web scripting language to develop dynamic web applications. With the advancements in technology, there are lots of frameworks introduced for PHP which provides different features. Most
In iPhone application development it is required to fetch the contact detail that are saved in the contact list of iPhone.
So here is the program that will help you to fetch the detail of the contact with name number and contact image, if the image
Hello all,
To handle errors in C#, we generally use try, catch and finally methods. but when error occurs in finally block basically three things happens:
.
The exception rises and it needs to
be handled at upper level, but while handling the err
Push notification plugin supports receiving notification in your phonegap application. It can also handle the notifications received. It supports multiple platforms like android, iOS, windows.
Installing the Plugin:
You have to run the following co
