In Android, a new page(html) is a new screen and thus is a new Activity, for example you have an application that has a preferences screen and you want to open that preferences on your application, here is how to do it.
Quick background, here we have 2 Activity classes, Main and Preferences, each activity has [...]
