How to secure API key in android
Security cant be guaranteed 100%. One way or another it can be breakable. The questions is how much you can make it difficult to break it. So guys today we will learn how to secure the api key in android.…
Security cant be guaranteed 100%. One way or another it can be breakable. The questions is how much you can make it difficult to break it. So guys today we will learn how to secure the api key in android.…
Today we will learn how to create a custom designed listview in android which will be scrolling smoothly. So lets do it. First take a listview in your xml layout and give a id. If you dont know what is…
Today we will see how to get rid of findViewById in android. There is no third party library is needed for this. It can be done easily by using default databinding in android. Step 1: To do this first open…