Monday, May 14, 2012

Send Email in Java Mail API using Gmail SMTP Server

7 comments
To send email using java you must have mail server and user name and password to access the mail server....
Read more...

Android ListView example with Image and Text

36 comments
Android ListView This tutorial I am going to show you how to create Android ListView with images and text. you will be find how to load image from the resources and how to set text to TextView. Here is the screen shot of ListView. Android List View example on Samsung Galaxy Y s5360 ItemDetails class, which is help to set item data and you will be get data from the ItemDetails package com.jsupport.listviewimages; public...
Read more...