Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to load ApplicationContext in spring framwork?

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

Integrate 360 Degree Video in Unity for Better VR Experience - 3 Easy Steps

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

6 Easy Steps to Build Node.js APIs with TDD Methodology

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 in OAuth 2.0 protocol for authentication

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

3 Facebook Marketing Features Your Small Business Should be Utilizing

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

Using reject in ruby to delete elements selectively from an array

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,

The best Carousel slider for website

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

How to create conditional display using AngularJS

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

Json textview to Json viewlist

public class ExistingCSheet extends AppCompatActivity { private TextView listing; String[] items; ListView lv; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

How an Automated Reminder System Can Help Successfully Manage Appointments in Your Business

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

1 237 481
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: