Android : Validating three Boolean variables

on Monday, October 6, 2014


i have three boolean variables and i want to validate them based on their values so that i can enable to post/update on respective social walls .


if three values are true then call asyntask . if isFacebook is true then call facebookmethod same for other others.



boolean isFacebook = false;
boolean isTwitter = false;
boolean isInstagram = false;

0 comments:

Post a Comment