• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Recent content by Maycon Fábio de Oliveira

  1. M

    Apps Facebook login: Nothing happend

    Hi there! I´m trying to attach facebook login to my app and when I click on the facebook login button, the app shows "Loading..." and then close. I already verified the hashes. If i dont inform the hashes then a message appears informing. If i inform a wrong hash, another message is showed...
  2. M

    Apps BitmapFactory.decodeByteArray always null (what is wrong?)

    Hi there. The code below is a little bit messy because I already tried all possible solutions to show an image on ImageView. The ideia is to load a image from internal memory and show on ImageView The problem is that BitmapFactory.decodeByteArray is always returning null for the image loaded...