encoding - How to use base 64 data with android? -


i try debug android application need decode data.

the webview of application http request , receive base64 data.

how can decode data ?

that base64 encoded data. can decode atob function. assuming encodeddata holds base64 encoded data:

var decodeddata = window.atob(encodeddata); 

atob supported major browsers;


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -