On Thu, Nov 26, 2015 at 10:32 PM, weird0 <amiredi...@gmail.com> wrote:

> @TreKing: Yes, I am using my debugger. It was because of the debugger that
> I was able to tell that the code crashes on
>

You should use your debugger to step through the code and verify each
variable. Given the code you posted, it's almost impossible that the
cloudinary variable would be null. My money would be on imageStream being
null considering the code you posted tries to assign it, eats the exception
if it fails, and continues on anyway.


> I dont know why do they put code samples on the internet that dont work. 
> Moreover, they dont have a video tutorial for this purpose.
>
> If my theory is correct, the problem is not with the cloudinary sample but
with your code in how you're attempting to get an InputStream.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to