Bonjour,

J'ai créé un tableau dynamique avec le code suivant :


sv = new ScrollView(this);
tableLayout = createTableLayout(row, column, rl, cl);
hsv = new HorizontalScrollView(this);...