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

Search In

ANT Build File Example

Hello Readers.. In this blog I am giving an example that how can we create an build.xml file for performing clean,compile and run by using ANT. <?xml version="1.0" encoding="UTF-8"?> <project name="AntProject" basedir="." default="run">

Encapsulation

Encapsulation Encapsulation is defined as the process of combining the data and functions into one entity, encapsulation is a concept of making fields private and allow the access through public methods. As we are making field private so it is also

How o handle navigation drawer with fragments

Step 1: create an xml file for main activity <android.support.v4.widget.drawerlayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/drawer_layout" android:layout_width="match_parent" android:layou_height="match_parent

compact() and extract() functions in PHP

PHP provides two functions, extract( ) and compact( ), that convert between arrays and variables. Both compact() and extract() are Array functions of PHP compact(): The compact() function is used to create an array from variables and their values.

Open a Notepad and Excel to read-write in .NET

Open a Notepad and Excel to read-write in .NET Suppose, if we required in our application to save the data in text format or in an Excel format for the analysis purpose, then there will be a need to open the Notepad and Excel and read-write data in

Installation Testing

Installation Testing Installation testing is a type of QA (Quality Assurance) work in the software organization that concentrates on what consumer will need to do to establish and configuration the new software/application fortunately. Testing activi

Software Testing Life Cycle & its different phases:-

Software Testing Life Cycle & its different phases:- STLC identifies the test activities to be performed along with the schedule to accomplish them. A tester needs to follow the phases of STLC to ensure timely completion of testing process. Phase

Angularjs difference between routeprovider and stateprovider

$route: This is used for deep-linking URLs to controllers and views (HTML partials) and watches $location.url() in order to map the path from an existing definition of route. When we use ngRoute, the route is configured with $routeProvider and when

How to use UIActivityViewController for sharing on iphone and ipad

Hello Readers, In order to share text or links from the application, you may use UIActivityViewController . This is an easy way to share from within the application. NSString *textToShare = @"text you would like to share" NSURL *ourAppS

SQL Database

SQL Create statement is used to create a database . Syntax create database databaseName ; Now if you wanna to add tables in that database then first you have to use that databse using USE DATABASE_NAME and then use create table statement . Now If

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