Techbirds | Knowledge Hub | Page 34

Step 1 Create a new 1024 x 768 px document. Set the Foreground color to #f8cece, then use the Paint Bucket Tool to fill the canvas with that color. Create the text using the font Janda Manatee. Set the font color to #f12f2f, the font Size to 250 pt, and the Tracking value to 20

Read More →

793 total views, no views today

hi folks, I am writhing this to inform all my mates that while doing multiple tasks that continuously updates the UI via notification etc. hangs the UI since there is a lock that threads apply on UI. so instead of doing it in Activity do it in a service that separates the life completely from

Read More →

1,305 total views, no views today

Method Invoked via Object . HI FOLKS, IT HAS BEEN NICE PRACTICE SO FAR TO CALL METHODS VIA SIMPLE MEANS . FIRST DEFINING IT AND THEN CALLING IT BY ITS SIGNATURE. BUT SINCE NOW A DAYS OOPS CONCEPT IS A HIT. METHOD CAN BE INVOKED VIA OBJECT. METHOD CLASS PROVIDES SUCH WAY TO CREATE A

Read More →

319 total views, no views today

First, let’s go over what an enum is and how to create one. An enum, short for enumeration, is a user-defined type consisting of a set of named constants called enumerators. It is used to group related values in a strongly-typed way. Behind the scenes, each enumerator maps to an integer. If we don’t specify

Read More →

433 total views, no views today

Posted on: April 28, 2014 /

Categories: Testing / Author Name: Vishal Tyagi

Few of my testing colleagues like to code and design, but i am having different approach towards testing. I believe tester should do testing rather than spending his time while coding and designing. My colleagues love to do coding but I have found that they love to code but bugs find out by them is

Read More →

558 total views, no views today