In this video it shows the difference between the two APIs in Android – finish() vs finishAndRemoveTask(). finish() is basically to minimize the App’s view so that the user cannot see the App’s layout anymore. It is similar to pressing back button from App’s home page to go back to…
Tag: end
How to create your own Text Editor Android App for making text bold, italics, underline, alignment?
How to create your own complete Text Editor Android App to make the selected text bold, italics, underline or set the alignment? This video shows the steps to create a text editor App in very simple approach. In this tutorial, it shows how once can make the selected text in…