Android Development

Every Screen needs to have an Activity associated with it. the activity's oncreate() method is called when the activity comes into existence. The UI for the screen should be defined in the layout xml and may be initialized in the oncreate() method. The following sections describe the Activity and some Custom Controls in detail. (more…)...
Read More

Java Mail

This document describes the usage of JavaMail API, It also describes the usage of property/xml file to set the JavaMail API's environment variables. The JavaMail API is designed for sending and receiving emails. It includes the following classes, which encapsulate common mail functions and protocols. (more…)...
Read More