Posts

Showing posts from May, 2021
Image
  **** Meme Generator App **** We all know how to pass time, when we feel bored. But, ever thought to create something that will help others to pass time. 😀 So, here a Meme app, where u can get unlimited memes and you can share it with anyone.  Here, I will help you to build a Meme generator app. Sounds cool ? yeah !! 😁 First, lets discuss what all features we are going to implement. 1.  Getting a meme generating Api from the reddit. 2. Volley library to read JSON (JavaScript Object Notation) file and  Volley is an HTTP library that makes networking for Android apps easier and most importantly, faster. 3. Glide library  to convert image URL to Bitmap format and set to our ImageView. 4. ImageView for the image and buttons to share our meme and get another meme. Now, take a deep breath and deep dive to implementation part : TO-DO : 1. Create new project. 2. Add permission in Manifest file. 3. Get the API key and dependencies for Volley and Glide. 4. Wo...