android - how to display Bas64 String values in the activity screen? -


i have audio file converted byte array. convert byte array in base64. want display base64 values activity screen. don't know how. new android, appreciated. thanks

just convert string , set textview, having predefined in layout.

textview yourtextview = findbyid(r.id.text_view_id); yourtextview.settext("your base 64 string"); 

Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -