Fetch Data Using Retrofit Library Android || GET || Retrofit Library

In continuation to the previous tutorial Android Post Data Using Retrofit  Fetch Data Using Retrofit Library we will be fetching data using same retrofit library. Retrofit library is considered to be the fastest library so we will be using it. Now in this tutorial on Android Fetch Data Using Retrofit Library we will be fetching data … Read more

Android Tutorial on Retrofit Library || Post Data Using Retrofit Http Library

Android Retrofit : Android retrofit, Communication between app and server is a much very important task which needs to be carefully handed using a fastest and much efficient library to make this process much easier for even the novice. Almost every app needs to perform a server call that might be to exchange data for … Read more

Android Send SMS Using Intent

  Android Send SMS :   Android send sms, Sending SMS using Android Intent   1. Fetch mobile number for which message to be sent Uri uri = Uri.parse(“smsto:” + “9876543210”);   2. Add intent using which sms is sent Intent smsIntent = new Intent(Intent.ACTION_SENDTO, uri);   3. Add message content here smsIntent.putExtra(“sms_body”, “Hi,How are … Read more

Android Youtube Player | Your Ultimate Guide to Play Videos in App

  Android Youtube Player : Android Youtube Player, have you ever tried integrating Youtube Player into your app?  yes its possible by integration of play youtube api into your application also make sure that the video you are integrating need to have embed permission. Optimal implementation guide for Android YouTube Player integration in 2024: Step-by-step … Read more

Show Buttons
Hide Buttons