A Simple Android Application Which Shows How to Show a List View And Toast Notification

Here is another simple application which i found very useful and which simply shows how to use a list view in an android application and also the usage of Toast Notification or a pop up notification.Though it's not that well written but still the code is quite self explanatory.


Simple Android Application Using List View

----------------------------------------------------------------------

Note:If there are any doubts regarding the above post then feel free to comment or else you can contact personally via email.

----------------------------------------------------------------------

SIM Relay Response Timeout Error While Integrating Authorize.Net SIM Method using c#

While integrating Authorize.Net's SIM using c# into my web application i kept getting a timeout error while redirecting response to a response url. The error is as follows

Your script timed out while we were trying to post transaction results to it.
  Transaction ID: xxxxxxxxx
Transaction Result: This transaction has been approved.

The following message was displayed to the customer:

------------------------------An error occurred while trying to report this transaction to the merchant. An e-mail has been sent to the merchant informing them of the error. The following is the result of the attempt to charge your credit card.

This transaction has been approved.

It is advisable for you to contact the merchant to verify that you will receive the product or service. 

After a a lot of googling finally landed on a solution that solved the issue.The solution that worked for me was to add a page directive

<%@ Page EnableViewStateMac="false" %>

to my response url page.

----------------------------------------------------------------------

Note:If there are any doubts regarding the above post then feel free to comment or else you can contact personally via email.

----------------------------------------------------------------------

A Simple Application Using Google App Engine and Twitter API

Here is a simple application which i have developed and hosted using Google App Engine.This application is called PerkyQuotes. This app makes use of the Twitter API to fetch data from twitter with keyword perkytweets and display them as it is.

Here is a link to the application PerkyQuotes.  

----------------------------------------------------------------------

Note:If there are any doubts regarding the above post then feel free to comment or else you can contact personally via email.

----------------------------------------------------------------------