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: email
How to add/ save a new contact in phone directly from your App? – Android Studio code
In this video it shows how to save the contacts directly from your Android App programmatically. It uses ContentProviderOperation to structure the input and then insert it in the phone’s content as a new contact. I hope you like this video. For any questions, suggestions or appreciation please contact us…
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…