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

Search In

How to give border color to UIButton in objc and Swift.

To give border color to UIButton :- 1. Take UIButton as property . 2. Give corner radius and corner width to UIButton. 3. Now give border color to UIButton. For Swift use :- demoButton.backgroundColor = UIColor.clearColor() demoButton.layer.cor

Proram of Autoboxing where widening beats varargs.

Widening Widening in Java can be defined as converting a variable of a particular type into wider type. E.g: short is converted int primitive type. varargs varangs is variable arguments. varangs as name suggest allows a method to have 0

Multidex with Gradle

When our application and libraries references reaches their limits, then we get some errors that shows we reached the limit of built architecture. Like this trouble writing output: Too many field references: 131000; max is 65536. You may try using

Can someone explain the algorithm of this java program?

I found it in the net and I want to know the explanation of it's algorithm. I'm having a hard time to understand this. thank you so much :) import java.util.Scanner; class BinarySearch { public static void main(String args[]) { int c, firs

What is Keyword Prominence?

Prominence means the state of being important, hence Keyword Prominence refers to how prominent your keywords are within key elements of your web page, importantly how close your keyword or keyword phrase is placed to your title tag, and header tags

And operator in C

It comes under the category of bitwise operator. It is used base don some/multiple condition it gives true when both condition are true.   The output of the AND operator is 1 if both the corresponding bits of operand is 1. If either of bit is

How to limit DEX memory usage

Sometimes we are getting errors of shortage of memory at the compile time. We get such type of error: Exception in thread "pool-1-thread-2" Exception in thread "pool-1-thread-3" Exception in thread "pool-1-thread-4" java.lang.OutOfMemoryError: GC

Magento 1.9.2.1: How to remove product images programtically?

Magento: Remove Product Images in Magento through programming: There is a case when we need to create our own extensions or we have to customize the module, then in that case we need to write custom code for deleting images. Following code will dele

Android app development for beginners 2: Your first hello world application

In this tutorial we'll: 1.Set up and develop Android project 2.Go through basic essentials to let you start with the development

Create your own component in cakephp

Suppose in our application we need to perform a  mathematical operation in many different parts, then we could create our own component to  use in many different controllers.   1. First create a file named MathComponent.php in app/Co

1 108 949
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: