In this video it shows the code to download a JPG file from FTP server and then display it over an ImageView in your Android App. It uses following dependency in the code:https://mvnrepository.com/artifact/commons-net/commons-net/3.10.0 I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/…
Tag: client
How to get client ID and client secrets (private key) for Google account?
The video shares the process of obtaining client ID and client secrets (private key) for a Google account. For further inquiries or feedback, reach out at https://programmerworld.co/contact/ or email programmerworld1990@gmail.com. Screenshots of the steps are also included.
How to read the content of a HTTPs website in your Android App?
The provided content pertains to a video tutorial explaining how to read a HTTP or HTTPS website’s content (HTML/JSON) on an Android application. The tutorial involves demonstrating how to view the contents of Google’s homepage and programmerworld.co within an Android app environment. The post includes the complete source code for the application with various callbacks, interfaces, and classes such as HttpURLConnection, URL, InputStream etc. It also provides screenshots and the output for readability. Furthermore, it encourages viewers to contact them for any queries, suggestions or appreciation.
How to implement Google SignIn OAuth2 authentication (client ID) in your App? – Android Studio Java | API34 | Android 14
The content presents a tutorial video on how to implement OAuth2 authentication in Android apps. It primarily focuses on creating a new project in Google Cloud Platform, setting up OAuth 2.0 credentials, and utilizing the generated client IDs in the code. The tutorial emphasizes that both web client and Android application type credentials should be established, but only the web application type client ID should be used for authentication purposes. Complete source code for the app is provided. The video can be accessed via a link, and further queries are to be directed to the presented contact details.
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…