Our app is distributed from multiple markets and as the developer I need to make different code run for each of those targets, something like:
if (target == ROCK) do A;
else if (target == PAPER) do B; 
and so on, does ADT/Eclipse support these kinds of stuff?
How should I go about doing it?
 
     
     
    