
Search In
ApplicationContext is an interface and it's provides configuration information to an application. Here multiple classes are provided by springframework that implements this interface and helps us to use configuration information in applications. Appl
360 video are also known as spherical video which records a view in every direction at same time. Unlike normal video 360 video gives you complete 360- angle view. While watching these video you can control viewing direction. These are recorded by sp
TDD (Test-Driven-Development) is getting popular day by day defining its needs in greater code testing. This process is a test which we define to get an output by applying to our library, API etc. Day by day Nodejs is now developing as a language of
Grant Type for access token in O-Auth 2.0
Authorization Code
Implicit
Authorization Code
The authorization code grant type is used to get both access tokens and refresh tokens and is optimized for confidential clients. Since this is a redirectio
As a small business, you should be reaching out to customers in every way possible trying to gain an edge on the competition. With more than 1.8 billion active users a month, Facebook is a prime location to start a marketing campaign and they want yo
1> To delete an element from an array, use reject as shown below:
arr = ['a','b','c','d','e']
arr.reject! { |i| i.match('d')}
Result :=> ["a", "b", "c", "e"]
2> To delete particular keys from the array whose elements are also arrays,
Hello Reader's if you are looking for the simple and light Slider to integrate into your website then Carousel slider is the best. You can take my code as below:-
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="ut
With the help of AngularJS, I have created a conditional display function. In the example given below, I have used ng-show( for showing the element ) and ng-hide( similar to 'display:none' or hide the element ) derivatives.
HTML-
<!DOCTYPE htm
public class ExistingCSheet extends AppCompatActivity {
private TextView listing;
String[] items;
ListView lv;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);

You have started a new business and are worried about keeping track of the many appointments that you are sure to have. Your business runs off making sure that patient appointments are noted and kept on schedule. Obviously a time management system is
