
Search In


In this tutorial we'll learn how to make a penguin in illustrator.
Step 1: Take a ellipse tool and draw a oval on the canvas. Now goto direct selection tool and select the bottom anchor point of the oval, drag the point slightly upw
How launchmode parameter in activity behaves
<activity android:name=”.FirstActivity”
android:launchMode=”singleTop”></activity>
Let us assume different activity as A ,B ,C ,D ,E
1 android:launchMod
Functions which can retrieve the request object, response object and the next middleware function in the application’s request-response cycle are Middleware.
The concept behind middleware is same as Filters in other languages.
Features
Bootstrap button tag represents a clickable button. For a default button, you need to use a .btn class, it has gray color with rounded corners and 1-pixel border. Bootstrap provide some more style button you can use that classes with .btn class.
&nb
iOS has integrated full physics engine to UIKit. Which not only integrate physics-related capabilities but adds smooth and fascinating animations by using underlying iOS Physics engine and provided dynamic items what we send in API. One can use the U
Hello Everyone.
Here,We will be going through a series of tutorials which aims at providing a basic understanding of AngularJS 2 framework. At its best,it will make you quite acquainted with the fundamentals of AngularJS 2.
This is the first tutori
Hello readers, today I guide you "How to create own custom hooks in WordPress".
A crucial but often avoided practice is adding custom hooks to your plugin so that other developers can extend and modify it, without having to fork it
Hello Readers,
In today's post we will discuss about media plugin for Cordova apps. This plugin allows to record and play back audio files on a device. This plugin defines media constructor. We need to use this plugin with the device ready event
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
Mixin in LESS are group of CSS properties which have similarities to functions in other programming languages. LESS mixins allow us to include all the properties of an existing class or ids into another by including the class/id name as its property.
