Hi guys I'm newbie in android dev.. can you help me with this one? I am trying to get the filename in string. I know that I need to substring it but I failed to get the right output. For example I have the string value of:
{"Filename":"23476-love-823873.jpg","ChunkId":1,"ChunkLength":201929,"FileLength":12122}
and I want to get only the filename which is "23476-love-823873.jpg" How can I do that? Thanks for helping.