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

Android CameraX Java Example and Camera2 API

Android CameraX Java Example and Camera2 API

In the realm of Android CameraX Java Example, I’ve experienced Camera/Camera2 API as one of the more complicated methods to work in our favor. It was initially Camera API, then pulled after Camera2 API was introduced. There isn’t much more challenging to work with the identical. We are finally able to say that Android Jetpack brought … Read more

Android Image Particle animation 7 different type library

Android Image Particle animation library

Android Image Particle animation library can be described as the Android library that lets us easily add particle effects to the views we display in our Android application. we are able to use this feature in numerous applications, such as the one that destroys an entire UI when it has been completed or after deleting … Read more

Androidx Media3 ExoPlayer in Android with Example

Androidx Media3 ExoPlayer View is among the most frequently used UI components found in a variety of applications like YouTube, Netflix, and other online video streaming sites. ExoPlayerView can be used for audio and streaming video in Android applications. A lot of Google applications use ExoPlayerView to play streaming videos and audio. ExoPlayer is an audio and media player library … Read more

Scratch Card View like google pay in Android with Example

Scratch Card View is among the most popular UI components found in Android applications. This kind of UI component is typically used in payment applications like Google pay, among others payment applications. If you’re an Android developer, you will be amazed at how we can implement this kind of UI component within our Android application. In this post, we’ll … Read more

How do I view contact list and Pick contact on Android?

How do I view contact list and Pick contact on Android

Hi, developer in this Android tutorial we are learning about the Pick contact number.  Like you create an Application form in your form there are so many files like Name, Email, Address, Mobile number, etc. And also feed like reference number and you can use it to file this number from the mobile content list. … Read more

What is a hashmap Java

Hashmap Java

HashMap Java class implements the Map interface that permits us to keep key and value pairs in which keys must be distinct. If you attempt to add an identical key in the same key field, it replaces that element with the original key. It is easy to perform actions using keys like indexes, deletion, updating, etc. The class HashMap … Read more

Flutter vs React Native 2022

Flutter vs React Native 2022

In this article, we’ll look at the differences between Flutter vs React Native, explore what makes each one unique, and find out the reasons why they’re both popular. The two most well-known mobile app development frameworks that cross-platform that are available currently is Flutter as well as React Native. These two giants are backed by the … 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