Tag
change
3 notes.
Java: Change the Call Forward Number on an Android phone programmatically
We can easily set/change the call forward number on gsm Android phones. Here i am showing you to change/set the call forward number for "Unconditional forwarding".
iOS: Hide/Show the Status bar in an iPhone/iPad application
Lets see how to change the visibility of the status bar in an iphone/ipad application. The UIApplication class provides a centralized point of control and coordination for applications…
iOS: Change the Orientation of the Status Bar
Lets see how to change the orientation of the status bar programmatically in an iphone/ipad application. There are four orientations: Portrait, PortraitUpsideDown, LandscapeLeft, LandscapeRight. The…