
Search In
If you want to show web pages without opening browser application in your android application then make the use of webview as I have done below:-
1) to make your application access the internet use the permission"<uses-permission android:nam
While sending or receiving data from the source or destination the one common and important thing you need is the transmission media.
Magnetic Media
One of the legacy source of saving data is to store it the magnetic media like flop
In the below code I have created Runnable Thread program in android. Here first I have added TextView in activity_main.xml layout. In MainActivity I have used handler class then I have created a new Runnable interface , And I have also used o
Hi All,
In many of our scenario's we intent to make ajax calls to get or post data. What if the session logged off before you made the ajax call, what will and should happen in this scenario. What will happen is the call will never be completed
Interface
Interface looks similar to a class, but it does not contain implementation. They may contain declarations of events, indexers, methods and properties.
With Interfaces, it is easier to achieve plug-n-play like architectures
In the below example code I have created a Custom Spinner. Here first, I have added spinner library in build.gradle file. After that, I have added Spinner layout in activity_main.xml layout. In MainActivity I have added items name in String.
You can
This tutorial will guide you to implement Rating Bar View in android in an application with a simple example. Follow some below steps to get RatingBar functionality in android.
Step 1: Introduction
Sometimes we need to give RatingBar View to rate o
There are too many libraries available to read qr code like Zbar and zxing library. Here we are showing how to use Zxing lib to scan qr code :
First of all add dependency in app gradle file :
compile 'me.dm7.barcodescanner:zxing:1.8.4
This blog is about sample application for Scanning documents like CamScanner.
Jhansi Karee has published library and demo project like CamScanner develop with OpenCv and NDK.
if you want only scan image and getting result then you ca
We know that test driven development is basically for functional testing , in this blog we will test listview using instrumentation method runOnMainSync() that executes a call on application main ui thread.
here is the layout file :
<LinearLayo