I'm on a new android project - just a simple one. I have three "tabs" (activity1,2,3) with different tasks.
Anyways, how do I add these 3 activities do the AndroidManifest?
my manifest;
</application>
<uses-sdk android:minSdkVersion="4" />
Yeah, so where do i put it in?