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

Search In

Android studio setting minifyEnabled true causing issues with app

Basically, it happens when we use third party libraries. Proguard doesn't work well with many of the libraries so we need to make changes in proguard file. For example, to solve out the errors of retrofit library, we need to add these things in pro

How to create tuples in python?

In python, tuples is just like a list but little differ form list, To say correctly tuples is a sequence of immutable Python objects and it can not be change just like a list also tuples use parentheses. Creating a tuple is as simple you have to just

Python Tuples

A tuple is a sequence of immutable Python objects. Tuples are in form of sequences as same as lists. The main differences between tuples and lists is that tuples cannot be changed like lists, also tuples use parentheses whereas lists use square brack

Difference between call by value and call by reference in java

1) Call by value: When you are passing values of primitive data types as arguments to the function , then a copy of the values is created and the changes which are done are reflected in the duplicate values and hence, the original values remains u

Events and Methods in jQuery

jQuery is a javascript library used to solve various task by writing less number of codes. JQUERY EVENT- An event express the particular moment when something happens. List of events:- Mouse Events Keyboard Events Form Events Windo

Vector Graphics in Android.

Hello Friends, In this blog we will learn about VectorDrawables and change icon color on Runtime. From Android Studio 1.4 Google release new feature to support Design library. VectorDrawable has introduced in API 21(has support for lower version al

$watch() , $digest() and $apply() in AngularJS

There is an important concept of angularjs $scope function like: $watch $digest  $apply  As to understand angularjs more better we have to go throught the central function in angularjs. Lets discuss them one by one: 1. $watch : A w

How to use select query in Symfony2

Hello Friends, If you looking to use "Select" query with query builder in Symfony2. Please review the below example and make the changes accordingly. $qb = $this->getConn()->createQueryBuilder(); $qb->select('*')->from('tbl_m

How to install in Codelgniter

Hello Friends, If you are looking to install in Codelgniter. Please review the below process: Step 1 :: Download Codelgniter from "https://www.codeigniter.com/download" Step 2 :: Unzip this folder and place this on root folder Step 3 ::

How to get year from a date in Java?

To get only year from a date you can use the below code. You can pass any date that you wan to change, I'm getting year from the date in the below example:    /** * Get year from Date * * @param createDate * @return */

1 47 342
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: