Posts

Featured Post

Send message to yourself in WhatsApp

Image
Sending a WhatsApp message to yourself can be helpful in some cases. Many people used to send SMS to their own number if they wanted to take a note of something. Some people also send an email to themselves to take a note of something. But sending a WhatsApp message to yourself is not straight forward. In this post, I am going to tell you how you can send a message to yourself in WhatsApp. Quick Method to Send Message to Yourself Download the " Click to Chat " application from Google Play Store. Open the app and enter your number. Click the open button and send the message. Different ways of sending a message to yourself Method 1: From Contacts This is the easiest method. It might not work on all devices. But the trick is to save your number in the contacts and then click the WhatsApp message button to send a message to yourself. Method 2: Using an app Download the " Click to Chat "  app from Play Store.  Open the app and enter y...

Text Scanner - OCR app for Android

Image
What is OCR? Here's a tip: If you already know what OCR is, you can skip to the next section. For a computer, text and image are two different types of data. It processes text differently and image differently. Now if you have an image of some text, you might call it text and read it too being a human but the computer will consider it an image. It can not process it as text. Here is an example. Let's say that you are viewing a webpage in your phone's browser. You can select the text and copy that to share it somewhere. But if you take a screenshot of that and open the screenshot, it is no longer text. You can no longer select the text from that image and copy it. OCR stands for Optical Character Recognition and it is a process of converting text from images into real text so that the computer can process it as text. It will take an image as input. Use some artificial intelligence based mumbo jumbo algorithms to recognize the text present in that image. And give th...

Clip Stack - Clipboard Manager for Android

Image
Purpose of the app You copy data while using your android phone. When you copy some data, it is stored in the clipboard. But the problem is that, in many phones when you copy some other data to clipboard, the previous one is erased from the clipboard. This is where this app comes in. This app runs in background in your android phone and stores all data that you copy to clipboard. So, by using this app, you can store the data you copy to clipboard at a separate location and access it when needed. I have used some other apps also for the same purpose but in my opinion, this is the best. Download This app is called "Clip Stack" and can by downloaded from play store using the following button: Or scan the following QR code from your phone if you are reading this on PC. Use After installing the app, just open to let it start its operation. From now, it will run in the background and record all the data that you copy to clipboard. An important thing that...

How to connect admob to firebase?

Image
 Connecting admob to firebase can give you better ad analytics for your app. Learn more about advantages here . Let's talk how to do this. *Before you start, make sure that your app is connected to both firebase and admob. This post only describes how to interconnect both services. If you have not done that yet, see admob implementing instructions here and firebase implementing instructions here. 1. Log in to admob and click on the apps button to see all apps. 2. Select the app you want to connect to firebase 3. In the link to firebase card, click on "link now". 4. Type in your app's package name and click continue  5. In the "Link to an existing firebase app" section, click on select a project and select the firebase project for your app 6. After selecting the relevant project, click on continue 7. In the first point of implementation instructions, you can download the new "google-services.json" file for your app. A...

How to use python in NetBeans?

Image
 In this article, I am going to tell you how you can use NetBeans IDE to write python programs. For the sake of simplicity, I am dividing the procedure into following parts: Installing Python Adding Python plugin in NetBeans Direct NetBeans to use the python version installed in part one for operation Installing Python: 1. Use this link to download python and install it in your PC. Full procedure of installing python can be seen here . 2. Now we have to find the path of python installed in our PC. Go to Start Menu>> All Programs/ All Apps >> Python 3.7 and right click the IDLE Python. Select "Open File Location" 3. Right click on the IDLE Python shortcut and click "Open File Location" 4. Now copy the full path of python.exe in this folder. Save it somewhere because we will need it in the last section of this article. Adding Python plugin to NetBeans: 1. Use this link to download the python plugin for NetBeans. 2. Extract the...