In this video it shows the steps to read the Gmail’s inbox programmatically in your Android App. It uses Java libraries to implement this. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Complete source code and other…
Tag: gmail
How to create your custom Gmail client Android App using the new Google’s App Password approach for authentication? – API 34
This video shows the steps to use Google’s App Password approach to authenticate the 3rd party Gmail client Android App. This uses the basic code from this page – https://programmerworld.co/android/how-to-send-email-using-gmail-smtp-server-directly-from-your-android-app/ Then it shows the steps to create a new Gmail account and create App Password to enable it to send…
How to send email using gmail SMTP server directly from your Android App?
In this page, it shows the steps to create method to send email directly from your Android App without using the mail clients (such as gmail client or outlook App). This code uses gmail smtp server to send the email. I hope you like this video. For any questions, suggestions…
How to open and send email using the native client directly from your Android App? – Source Code
In this short video, it shows the steps to create and Email client opening App. In this simple App, it just has one button. Clicking on that button it opens up the in-built default (native) email client of the phone. The use case of this concept will be to add…