If you publish your application in play store and thinking that for your app promotion in any website or printing "Get it on Google play" batch. Don't worry, no need to do anything for it. Google provide it. It is need 5 minutes to make this batch. So In this article, I show you how to get this batch. Before that you need to know some basic rules for make this batch The rules as per Google is that- 1. Use the badges as provided. Never alter the badges. 2. There must be clear space surrounding the badge equal to one-quarter the height of the badge. 3. The badge must be large enough that all of the text is legible. 4. The Google Play badge should be the same size or larger than other application store badges. 5. Badges must be shown on a solid colored background or a simple background image that does not obscure the badge. 6. Match the badge language to the language of your marketing campaign whenever possible. 7. Any onli...
In every single android application, we need to make many number of recycler-view adapter. So every time you create a blank adapter and modify it as per your requirements. But it is very boring and as well as time taking. So here I give you a solution that you can create any recyclerview adapter within 5 seconds using file template in Android Studio. So, Lets read this full article- First we open android studio and create a project. After project creation Open File->new->Edit File Template... Follow this below screenshot Okay, After click on "Edit File Template" a popup is open "File and Code Template", Now click on the " + " icon and set set your template name. Now set your template name, template extension and template body. after doing everything click on "Apply" and then click on "OK" The template body I after after the screenshot Template Body Copy this code and paste it on the template body section, which I marked in scre...