Month: September 2013

  • Android ViewHolder Pattern Example

    Now we are going to code the smooth scrolling of our Android ListView. In the previous post, we tried to understand how the ListView with adapter works. This time, it will be all about performance. I did this a separate post because Android ListView is difficult to understand at times. What I have in mind […]

  • Fixed: Android Dependencies – Missing facebooksdk.jar

    Recently I was working with the Facebook SDK for Android and found the error:     Android     Dependencies     –     Missing     facebooksdk.jar. My project was unable to run and the eclipse console or logcat does not give a clear description of the error. But it can be seen […]

  • Android ListView with Adapter Example

    How android ListView with adapter works is not so clear to me until I read this awesome article with code examples of Lucas Rocha: Performance Tips for Android’s ListView. In relation to that, I was inspired again to make a post about android ListView with Adapter, but this one is much more simple than the […]