
Search In
I have created a ruby question answer app but on answering the correct answer the question is getting repeated i.e next question is not appearing.
When I am moving from Window to Linux then Partition option not found, Please let me know how i can find it.
Ref
Out
1. Ref keyword is required to initialize a passing parameter first then passed it to ref.
1. Out keyword doesn't required to initialize a passing parameter before it is passed it to out.
When I am loading 20+ images in listview from database I am getting Out of memory exception.
I have already resized bitmap and using scaling properly in my bitmap, but still I am getting this issue when loading more images in listview, facing the i
Hi,
I was working in Unity3d version 4.5.5f and integrating facebook,
problem is that when i tap login btn it prompts for username and password after authenticating it returns to app and my screen goes black..
But when i check it in editor it works f
If you would like to know your web application running on which platform like mobile or web browser. Please use the below code for the same.
if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ){
alert('This
Currently I am using this code:
InputAmount = System.Int32.Parse(GameObject.FindGameObjectsWithTag("Amount")[0].GetComponent().text);
Declare with float but how can I get a decimal number from the text field? Because I am doing a calculator with it
Snippet to fetch all local notifications of the app. One can customize any notification and cancel the same.
UIApplication *app = [UIApplication sharedApplication];
NSArray *eventArray = [app scheduledLocalNotifications];
for (int i=0; i<
