Yearly Archives: 2011
Android: Button/Image Pressed Effect
For the purpose you will have to design two images first. 1st for normal view and 2nd for clicked view. Design two images, 1 for normal view and other fo …
Android: Custom ListView Design
For designing a custom ListView you might face following design bugs. Background Of ListView: To adjust the background color of our ListView according to o …
Outlook 2007 Search Problem
Have you ever came across a problem like Outlook search is not working? Find below screenshot: Solution …
DTO (Data Transfer Object)
Data Transfer Objects. Few things I will discuss in this topic: What are DTOs? What is purpose the purpose of having DTO? How to Create? Example Codes. …
Using __autoload() Function
autoload() function of php gives the ability to automatically include a class file. Whenever we create a new object of any class (by writing ), if called cl …