tags:

views:

54

answers:

1

Hi. I'm new to android and I was wandering is there a way to show a stream or a pic to the screen directly even without the manifest?

Or how do I load resources files without using the manifest on the Android platform?

+1  A: 

I was wandering is there a way to show a stream or a pic to the screen directly even without the manifest?

The manifest is not directly involved with showing "a stream or a pic to the screen".

Or how do I load resources files without using the manifest on the Android platform?

The manifest is not directly involved with loading resource files.

CommonsWare
+1 Actually the only really involved part is the R class which holds all references to the resources.
Octavian Damiean