
Search In
Hello readers , Today in my blog I have tried to create Slideable Grid with the help of jQuery .
As we all add columns to our web pages either for dividing the data as per the screen size so that the content would not get overlapped or anoth
Hello I have created six buttons in an app in android studio inside the Relative Layout. The buttons show OK in the preview mode of android studio but they second last one does not show when I install my app to test on a phone or an emulator. What co
Currently, more than ever and want it or not, most of your business starts on the internet so it is interesting to know how to generate leads from your website.
Surely your buyer person begins their purchase process by searching the internet
Publishing Builds
At any time while we are creating our game, we might want to see how it looks when we build and run it outside of the editor as a standalone or web player. I will explain how to access the Build Settings and how to create different
In our day to day life, we come across different interfaces. There can be several; One which eventually gains our admiration,the other may be kind what we become reluctant of using. Some are the interfaces that inspire us.. They itself give us a soot
In this sample application you will find different types of animations. For example :- Bounce, Fade In/out, Blink, Sequential Animation etc. If you want to use any animation in your app you just have to add that particular piece of code in your app
Hello reader's !
If you want to setup Facebook App Invites of an iOS app then follow these steps.
Using Facebook graph API , make a request to get facebook app_access_token (app_access token is not login access_token) . I m using google chrome po
In the below example I have created an animation splash screen. Here I have first created animate.xml and traslate.xml layout in anim folder and in activity_main.xml layout I have added ImageView. I have used AnimationUtil.loadAnimation method in Mai
Hello Readers! Here is a small blog giving you a brief introduction on the favicon icons. So, what is favicon icon? Why we use it? Well Favicon is a small logo which is found in the title bar with the name of the of the visited URL , and it is used t
In Django framework first we create the project and follow these step shown below:
Step1- First we create a project in your Django. If you are not able to create a project then use this link. This link helps to create a project in Django framework.