Techbirds | Knowledge Hub | Page 42

In order to enable multitouch just go to your AppController.mm. Then in the function didFinishLaunchingWithOptions after creating the EAGL View add the following line. [__glView setMultipleTouchEnabled:YES]; Then the didfinishlaunchingwithoptions will look like: (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override point for customization after application launch. // Add the view controller’s view to the window and

Read More →

4,065 total views, no views today

When working in Photoshop, simple tasks can become a hindrance to your workflow. So, instead of becoming frustrated take a look at our list of Photoshop shortcuts right here. They’re guaranteed to speed up your workflow once you get the hang of them! Whether you want to change the size of your text, deselect a

Read More →

547 total views, no views today

Description: For long pages with lots of content, keeping the user oriented and knowing where within the page he/she is at all times can be challenging. DD ScrollSpy Menu solves this problem, by letting you create a menu whose menu items are automatically highlighted based on the portion of the page the user is currently viewing.

Read More →

1,454 total views, no views today

This comes handy when you have forgot that from which keystore you have signed your app. Steps 1 : GO TO Windows Vista: C:\Users\\.android\debug.keystore Windows XP: C:\Documents and Settings\\.android\debug.keystore OS X and Linux: ~/.android/debug.keystore Open console/terminal on to the above location where debug.keystore file is present and execute “keytool -list -keystore debug.keystore” Output will be

Read More →

1,159 total views, 1 views today

General parameters of a video: (1) Video bit rate (2) Data Rate (3) Video frame rate (4) Audio bit rate (5) Size in bits (6) Resolution w x h (7) Duration (8) Channel (9) Video codec (10) Audio codec (11) Container (file Type)   Question: what is the difference between bit rate of video and

Read More →

715 total views, no views today