How to create WhatsApp stickers app in android studio

Hello, you may know that WhatsApp is the world's most used app, which means that if you create an App on this subject, it can be comfortably viral. I'm going to tell you how to create your own WhatsApp stickers App

WhatsApp Stickers App Project File Download 


WhatsApp stickers App like deep host
WhatsApp Stickers App Project File Download 

First of all, you will need these things to make WhatsApp sticker app.


  • Android Studio
  • Whatsapp sticker app source code
  • Internet

What is Android Studio?

Android Studio Official Integrated Development Environment (IDE) Who has been specially created by Google and IntelliJ IDEA to create applications for Android operating system, in an easy language you can make an application for Android operating system using this software.


In the list below, you can see which operating system you can run Android Studio and what are its system requirements.


Windows
  • Microsoft® Windows® 7/8/10 (64-bit)
  • 4 GB RAM minimum, 8 GB RAM recommended
  • 2 GB of available disk space minimum,
  • 4 GB Recommended (500 MB for IDE + 1.5 GB for Android SDK and emulator system image)
  • 1280 x 800 minimum screen resolution
Linux
  • GNOME or KDE desktop
  • Tested on gLinux based on Debian.
  • 64-bit distribution capable of running 32-bit applications
  • GNU C Library (glibc) 2.19 or later
  • 4 GB RAM minimum, 8 GB RAM recommended
  • 2 GB of available disk space minimum,
  • 4 GB Recommended (500 MB for IDE + 1.5 GB for Android SDK and emulator system image)
  • 1280 x 800 minimum screen resolution
Chrome OS
  • 8 GB RAM or more recommended
  • 4 GB of available disk space minimum
  • 1280 x 800 minimum screen resolution
  • Intel i5 or higher (U series or higher) recommended
Mac
  • Mac® OS X® 10.10 (Yosemite) or higher, up to 10.14 (macOS Mojave)
  • 4 GB RAM minimum, 8 GB RAM recommended
  • 2 GB of available disk space minimum,
  • 4 GB Recommended (500 MB for IDE + 1.5 GB for Android SDK and emulator system image)
  • 1280 x 800 minimum screen resolution

I want to make an Android app. So what programming language should I learn for this?

  • It supports Java, Kotlin and C ++ languages, most people use Java language only, with the help of these languages you write the task that happens in the application like what to do on a button click.
  • XML language is used for the design of Android App such as creating and designing buttons.
Icon design 

  • tray icon is required for every icon pack, it should be of use by 96x96 pixels and 50 KB
  • You must keep a 16-pixel gap between the canvas and the sticker.

    WhatsApp Stickers App Project File Download and Configuration Setup

    • First is WhatsApp Stickers App Project File Download, now we have to unzip this file,
    • Then you have to open android studio
    • Now you have to select the unzip folder by clicking on open an existing android studio project.
    • It will take some time to open the project and it also depends on your internet connection.
    • Now go to the stickers-master / Android / app / src / main / assets / 1 folder
    • To replace your tray icon aur sticker icon with your icons in contents.json file
    • Every App has a unique application id build.gradle (stickers-master/Android/app/build.gradle)
    • You have to enter your application ID and check that this id is not already on the play store.
    • Then go to stickers-master/Android/src/main/res/values​/strings and change the name of the app
    • To change an App icon is to go to a folder in stickers-master/Android/app/src/main/res
    • Launcher icon starting with the name 'mipmap' has to be replaced with its icon
    • You can put three or more emoji in your sticker.
    Icon design 
    • tray icon is required for every icon pack, it should be of use by 96x96 pixels and 50 KB
    • You must keep a 16-pixel gap between the canvas and the sticker.
    • Your sticker icon should have a background transparent
    • You must convert all stickers from PNG to WebP format
    • Try to get the size of your sticker, you can use any image compressor.

    After all this, you have to let the app build by clicking Build> Generate Signed Bundle / APK.
    Your build app saved on project-name/module-name/build/outputs/apk.

    Post a Comment

    Previous Post Next Post