. f November 2013 ~ Android Developers Blog

Monday, 18 November 2013

Android Lazy Image loader Class Error | Image Loader not loading the image

Hello Friends, One of my friend using Image Loader class to load an image from an url and displaying it in a list view. She told me that the Image Loader is loading the image on an emulator, when she run the app on a real device it's not loading any image.(Just...

Thursday, 14 November 2013

Invalid android_key parameter - Facebook login | Android Facebook hash key error

Hello Droid Friends, Today , I stuck in Facebook login Issue. I am doing facebook login in my android application but I am getting following error: Invalid android_key parameter. The key 26gUhN_wYCwwxenlSneyTeCY does not match any allowed key. Configure your app key hashes at  http://developers.facebook.com/apps/22061641443615 I followed following...

Sunday, 10 November 2013

Android Home key press behavior | Activity stack confused when launching app

Hello Droid Guys I found an strange issue with the behavior of Home key press in android.Please check below link if you want more details about this issue. https://code.google.com/p/android/issues/detail?id=26658 Actually, I think this is an android bug. If an app is installed via market, market  update, or download...

Saturday, 9 November 2013

Android ListView Background Color Changes on Scrolling

Hello Friends, This is very common issue I saw in android with Listview. In one of my app I am using a listview for displaying the list of Items.I set the background of Listview as blue. Below is  the Listview code which I am using.  <ListView         android:id="@+id/left_drawer"...

 

Copyright @ 2013 Android Developers Blog.