
Search In
Parcelable is mechanism for passing data between Activities. Parcelable works same like serialization but It is faster then serialization.
Here are the points to make class parcelable.
1. Create simple model class like below I created with name Stu
Why we need JavaScript Closure or uses of JavaScript Closure?
In previous blog(Introduction to JavaScript Closure and Elements for Closure Pattern), we talked about the Closure and Elements. In this blog we are going to cover a ma
Hello Reader,
The below example will help you to create user custom sign-up using AJAX.
Please follow below steps to create WordPress custom sign-up.
1.) copy the below line and paste it to header,php file under section.
<script type='text/ja
Welcome to FindNerd. Today we are going to discuss custom modules in Nodejs. As we have discussed the in-build modules as well as other modules which are provided by npm. We can also create our own modules. Kindly use the following steps.
St
If you are looking to create a music layer in android , here is the simple code snippet that can help you for this :-
Step 1:- Create an xml file for music player say"music_player.xml"
<RelativeLayout xmlns:android="http://schemas.android.com/
Hello Readers
To integrate PayPal in an ios application for future payment , the following steps need to be followed:
Step 1: Download the PayPal ios sdk from the link given below:
[https://github.com/paypal/PayPal-iOS-SDK][1]
Step 2 : Import the
Scala is a programming language and full form is Scalable language. It first released in 2003.
Scala is object-oriented and functional language. Many companies that depend on Java switching to Scala to enhance their development productivity, stabili
Today we will explore one of the greatest feature of Joomla! that comes built-in with core Joomla. This in-built ACL feature gives you the ability to control to your application exactly what the user can see and what User can do.
Before dive into th
"Attribute Routing in ASP.NET MVC"
Routing is a major concern in a MVC application, I have already discussed about the Routing Basics and Customization of routing.
Please find below the links for reference:
Basics of Routi
Generics in C#
Generics in C# allows a programmer to generate a class or method which can work with multiple datatypes.
The specification of datatype of the elements used in class or methods is delayed by using Generics until these elements
