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

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -