In this video it shows the steps to install 3rd party Apps on your emulator/ AVD (Android Virtual device) in Android Studio. For installing the Apps, one would need Google’s play store option enabled for the AVD. Please refer to steps shown in the below link if the Play store…
Tag: message
How to send Push Notification (cloud messaging) from Firebase console to your Android App? – Complete source code
This video shows simple steps to create an Android App and connect it with the Firebase project. Then it shows how one can use Firebase cloud messaging service to send the push notification on the phones which have this Android App installed. I hope you like this video. For any…
How to trigger a notification from your Android App? – Complete source code
This video shows the steps to write your own notification in your Android App. In this video it uses a button to trigger the notification but in actual or commercial App various events can be used to trigger the notification. I hope you like this video. For any questions, suggestions…
How to read and forward certain SMSes programmatically in your Android App? – complete source code
This video shows the steps to read the SMSes and forward certain SMS based on a particular condition. In this App, it forwards the SMS to a pre-defined number mentioned in the App’s code. However, the number can be taken as an input from the layout also. The SMS send…
How to share file or text on gmail, whatsapp, sms, Bluetooth from your Android App (share button)?
This video shows how to create your Android App to share a pdf file over other file sharing Apps such as gmail (or any other email client), whatsapp (or other messaging Apps), google drive, Bluetooth, etc. This video also shows how a text message can be shared similarly on other…