
Search In
This release mainly includes many improvements in the User interface along with the Resource allocation feature in FindNerd Projects.
Important Notes
A. Please ensure that you clear the browser cache to ensure proper functioning of the chan
Python has quickly become one of the most popular programming languages in the world. Despite having practical application in a wide range of different specializations, Python's a relatively easy language to use. It has value in everyth
Important Notesa. Please ensure that you clear the browser cache to ensure proper functioning of the changed user interface. Steps to clear browser cache :press Ctrl-Shift-Delete (Windows) or Command-Shift-Delete (Mac).Select ‘Cookies
Microsoft developed ASP.NET web development services. The development of applications capable of sending and receiving messages through SOAP over HTTP was the major purpose of Microsoft. XML Schema can be used for defining the structure of messages.
To integrate your iOS app with Facebook for allowing login from Facebook, Share and other features we need integration by Facebook login SDK. So in this tutorial I am providing you simple steps to integrate Facebook Login SDK using swift in


A most important part of developing an application which when pushed to any public source code repository is that sensitive data should not be stored within source code as other users may develop crawlers in order to find passwords, usernames and oth
Firebase is a real-time database. It is a NoSQL database which stores data as simple JSON. Benefit of using firebase is, it sync data by itself. Suppose if we update some data in the database then we will get listeners in our code to listen for the u
Storing record in database using Sqlite Helper class.
We have taken Name, Age and City as input from user and saving them on click of Save button in database.
MainActivity.java
public class MainActivity extends Activity {
CreateDatabase db;
Storing and reading record from database using Sqlite Helper class.
We have taken Name, Age and City as input from user and saving them on click of Save button and reading on click of Fetch Data button from database.
MainActivity.java
public clas
Deleting record from database using Sqlite Helper class.
We have taken Name, Age and City as input from user and saving them on click of Save button and deleting on click of Delete button from database.
MainActivity.java
public class MainActivity
