
Search In
update and delete using get method
i have this code to update data from my database
i have no error reporting but he's not updating any data
can you help me with that
my database and my code
-- -------------------------------
As the number of smartphone users, as well as mobile services, has ballooned over the years, people find themselves pulling out their phones for much more than just communication. From clicking pictures, taking notes to calling cabs or playing games,
1. On format and loading type
Audio files imported in unity 5 are by default set to be preloaded i.e. audio clip will be loaded at the moment when game is being loaded.
This can cause game to take much time to load if audio files are heavy so unit
Git is very useful in these days to manage your code repository. It is very useful when there are multiple repositories and multiple developers working concurrently. I found below content very useful. It is also assume that you are familiar with git
Five Steps for downloading a file using AsyncTask in android
Declare the reference of ProgressDialog class in your Activity globally.
Ex:-
ProgressDialog mProgressDialog;
Instantiate the above reference in onCreate() method of activity.
Ex:-
mP
In this blog we will learn to use open street map (OSM), adding marker and get device location.
OpenStreetMap (OSM) is absolutely editable Wikipedia like world map which is also free. Through openstreetmap you can easily download maps for the offlin


We all love Python, don’t we? With so many tools, modules and libraries, Python ecosystem is extensive and widespread in both depth and space. The open-source biome is intimidating and even with years of experience, a developer is required to i
Events Booking is a Joomla Events Registration extension which is a very powerful, rich featured and easy to use. You can create both free and paid events and registrants can register themselves to the event either as a group or individual via onlin
If you want to create Share Action Provider function check my below example. Here I have created frist main.xml. After creating main.xml I have added attribute to the menu item. In MainActivity created onCreateOptionsMenu method I sets the share acti
Open Visual Studio and select Windows Phone from Visual C# templates. From the available project types, select "Blank App(Windows Phone)" and click OK.
Creating a Model
Right click on project and add a new class file PhoneContact.
