GUI system for android?

should i avoid unitys gui system? any good practice about this?
is using GUITexture or GUI3DText also slow…i need a few buttons on the screen should i
do it the regular way or find something better?

Start with the simplest solution. If profiling indicates that in your particular case it is a problem, then try to find alternatives: at least by then your requirements will have solidified.