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

Search In

How to expand TextView?

Hi Friends, This blog will help you to expand TextView if textview has more than given line. Suppose you want visible only four line first time in TextView while your message length is greater than four line. In this case, you can give an another op

Upload Multiple Files Jersey REST API

Jersey Rest API also know as JAX-RS "Java API for RESTful Web Services" is a an open source web service framework which is used to develop Java RESTful WEB Services. In this tutorial we will learn to upload multiple file using Jersey REST API. To kno

How to create Custm Keyboard in Android?

Hello Guys, This is very important tutorial through which, we will learn how to create a custom keyboard without using third party library in the android application. This tutorial fully customizes device keyboard. We will go step by step to learn t

How to send a key event to the device ?

There are two methods we use to send the key events: sendKeys() sendKeyEvent(int) Every keyboard event is associated with an integer value and we have to pass the integer value in the method to perform the desired action. Suppose if we have to pr

How to make Snackbar in android

In the below example function I have created Snackbar in android. When you click on button a message show at the bottom of the device(mobile) screen. Snackbars appear above all other elements on screen and only one can be displayed at a time and mess

How to Resolve Index Page Calling Error in PHP Application?

I am getting an error warning when calling my index page for a PHP application. Below is the Error: Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in C:\xampp\htdocs\uni-saga\index.php i get this error whe

How to create .Net classes from xml ?

There are few steps to convert XML to .Net classes. These are: 1. Copy your XML content from any file. 2. In Visual studio, open the file where you have to create classes in .Net  3. Place the cursor in that position, Go to menu bar->select

How to send an e-mail with attachment and delete the attachment afterwards in C#

Sending an e-mail with an attachment through a .net application include these simple steps:- 1)- Use the following namespaces - using System.Net; using System.Net.Mail; using System.IO; 2)- Call the following function where you have to send

An Overview of Software Development Life Cycle Models

Software development life cycle is a process of developing software through business needs, analysis, design, implementation and release & maintenance.   Life Cycle models or process models:- 1. Classical Waterfall Model 2. Prototyping Mo

Layout controls in Windows Phone 8.1

Layout controls are those controls which contain and position child controls on the screen. In other words we can say that such controls behave as layout container in our application. Whenever we need to achieve a certain level of complexity in the U

1 214 423
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: