Month: July 2011

  • How To Scroll Android TextView

    Hi there! Today we’re going to do a script that will make a scrolling Android TextView. I found this one useful when I’m testing my other code snippets. The situation is, my text output exceeds the height of my android device screen, I cannot see the whole output unless I make the TextView scrolling. We […]

  • 14+ Android AlertDialog.Builder Example Codes and Output

    These Android AlertDialog.Builder example codes are some of the most common UI element or widget that we use with any Android app. In general, an AlertDialog is a small window that appears in front of your application. It gets the screen focus and able to accept user interaction. Dialogs are normally used for notifications that […]