
Search In
Sometimes you have to download file by clicking on link and button on your application.In webdriver you can not handle window dialogue box for this you have to do some browser setting.
Webdriver provides FirefoxProfile inbuilt class and it
In the below example I have created simulate animation in android. Here I have added first TextView and ImageView in activity_main.xml layout ,In MainActivity I have used Runnable Thread. On this animation image will be rotate like watch. You can see
This code will help in finding the latitude and longitude of any place using curl and php.
Step 1: Finding the latitude and longitude for first place.
<?php
ini_set('error_reporting', E_STRICT|E_ALL);
ini_
Hello all,
While working with HTML Editor, we wanted to add a functionality by which user can create table inside the HTML Editor by just clicking the button.
We added this functionality by following these steps :
1.Firstly when user clicks on add
For creating Stages using CSOM, we have to use StageCreationInformation.
1. First of all, assign basic informatiom to Stage.
Microsoft.ProjectServer.Client.StageCreationInformation stageInfo = new Microsoft.ProjectServer.Client.StageCreationInfor
We can modify Liferay JSP, services, properties by using Hooks. One of the main use of Hook is we can override existing struts actionand also we can add custom struts action, these type of Hook is called as Liferay Struts Action Hook.
I'm taking her
Dear all,
I have a code to modify a file. This code make changes on my file and save it to a new file. But, I want to have changes(modifications) on my original file not a new one. I made attempts to change the code but it didn't work. How can I
Using below code i have created Linkify function. Here I have created MainActivity class and In main.xml layout I have added Text View property. Below code will clearly described you how to make Linkify function.
Step(1)-Create MainActivity-
publi
The text-orientation CSS property defines the orientation of the text in every line.
This property solely has a control in vertical mode, that's once writing-mode isn't horizontal-tb. it's helpful to manage the show of writing in
Step 1- Defined here some necessary variable
boolean isLoading=false; -> this variable will use to show progressbar below to recyclerview in your xml file when you scroll your recyclerview list .
int mPageSize=10; -
