Creating a simple "About" Dialog in Android (>=1.6)
29 05 2010
Mostly every application needs some kind of "about" dialog. The about dialog shows basic informations about the application, its author and most likely some copyright information, the version information and so on.
For most of the Android developers out there, this might be an obvious task. I for myself want to use this example to help some beginners to show how this can be done. Since building a "static" about dialog is quite easy, I would like to extends this example to properly load the correct version information using the PackageManager.
For most of the Android developers out there, this might be an obvious task. I for myself want to use this example to help some beginners to show how this can be done. Since building a "static" about dialog is quite easy, I would like to extends this example to properly load the correct version information using the PackageManager.
Continue reading "Creating a simple "About" Dialog in Android (>=1.6)"
Written by Sebastian Bauer
Comment : 1 Comment »
Categories : Android
Trackbacks : No Trackbacks »





