Posts

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...

Creating a TrackMe App

Image
  TrackMe App Looking something to develop for a Roadie,  Hurray ! This One is for you.💖 A great and easy to built app which proves to be a great partner of  roadies and which puts wanderlust one step forward. Its a beginner-friendly, easy to use, and a knowledgeable project. So, lets Discuss what it exactly is :                           TrackMe App is a Single Activity app built in Android Studio Framework using Java. It can be a great friend while travelling and can be used by Hikers, travellers or anyone who wants to know his/her current location.       It shows the users, their current Latitude , Longitude , Altitude , Accuracy and Address(if registered on google maps). Lets understand the basic features used in the project :   LOCATION MANAGER : It is built in class which provides access to the location services. Reference can be obtained from calling the getSystemService() method...