
Search In
Android give facility to change the view of a Toast. Sometimes we need to show message on a better way to user .
Here I am writing code to implement custom Toast. I make a separate layout for Toast .
Here I am showing a ImageView and TextView on a
Usability testing is a Black Box testing technique. It is the best way to know how end/real users experience our application/website. Its a technique to know how user friendly our application is and whether real users feel comfortable with our applic
I’M LOOKING FOR A GENUINE WEB DEVELOPER
Hey programmers,
I need an experienced developer who can develop for me a custom database driven music website.
Major tasks include:
1. Developing a custom video/audio channels
2. Create Artiste profiles and ge

When building a 2D game in Unity3D. We need to specify which items will be rendered above which item.
We can do it by specifying the distance of the sprite from the camera but Unity provides a better way of doing this through the use of Sorting Layer
Android provides a special feature for checking spelling and it is easy to implement in your App.
Android provides SpellCheckerSessionListener listener that handles spelling checker.
For spelling checker, we have to implement SpellCheckerSessio
Hi friends,
Here I am writing a way to implement basic LinkedList.
First of all LinkedList has the properties of List interface and
AbstractSequentialList class because it implements List interface and extends
AbstractSequentialList.
Example :
For enabling server to listen on different ports we can make the changes in file “port.conf” in Debian/Ubuntu based linux server. The path where we can find the “ports.conf” file is below:
1-> Debian/ Ubuntu : { /etc/apache2/ports.conf }
l
Advantages of using testing tools:-
There are many benefits/advantages, when we used testing tools to perform the testing. Few are mentioned as below:-
1- Decreasing of recurrent work
2- Better regularity and repetition
3- Objective evaluation
4- R
Joomla is a Content Management System which is free and open source to design websites easily. To add extra features in Joomla which are not available we need to extend it using extensions. Extensions role is to add some extra functionality to the Jo
Inheritance in java is concept by which one class can have the method of the other class.
The class that is being inherited is called Base or Parent class and the one which derive is called the Derive or child class.
Inheritance can be of the two typ
