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
Post a Comment