DragManager in flex have manager class for dragging which is handled all the event of drag and drop.
1. Here we discuss to drag and drop from one container to another container.
2. Let’s take 2 container of Hbox one is “hb1” and second is “hb2” , “hb1” is the base container in which dragged item [...]
Welcome to the series of blogs on Design Patterns. This is introductory blog on design pattern. In this blog I will try to explain definition of design pattern & will try to walkthrough of 3 main categories of design pattern.
Definition:
Design patterns are tried and tested programs for recurring problems in software programming. These patterns are [...]
Nowadays, we can see Android phone everywhere. Why Android? Android is relatively a newcomer in the Smart-phone market, still it has managed to gain overwhelming popularity and is continuously growing at a tremendous rate.
We at SPEC-India, Android Development division is well conversant with the Android Software Development Kit, different technology tools and team required for [...]
Advantages of XML
1) It supports Unicode, allowing almost any information in any written human language to be communicated.
2) It can represent common computer science data structures: records, lists and trees.
3) Its self-documenting format describes structure and field names as well as specific values.
4) The strict syntax and parsing requirements make the necessary parsing algorithms extremely [...]
What XML is?
Very easy to use and code. The complete specification document is less than 40 pages long. XML is designed to be easier to code than either HTML or full SGML.
It is an open standard - XML is a subset of SGML.
a learning curve - XML was designed by people with many years of [...]