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

Search In

How to Implement Local Notification in an iOS Swift App in 3 Steps

Local notifications are used to inform the user regarding some activity in an app. In the local notification, we don’t need any server.  It triggers by the app itself at the scheduled time.   In this tutorial, we will learn how to

How to change language in Android application programmatically?

Sometimes We need to give options to the user to change language of application, regardless of the locale device. In this blog we are providing opportunity to the user to change language programmatically by press the button individually. Here are so

PHP and AJAX

AJAX is a topic which comes under PHP AJAX Stands for Asynchronous JavaScript and XML. AJAX is used to update segment of web pages, without refreshing the whole page. By using AJAX we can create dynamic web pages easily and very fast.

How to Draw path between two locations

In the below example I have created Drawing Polyline and Markers along the tapped position in Google Map. ”Polyline is a list of points where line segment are drawn between consecutive point”. Here I have created fragment attribute in activity_main.

How to use SignalR Library in android at client side?

This tutorial help you to create a real time chat applications using SignalR library. SignalR Lib is an open-source lib introduced by .Net Framwork. Its very easy to use for building applications that require live user interaction or real time data

How to make WebView function in android

Hello friend's If you are looking to created WebView function in android below example will help you. WebView is used for display web pages inside your application and it turns application to a web application. Here I have added <webview> ele

How to Implement Registration Functionality in PHP?

Programmers, I wrote a registration.php (member reg) and it was working fine but the coding was not perfect (old version). Neated-up the new version but I see a complete blank page once I click "Register" button. I do not get this mssg any

How to use Gallery for scrolling images with page indicator in android

First of all you need to use a custom class in place of Gallery :- package com.pakagename; import android.content.Context; import android.util.AttributeSet; import android.view.KeyEvent; import android.view.MotionEvent; import android.widget.Gallery

How to make set Wallpaper in Android device.

Here I have created Set Wallpaper in device method. In the below example I have created two activity and two layouts and added some function code in Android Manifest. Below example will described you how to set Wallpaper in device. Step(1)-MainAc

How to create Risks,Issues and Deliverables using CSOM in SharePoint

For creating list item, we have to use ListItemCreationInformation First we create list of Risks using Microsoft.SharePoint.Client; context = new ClientContext(projectSiteUrl); //pass your project site url context.Credentials = projectConte

1 30 408
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: