Featured
-
No Featured Found!
Tags
Send Email functionality for android application in flash AS3
We can add the funtionality of sending email to our android app in Flash by just importing chunkmail ANE file. WE just have to import and hit the sendEmail() method.
import com.turbidwater.chunkemail.ChunkEMail;
import mx.events.FlexEvent...