Authormahesh.muley

Hello …. Monkey !!!

H

The main issue i used to struggle with while developing android applications was stress testing. As a beginner it was very hectic job to test the application from the naive users perspective. As we develop the application we know what things to do to get the result but to check whether the app responds properly even for wrong events like tapping wrong button etc. Android provided a tool Monkey...

QR_CODE Scanner for Android

Q

“QR Codes” also knows as “Quick Response Codes”. Its two dimensional code (also known as Matrix Barcode ), and can be read easily by a mobile phone. They fetch piece of information from temporary media and push that in your mobile phone. The reason why they are getting popular than normal Barcode is because they are able to capture more information(data, urls, texts and geo coordinates). Another...

Loading data in listview on scroll without refreshing list

L

This tutorial will give you brief idea about how to load the data in ListView on scroll down. i came across this situation when i was developing the app where only 10 records to be displayed at start. On scroll the list when user reaches the last record more data gets added to the list like facebook posts. The idea behind this was to get 10 records from web service first and display the list...

Category