There are a few ways to save data persistently between launches of your Android application. One way is to actually use a database, but I felt this was overkill for my needs since I only needed to store two numbers. The other way is to save it as an Android application preference, which only needs [...]
Making use of the Internet connectivity on the Android platform often means having to access web pages and reading the data from it for your application. To achieve this, I wrote a function that takes in any URL to fetch the HTML contents from. What this function will give you is the HTML source code [...]
I’ve received many inquiries on the comments disappearing on isohunt.com so I thought I would address the issue here publicly for everyone’s benefit. There is nothing broken. Isohunt.com isn’t functioning improperly and your browser isn’t messed up. This is 100% purely intentional as a result of the legal battle that isoHunt has been fighting with [...]