Android. multiple buttons to generate one thing

FASOYLAS

New member
Oct 19, 2017
0
0
0
I am new around I am trying to create an app to do several thinks

1
when I choose the first button it will randomly choose a letter, eg. a the second button will do the same from an another text eg. b and a third button call generate will shuffle the letters and we can have either ab or ba word, that words will generate in a text label.

2
same thinks but several choose buttons (letters a,b,,d,e,f etc.), maybe 5! generation button again and shuflle letters and generate 5 differents words(abcdef-fbdacf etc.) in differents text labels
I am stuck please help me.
 
First I recommend learning the fundamentals of programming, after that do some experimenting get familar with different programming concepts, make some projects, then work on the app. Good luck.