365Bloggy Android Google Admob In recent years, Google released adaptive banners which are a replacement for the popular 320dp x 50dp banner ad and the smart banner. You can calculate its height by SDK at runtime and can optimize t...
365Bloggy ChatGPT Like App in Android using Open API ChatGPT is booming in the online market. ChatGPT provides answers to all your questions. Today, in this blog we will explore it with a simple ChatGPT-like Android application by using OpenAI API(ChatG...
365Bloggy Firebase Authentication with Phone Number OTP in Android Many applications require authentication at times of using OTP Authentication, to authenticate the app user’s phone number. Through phone authentication, the user has to identify the phone number of m...
365Bloggy Android UI Layout Android layout is used to define the user interface for application design. A layout is a widget and UI controls that will appear on the screen of an Android application . Generally, an application is...
365Bloggy Difference Between Java and Kotlin in Android What is Kotlin? Kotlin is one of the programming languages. Kotlin is sponsored by JetBrains and the Google Foundation of Kotlin. Kotlin is also known as Object-oriented programming. What is Java? Jav...
365Bloggy How to Create a Pie Chart with Kotlin The Pie Chart is a type of UI Interface that is used to display the data in the form of percentages in different categories. This is used for a large number of data when using Pie charts. We will take...
365Bloggy How to Generate QR Code in Android using Kotlin In today's digital world, QR codes have become our daily habit, we even pay 1 rupee by QR code, share information through QR, or even retrieve data from QR. QR code allows us to access information fas...
365Bloggy Video Playing Libraries in Android Android is an operating system which is built on mobile phones. It’s based on the Linux kernel. Working with video in Android is part of the application. This video comes from local storage on the int...
365Bloggy How to pair Bluetooth device in Android Programmatically The Android platform has popular hardware on every Android phone.it is mainly used for wirelessly exchanging data with another Bluetooth device. The app framework provides Bluetooth functionality to a...
365Bloggy Kotlin Multi-Platform Mobile Application in Android Studio In this article, we learn of a simple hello world application that will run in Android and IOS with a single code base using Kotlin language. What is a multi-platform? This multi-platform provides mul...
365Bloggy How to generate SHA -1 key for keystore certificate in Android studio SHA-1 stands for Secure Hash Algorithm 1 and it is used when you want to integrate Google API into your mobile app . There are multiple ways to SHA-1 Fingerprint but I’ll show you the easiest way to g...
365Bloggy Image Loading Libraries in Android Android is an operating system which is built on mobile phones. It’s based on the Linux kernel. Working with Images in Android is part of the application. These images come from local storage on the i...