
Search In
Hi Reader’s,
This blog includes the concept of how to drag and drop UICollectionView cell item to another UIView with the help of long press gesture. First of all given below is the snapshot of storyboard in which collection view is t
In this blog, we will learn to create images of different shapes using css3. In my example, I have created images of different shapes like rhombus, hexagon, diamond, octagon. I have taken four classes rhomb, dia, hexagon and octagon having fixe
In this blog we will learn about some terms and crud operations in mongodb. As we are very much aware about the terms related with RDBMS such as creating database, creating tables and insert records in the table. Here we will learn about the basic te
As we know we have notification bar to show all the notifications in that are, in Android M we can show multiple notifications but from android N we can group them easily with better UI experience.
A summary will also add whenever user wants to add
Hello Readers!
In this blog post, I am going to tell you about slideshows but with a special effect.
Slideshow is an information which is displayed in slides. The information may be images, text, chart etc. The slides change after a certain time in
Hello Readers!!
Today we are going to discuss about the AdMob SDK intergration with Unity3D. Its very easy and straight forward.
You can download the latest AdMob plugin from here :-
https://github.com/googleads/googleads-mobile-unity/rele
In 2016, some of the most well-known SEO strategies are even more crucial than before. In addition to some of the old methods becoming far more emphasized in various ways, there are brand-new changes on the horizon as well. Being aware of t
Dragging and dropping can enable users to drag an object from one destination point and drop it to different location into the same webpage. This is a very instinctive way for users to interact with your webpage.
Where we have to use Drag and Drop E
www.trak.in
Following the IPhone 7 launch trail, Google has also to launch its two exclusive smartphones, namely Pixel and Pixel XL. The phones will be available in India for pre-order from October 13. Globally, the Pixel phone pri
Constructors in c#
Constructor is a special method of a class that gets called when an object of a class is created. They are mainly used for initialization and memory allocation for member variables of class. There will always be a default construc