Home / DeveloperSection / Tag
You haven’t finished your post yet. Are you sure you want to leave and discard your draft?
The component of an alert dialog box is setPostiveButton and setNegativeButton value followed by onClickListener event. onClickListener invoke when the user clicks on the button and response is generated.
Android context menu appears when the user press long click on the element. It is also known as floating menu. Context Menu is a useful solution, particularly when we want to provide a list of actions based on an item click in a ListView.
Hi Everyone, Here we are going to learn how to implement a very popular UI pattern called navigation drawer list in andriod
Hi Everyone, here I am explaining how to create a simple calculator app in Android to perform addition, subtraction, multiplication and division operations