boucle for et concatenation
bonjour a tous,
voila ce que je c voudrais faire si quelqu un comprend qu il maide svp :cry:
en php ca marche mais bon en java non je voudrais qu on me donne une facon de proceder...
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
String[] first = text.split("#");
int k;
for(k=0;k<first.length;k++){
String[] produit = first[k].split("¤");
int mavar = R.id.produit_photo_+k;
ImageView image+k = (ImageView) findViewById(mavar);
image_+k = downloadImage( image+k ,produit[0]);
} |
merci ca fonctionne ! et j ai compris donc c cool le principe
nicroman a encore frappé 8-)