AndroidStudio common control API (another update)

TextView
setText(String)set the text box contents

EditView
getText().toString()get the contents of the edit box
setText(String)edit box contents

ImageView
setImageURI(Uri.parse(path))is set to Network Graphics
setImageBitmap(bitmap)Set picture

Released two original articles · won praise 0 · Views 13

Guess you like

Origin blog.csdn.net/qq_45212775/article/details/104066160