help me Please___ 1Error ... i can't
[CODE] imageDialog.setIcon(android.R.drawable.btn_star_big_on);
imageDialog.setTitle("message : " +
MyArrList.get(position).get("ImageDesc"));
imageDialog.setMessage("message : " +
MyArrList.get(position).get("ImageDesc2") + "\n" + " message : " +
MyArrList.get(position).get("ImageDesc3"));
imageDialog.setView(layout);
imageDialog.setPositiveButton(android.R.string.ok, new
DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog, int which) {
Intent MyArrList = new Intent(Intent.ACTION_CALL);
String strTel =
MyArrList.get(position).get("ImageDesc3"); //.get ( red color code)
MyArrList.setData(Uri.parse("tel:" + strTel));
}
});
[/CODE]
--
You received this message because you are subscribed to the Google Groups
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit
https://groups.google.com/d/msgid/android-developers/e634385a-a500-40a8-a03c-a7266932d7f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.