
Search In
We can handle static content for example: js,css,images in Spring MVC by using mvc:resources element. mvc:resources element is used to point to the location of static content with a specific public URL pattern.
For example – define the below line
Hi Readers,
In this blog, we will discuss how to save data entered by a user in SQLite database. Before proceeding towards the saving of data into the database you should know how to create a database and tables inside SQLite database.
Here we
In this tutorial, we will learn to move layout view from one position to another position. We are using Draggable Layout, its a user interface which elements can rearrange from one position to another position. To drag an element just press over the
Step1: Add dependency MPAndroidChart and jitpack maven repository in your build.gradle
repositories {
maven {
url "https://jitpack.io"
}
}
dependencies{
compile 'com.github.PhilJay:MPAndroidChart:v2.1.6'
}
Step2: Adding com.g
Data helps marketers create better decisions and strategies. However, the huge amount of data can be overwhelming. It gets lost in translation, losing its value. To avoid such a thing from happening, organizations need a CDP platform, which delivers
Software Development Methodologies :-
Are you hoping to add more structure to your software development work process? Choosing the correct software development procedure for your item association generally depends on your group size, objectives, and
Defect Life Cycle
It indicates the complete life cycle of a defect or a bug right from the stage found, fixed, re-tested and closed.
It consist of various status like open/new, assigned, fixed and close/re-open.
Open - When we got a bug the status
The transition from OpenERP 7 to Odoo (OpenERP 8) visibly highlights power of the web. Odoo comes with more than 4,000 apps for sundry business needs and requisites.
There has been a worldwide acceptance for version 8.0 among its partners and users
Hello Readers
Below is the Sorting functions in PHP:
sort(): It is an array function which is used to sorts the array and it will be arranged the elements in ascending order (lowest to highest).
Example of sort():
<?php
$subject = array("
Hi all,for setting the amazon product API you will need amazon associates account and AWS account. Create the account using this link: http://aws.amazon.com/. After registration, generate `AWS_API_KEY` & `AWS_API_SECRET_KEY`.
Download the API fr
