In this video we will see how to apply loops in order to maintain the code quality. When same action is expected to perform again and again instead of writing same code multiple times better to use loop. I hope you like this video. For any questions, suggestions or appreciation…
Tag: loop
How to check palindrome word in your Android App? – complete source code
This short video shows the steps to implement Palindrome logic (algorithm) in the Java code of your Android App. In this tutorial it designs a very simple layout. It takes the input from the user through the Edit Text. It triggers the method to check the palindrome through a button…