I started learning Java and how to program Android yesterday :)
I am still in this tutorial: developer.android.com/resources/tutorials/views/hello-tabwidget.html
Obviously, these tutorials were designed for people who already have experience with Java.
Despite the fact that the tutorial did not have all the necessary steps (for an absolute beginner with Java) and even with typos, it seems that I understood everything (that I'm really proud of: p). Also, I cannot figure out how to fix TabHost tabHost = getTabHost();that, which is apparently undefined.
I have another error shown in the linked image below, but I don't understand why.
Here is a related image .
Thanks Gareth
source
share