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

Search In

What is Brute Force Attack

Brute Force Attack A Brute-force attack is a technique(Procedure or Method) for obtaining or finding-out information by trying every key combination in an effort to find an unknown value and to try a large number of possible values by using an autom

MVC Custom Authorize Attribute with Use of Enum

Hi All, In many of our scenario's we need to use Authorize Attribute in our MVC project. The limitation of which is just that we can't use our custom user roles. What if we intend to use custom enum to Authorize some of our Action Methods. B

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

Rails 4 Strong parameter

Rails 4 has many new features, and Strong parameter is one of them. Strong parameter allows us to choose attributes that can be whitelisted for mass assignment. In rails 3 we were doing this by listing accessible attributes in the model. But in rails

How to retrieve contacts from your android device

Step1: permission needed to read contacts <uses-permission android:name="android.permission.READ_CONTACTS"/> Step2: ContentResolver provides access to the content provider. Its main work is to read the user's query and redirecting them t

What Is Osiris Virus & How to Deal with This Security Vulnerability

  The Osiris ransomware is a new, updated version of the Locky ransomware, which is even more dangerous than its predecessor.   It arrives on your computer together with spam messages that contain malicious attachments. Cybercriminals

What are Android Content Providers and How to Create in Easy Steps

Content provider provides data from one application to another on their requests. These requests for data are handled by classes extending contentresolver class. Data in contentresolver class can be saved in various ways like in Database, Files, or e

How to Fix Null Pointer Exception When calling Implementation Via Interface from Another Module

When I try to call an implementation from another module via interface, I get null pointer exception   I need help! I get nullpointer exception, after deployment. I have an interface AirlineClient in 'com.airline.model.hook' module.

Capture Image using device camera

This video tutorial describes how to capture an image using device camera.To captured an Image using device camera use to following code:- private static int REQ_CAMERA = 1001; Intent takePictureIntent = new Intent(MediaStore.ACTION&#95;IMAGE&a

Interface with default methods vs Abstract class in Java 8

Interface with default methods in Java 8 In later version of Java Interfaces always contained only method declaration. We are not giving method definition in the interfaces because java did not allow multiple inheritance of classes. But in Java 8 it

1 15 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: