
Search In
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
As an internet marketing expert we follow several SEO strategies in order to increase the number of visitors and to increase the ranking of keywords in the search results for certain set of keywords.
For implementing paging in Repeaters we will first create a stored procedure in which we will define the row number for every record and this will allow to iterate the records into the temp table and the page size which will define the upper bound
In the below example I have created registration page layout. Here FIrst I have created LinearLayout and then all layout within a main LinearLayout after then I have added Toolbar, scrollbar, TextView, ImageView I have also used RelativeLayout fo
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.
In the below layout code I have created a new user Sign Up form page. Here I have created first LinearLayout all layout added in this Main LinearLayout, In below code I have also added ScrollView, Relative layout, ImageView, TextView. In drawab
What is being "trapped"? You've heard people describe this frequently as how they feel when they are either stuck or when they have made an undesirable turn in their expert/professional and personal journey excursion.
Are you exactly w
While creating views you need to use textboxes for Registeration Page.
So validation needs to be done while submitting data
This is my model class where i have used validation
public enum getstatus
{
success, failure
}
public
If you are a new user you need to understand that MVC will follow an architecture that will follow a flow of process to build project and writing code
- First thing is the Model which is used for defining attributes or entities
public enum getst
While working with MVC projects you first need to understand the architecture of it.
You first need to understand these things
Event we all know that when something occurs like a button click or a text changed we can fire the even
