I have declared a intent to access another layout on a button click, When it was run I getting following error,
android.content.ActivityNotFoundException: Unable to find explicit activity class xxxxxx; have you declared this activity in your AndroidManifest.xml?
From this I understood that intent need to be declared in android manifest file but I don't know how to declare.
Can anyone explain me how to declare<
Thanks in advance Siva
u missed some like .helloListView in manifest, even check for the dot.
you need to declare your activity in android manifest.xml here is an example: