
Developing an android app is not so much easy. Its takes lots of time, dedication and hard works. An android developer has to take so many important steps in account to make a good, reliable and successful app. Choosing library…

Here are some free code of android app you can download or implement. NewPipe: NewPipe is developed by TeamNewPipe. To create your own youtube app you can use this s ource code. Newpipe is light weight app. This app does…

It was all going OK. A happy and speedy app development was going on in my mac. One day I got a notification about android studio update. After updating it, something gone crazy. A red error in all java and…

Back in 2016 I was a CSE student. At that time I had mid level experiences in android app development. I made a lots of app till now. But among them Free Movies Online was the best, though google banned…

So guys, today I will be talking about an android ad network named STARTAPP, a very well known ad company and hereby I will share my experiences with this company. It was back in 2016 I made an android app…

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…