Technology Subscribe to Technology
How to display a Yes/No dialog box in Android?
You can use alert box with Yes/No option for lots of reasons. I used this option to confirm if user wants to close my application. Thus, when user clicks back… Read more
WCF net.tcp listener adapter stops responding Issue
Referring to this post net.tcp listener adapter stops responding. To solve this, I added enable port sharing on server by adding portSharingEnabled attribute <bindings> <netTcpBinding> <binding name=”tcpBinding” portSharingEnabled=”true” … Increase… Read more
Display recent Twitter tweets using PHP
Here is a code to display recent twitter tweets using PHP: $doc = new DOMDocument(); # load the RSS document, edit this line to include your username or user id… Read more
Program to find Anagrams
An anagram of a word or phrase is the result of rearranging its letters to form another meaningful word or phrase. For example, an anagram of “anagram finder” is “garden… Read more
Remove Duplicates from a String
Here is a small snippet to remove duplicate from a string: If input is aaabbbccccdddeee then output should be abcde or if input is abceebc then output should be abce:… Read more
Get source code from APK file – Android Programming
While i was developing my android applications, i deleted one of my applications by mistake. Luckily, i had the .apk file and finally i was able to extract all the… Read more
Identify the points of diagonal of a rectangle
This JavaScript will find the points of diagonal of a rectangle and draw a line on it. // display line between graph function drawLine( Ax, Ay, Bx, By) { Ax… Read more
Android Apps for 2011
Overall, there are more than 200,000 Android apps, compared to Apple’s 500,000 iOS offerings. But the number of Android apps has more than doubled since last August and should outnumber… Read more
Founder of Open Source Facebook died at 22
Ilya Zhitomirskiy, one of the co-founders of Facebook-alternative Diaspora, died Saturday night at the age of 22. Peter Schurman, a Diaspora spokesman, declined to comment on specific details but acknowledged… Read more

