bonjour a tous,
voila ce que je c voudrais faire si quelqu un comprend qu il maide svp
en php ca marche mais bon en java non je voudrais qu on me donne une facon de proceder...


Code : Sélectionner tout - Visualiser dans une fenêtre à part
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]);
 
	    	}