Posts

Showing posts with the label JavaScript and C#

Introduction to ASHX files with JavaScript and AJAX call

Hello folks, This tutorial talks about ASHX files and how we can use them as server handlers. We will access the handler files by using JavaScript and  AJAX calls. Let's get started!

Uploading image to server from Phonegap android application using C#, JavaScript and BASE64 encoding.

Hello folks, This tutorial focuses on sending image to the server from your Phonegap android application using C#, JavaScript and BASE64 encoding. You can see my  earlier tutorial for accessing the camera and gallery of your android device. Let's get started.

Sending Push Notifications to android device through Google Cloud Messaging using C#

Hello folks, Last time we had documented the steps for registering your device with Google Cloud Messaging Push Notification service. Go to my previous blog . This blog talks about sending custom Push Notification to the device registered with GCM. Let's get started!

Push notifications for android application using PhoneGap, Html, javascript and C#

Image
Hello folks, Last time we had documented the steps for successfully building an android application which can access the camera and gallery. You can find the link to blog here . This blog talks about enabling push notifications in your application. Let's get started!

Accessing camera and gallery in your android application using Phonegap, HTML and JavaScript

Image
Hello folks, Hope you have scanned through my earlier blog which talks about building your first android application. This blog focuses on trying to access the phone's native camera. At the end of this tutorial, you will have an android application which can capture images from your camera and gallery. Let's get started!

Building your first Phonegap android application with HTML and JavaScript

Image
Hello folks! After days of research, I have been able to find the optimum method to build an android application using Phonegap. At first, I had my doubts regarding Phonegap for developing native android applications. But after research and having developed a massive project in this platform, I decided to document the steps. I have tried and simplified the process for developing an android Phonegap application. At the end of this tutorial, you will have yourself an android application designed in Phonegap.