Searching for "he"

Q:

What was the name of the irregular army led by Karim Razvi which was finally disbanded by Indian troops on December14, 1948?

Answer

Razakars

Report Error

View answer Workspace Report Error Discuss

Q:

During their search for sita in vindhya Hills, which ascetic lady helped Hanuman and other vanaras to escape out of the cave of Danava King,maya?

Answer

Swayamprabha

Report Error

View answer Workspace Report Error Discuss

Q:

where did M.S.Dhoni make his ODI debut

A) chittagong B) dhaka
C) Hyderabad D) Vishakapatnam
 
Answer & Explanation Answer: D) Vishakapatnam

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

Q:

What is the purpose of UIWindow object?

Answer

The presentation of one or more views on a screen is coordinated by UIWindow object..

Report Error

View answer Workspace Report Error Discuss

Subject: IOS

Q:

What are the tools required to develop iOS applications?

Answer

IOS development requires Intel-based Macintosh computer and iOS SDK

Report Error

View answer Workspace Report Error Discuss

Subject: IOS

Q:

Who calls the main function of app during the app launch cycle?

Answer

During app launching, the system creates a main thread for the app and calls the app’s main function on that main thread. The Xcode project's default main function hands over control to the UIKit framework, which takes care of initializing the app before it is run.

Report Error

View answer Workspace Report Error Discuss

Subject: IOS

Q:

Give example scenarios when an application goes into InActive state?

Answer

An app can get into InActive state when the user locks the screen or the system prompts the user to respond to some event e.g. SMS message, incoming call etc.

Report Error

View answer Workspace Report Error Discuss

Subject: IOS

Q:

Name the framework that is used to construct application’s user interface for iOS.

Answer

The UIKit framework is used to develop application’s user interface for iOS. UIKit framework provides event handling, drawing model, windows, views, and controls specifically designed for a touch screen interface.

Report Error

View answer Workspace Report Error Discuss

Subject: IOS