Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to show the web page within your application using webview in android.

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

Transmission Media

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

How to make Runnable Thread in android

  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

Authorize ajax call in MVC

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

Difference between Interface and Abstract class

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

How to make Custom Spinner with using material design

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

Android Star Rating

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

Bar code scanner using Zxing library

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

Scan document like CS Scanner

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

How to test listview click event using TDD in android ?

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

1 37 106
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: