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 -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -