
Search In
Hello Readers,
This blog shows the creation of custom component in Joomla.
Here we show the name of the component (mycomponent) as an example.
Step1: Create the name of the component com_mycomponent inside the Joomla component folder. (Her
Hi Readers
This Tutorial is a brief introduction about the new feature introduced in iOS 8 ,that is, HealthKit.It gives us the way to store and retrieve a user’s health data.
Before using this HealthKit let us go through the app via which the
How to show checkbox selected using MVCCheckBoxList in Asp.Net MVC
In my previous blog I have discussed about how to use MVCCheckBoxList. Please visit the following link for reference:
MVCCheckBoxList in Asp.Net MVC
Issue:
The problem which I also
Hello Guy's
This Blog will guide how to create DLL file from java using JNI.
Please follow the below instructions.
First create a java file that contains the native method and it loads the DLL file.
Create TestDLL.java and put below code :
public
"Add marker to a desired location and resume back to location on Button Click in a Google Map "
In my previous article I explained how to integrate Google Map in a .Net Wb Application, If incase someone has missed it then ple
Coding a workflow system will improve productivity. In addition, bpm is crucial to your business goals. It helps you understand the processes that need to be done and have the technology to see them through. So if you are looking build out your
this is the code:
import java.util.Scanner;
public class Bill {
public static void main(String[] args) {
// smiley 30 strips 40 milk 20
Scanner sc = new Scanner(System.in);
System.out.println("Choose one of the follow
Magento provides a way to add product attribute from admin but sometime we need to add category attribute in our category settings. So here I am going to tell you the way we need to create category attribute programmatically.E.g. I am creating one ag
1)Suppose we have a Button and a TextView in XML:
activity_main.xml
<Button
android:id="@+id/btnGet"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="GET IMAGES" />
<TextView
androi
Android developers do face the exception when sending large file from Android device to a server. To send large file to a server you have to make the file into small size chunks and then send it to the server.
setChunkedStreamingMode(1024), this met
