Android Development
How to set the different screen orientations for TabActivity children activities
Hi,Here I want to show you how to make different screen orientation for TabActivity children activities. You may say “Just specify this in Android Manifest file. That’s All”. But, it didn’t works. All child activities have same orientation with parent (TabActivity). Below you can download source code of Android project Read more…