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

Search In

Intent and its type in android.

Intent:- Intent is a message object that passed between android components such as broadcast receiver, services, activity, content providers etc. Android provide facilities to communicate between components using intent in several ways, there are thr

Basics of LocalBroadcastManager

If you want to send broadcasts within your application, LocalBroadcastManager is a more suitable option than sending global broadcast as: 1. The broadcasts sent by  LocalBroadCastmanager  can only be recieved inside the application so you

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

Show image thumbnails before Upload

Hellow Reader's , In this blog we are going to explain how to show image thumbnail before image upload.In many web application we need to show image thumbnail before uploading. It will work on every browser which support HTML5  File API an

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

Installing And Using NGROK (Rails)

Installing And Using NGROK for Rails Application NGROK allows our web application running on localhost web server to be exposed to the internet. Its like making our web application live. It creates a secure tunnel from a public endpoi

How to structure a project in ASP.NET MVC using AngularJS?

These are the several steps to structure a project in ASP.NET MVC using AngularJS.   1. Open Visual Studio 2015 -> Select File New Project->Give Project Name->Select a template MVC->Unselect Host in the cloud -> Click Ok.  

Discussion on "Qimage" component to resize image in CakePHP

Hi Reader's, Welcome to FindNerd,today we are going to discuss Qimage component to resize image in CakePHP. If we are developing a web application in CakePHP then, sometimes we have to upload image for user profile . When a user upload image the

How to parse JSON in Swift with ObjectMapper

Hi Readers, Every app needs to parse JSON data coming from server and ObjectMapper is a powerful tool to achieve that. It can be easily done with provided pod which can be install by adding following line into podfile:  pod 'ObjectMapper' No

Discussion on bindModel and unbindModel function in CakePHP 2.x

Hi Reader's, Welcome to FindNerd,today we are going to discuss bindModel and unbindModel function in CakePHP 2.X. If we are making any web application in CakePHP then sometimes we have to use bindModel and unbindModel at a runtime. So CakePHP pr

1 177 370
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: