Android Iot wifi base app examples | Android Chat app example with wifi

android iot wifi base app examples

Android iot wifi base Chat app example with wifi. Hi, developer in this android tutorial we are learning about the Iot base android App, like making a chat app connecting to the wifi and sending and receiving a message. In this article I am creating two apps is client app second is server app. So … Read more

How to Playing ads with ExoPlayer 2.5 Android

How to Playing ads with ExoPlayer Android

Ads playing using ExoPlayer and IMA The new ExoPlayer 2.5 release comes with a brand new extension to play ads that wraps around the Interactive Media Ads SDK (IMA). This article will help you start using the extension, and also explains some of the advantages it offers over the use of IMA directly. Integration of the IMA extension … Read more

Multipart Image Upload in Android – Retrofit 2 android upload file

Multipart Image Upload in Android

Hi, Android developer in this article I share Multipart Image Upload in Android – Retrofit 2. Like in your project you can upload an image using multipart rest API. Multipart upload refers to creating an object using the data in the object and then uploading each part to HCP. Multipart upload results in a single object … Read more

Android converting inputted numbers to words

Android converting inputted numbers to words

Hi, developer in this Android tutorial I am discussing. How to convert inputted numbers to words in android and show it on text view. For example like you can see most app when the user enters the Amount in a number Automatically converts the numbers to words and show it. Write code that converts the … Read more

android rxjava tutorial

android rxjava tutorial

Android RxJava, a JVM library, uses observable sequences for event-based and synchronous programming. The three O’s are the operator, observer, and observables. They are used to accomplish asynchronous tasks within our project. Multithreading is greatly simplified in our project. It helps us to determine the thread on which task we wish to complete. Android rxjava tutorial RxJava is a … Read more

OOPS Concepts in Java – OOPS Concepts Example

OOPS Concepts in Java – OOPS Concepts Example

OOPS Concepts in Java, Programming is made easier by the Object-Oriented Programming Concepts. You will have difficulty designing systems using the object-oriented programming model if you don’t know what OOPS concepts are. What is an Object-Oriented Programming Model (OOP)? The concept of objects is the core of object-oriented programming. What’s an Object? An instance of a … Read more

How to create PDF file in Android and save to phone 2022

How to create PDF file in Android

How to create PDF file in Android. There are numerous apps in which the data in the app is made available to users as PDF format that can be downloaded. In this instance, we must create a PDF file using the data contained within the app and display the information in a proper manner within our … Read more

Dagger hilt android tutorial – dagger hilt kotlin

Dagger hilt android tutorial

Dagger hilt android tutorial – dagger hilt kotlin. When working on Android projects, there are many dependencies that we must integrate. To manage these dependencies, we use Dagger, a dependency injection framework. Dagger is not an easy task to set up and use. It requires extensive boilerplate code and a steep learning curve. It’s the Dagger … Read more

MVVM Architecture – Android Tutorial for Beginners 2022

MVVM Architecture - Android Tutorial for Beginners

The tutorial will we will discover the MVVM architecture of Android first, and then we will develop a program using the MVVM architecture. This tutorial is intended for novices who wish to begin using the MVVM structure. Since this tutorial is geared towards beginners I’ve done some simplifying. Let’s get started. The following will be covered within this … Read more

Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8

Solved Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8

Hello all in this Android solution, I will discuss a problem I’m currently experiencing in Android Studio. Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8. Today I downloaded and installed Android studio’s most recent version, but I’m getting an error message like this: Android Gradle plugin requires Java 11 to … Read more