Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to Retrieve Storage Information Programmatically in Android Device

Hay Guys,   I need your help. I have a task to getting information storage android programmatically (RAM, ROM, Processor, PCU). I hope all of you can help me.   Thanks

How to Write Code in Recursive Version in Python for My Code

def sub_lists(list1): sublist = [[]] for i in range(len(list1) + 1): for j in range(i + 1, len(list1) + 1): sub = list1[i:j] sublist.append(sub) return sublist l1 = [1, 2, 3, 4] print(sub_lists(l1))

How to Hit Delete API of MVC5

Hi, I am trying to hit a MVC web API for deleting the record but i am getting the error that no resource found. I am able to hit the API using PostMan and fiddler but i am unable to hit it using Rest Clinet. Here is my code var request = new RestRe

How to validate the characters of the strings to the characters typing via mobile keyboard?

Hey guys i am working on the prototype like this: https://www.youtube.com/watch?v=aGwqi5wK5ZA how can i validate the characters like in this game. And if he types wrong he is not allowed to type, Like if I need to type"Hello" , and user press 'e'

Checking a list of URL against a search engine to see if it is indexed.

Hi everyone. I am not a JAVA person but I have a situation where I am suppose to check some 3000+ URL if they exist in a search index. I need a java script which can fire these URL one at a time to the search engine and record back the response if

While-loop in Javascript

The JavaScript while loop iterates the elements for the infinite number of times. It should be used if number of iteration is not known. The syntax of while loop is given below- while (condition) { code to be executed } Below is the simple

Exception Hnadling

Exception handling in java is a way to catch error or exception Exception is an event that can occur during the execution of the program. We use try catch and final to catch error. When an error occur in a method it creates an object of the error

Uploading captured image into the specific folder server using volley library

This is one of the famous question which is unanswered clearly. I have posted it on stackoverflow link as follow: http://stackoverflow.com/questions/33341069/uploading-captured-image-into-the-specific-folder-server-using-volley-library I want to up

Cordova + IOS

How to add Sqlite plugin using command prompt in iOS + Cordova app

1 31 720
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: