
Search In
For sending Email to a list of receivers using python can done by using the given code. Here I am using Gmail SMTP service for this purpose (Create a separate account for this, cause it might be dangerous to use your primary email address as the Gmai
File Handling in C:- The File handling is used in c to store the information in file. we can read the data from file and write the data into file for securing your data. Here the below example can show you how to write and read the data of structure
File Structure of CakePHP 3.0
Welcome to FindNerd. Today we are going to discuss the file structure in CakePHP3. If you have worked with previous versions of CakePHP then you will see the changes in cakePHP3 file structure. CakePHP developers have m
A module is light weight extension which pulls information from database or from joomla components.It can be placed in any predefined module position within joomla template.
For Creating any custom module we need to create four basic files which
There are two ways to know that the particular application is installed in your android device or not.
1st way:-
In first way we get the list of installed application and check whether the targeted package name (package of the application that we w
The ServletRequest interface have many methods to handle client requests to access a servlet. It is used for access client requests in servlet. HttpServletRequest extends to ServletRequest.
Below example will help you to batter understand :
we
First let us understand what is RSS feed:
It is a format to share data, defined in the 1.0 version of XML. We can provide information in this format and get this information, and also get information in this format from various other sources. Inform
In the below example I have created a dialog button layout. Here I have created a main.activity layout, In main.xml layout first I have created Relative layout and added all layout in this Main Relative layout then I have created a
Sometimes we need to show a overlay view over the main view so that user not able to click on the background view assets like button click.
in order to display the overlay view use the following function--
- (void)getOverlayView{
overlayView=[[U
If your app wants to show the chats between you n your friend then you can make use of RecyclerView.
Here in the layout that is being inflated in RecylerView, I have used the visibility concept that the layout consists of two major layouts one layou
