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

Search In

How to create the animation splash screen in android

In the below example I have created an animation splash screen. Here I have first created animate.xml and traslate.xml layout in anim folder and in activity_main.xml layout I have added ImageView. I have used AnimationUtil.loadAnimation method in Mai

How to make Custom ViewPager in android

In the below example I have created custom ViewPager in android. Here first I have added TextView and ViewPager in activity_main.xml and In MainActivity I have used MyPagerAdapter class and extends with the PagerAdapter class , In resource i have add

Consuming Web API in a Windows Phone 8.1 application

Open Visual Studio and select Windows Phone from Visual C# templates. From the available project types, select "Blank App(Windows Phone)" and click OK. To consume a Web API in windows phone application, first we need a working API. Thanks t

How to print dates monthly between two given dates

Hello Reader's if you want to make ajax html form that takes two dates from user and print then daily or yearly or monthly then you can my code as below:- Lets say the html form, the code will go like this. <div class="form-group clearfix">

How to play video on click of CollectionView Cell

Hi, The tutorial will help you to set an image on collectionView Cell and when you click on any image play the video. // // ViewController.m // YouTubeVideo // // Created by lalit on 4/7/15. // Copyright (c) 2015 lalit. All rights reserved. //

Set in C++

Little introduction of Associative containers In the era of computing, Associative containers refer to a group of class templates in the standard library of the C++ programming language that implement ordered associative arrays.The following contai

Scopes of beans in Spring

Bean Scopes:- Bean have total 5 scopes as follows:- singleton:- It can create the single instance per Spring IoC container (default). This is default natur that single instance is stored in a cache and that instance can be stored in entire applicati

Using Vibration plugin in Phonegap

By using cordova-plugin-vibration we can get vibration on the devices. The plugin has some global objects like navigator.vibrate. Installation: cordova plugin add cordova-plugin-vibration Vibrate: The vibrate function provides the three functiona

How to make CSV File form array in PHP

Hello reader! If you have an array with the records and you want it to be download as CSV format. PHP has built in functions for making the format of CSV. Lets take the example below:- header("Content-Type: text/csv"); header("Content-Disposition: a

How to create ListView in android.

To create ListView in your android app follow the steps mentioned below:-   1) Define ListView in your xml file where you wish to show list view.   activity_main.xml <LinearLayout xmlns:tools="http://schemas.android.com/tools"

1 279 481
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: