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...
365Bloggy How To Unpublish The App From Google Play Store Taking a Break? Unpublish your app on the Google Play Store. Maybe your app requires a little rest, or you are making some modifications. The good news is that unpublishing your app from the Google Pl...
365Bloggy Push Notification in Android using Firebase Cloud Messaging? Are you thinking about building a mobile application? Firebase Cloud Messaging (FCM) can help! FCM lets you send messages to your app users. It catches their attention and sends important messages or ...
365Bloggy How to install Android Studio in Ubuntu Android Studio is the official tool or software to develop Android applications using IDE. It provides a set of tools to build, design, and analyze APK and menu more. Here are the steps to install And...
365Bloggy How to Generate Signed APK in Android Studio? Once your Android application is developed successfully, you need to develop its APK file. Also, you can use APK files for testing purposes as well. A signed APK generates a key that can be used in th...
365Bloggy What is NFC on Android? Today, almost every smartphone or Android phone has NFC technology built in. If you wonder what NFC is? Well, you already know because you are using it every day for your payment transactions as “Goog...
365Bloggy Profile Your App Performance! An application is considered to have poor performance so how to analyze the application. That time we can use profiling to fix the performance problem that your application causes to inefficient users...
365Bloggy Create an emulator for testing in Android Studio The Android Virtual Device (AVD) is an emulator that works to run Android projects and testing applications, but it virtual device. Android emulator runs on Android devices on Windows, macOS, or Linux...
365Bloggy What is animation on Android? Animation helps you to apply the effect on any view, image, or text in mobile app development . It allows you to change any type of motion on the object with a specific view. Animation is generally us...
365Bloggy How Android Beacon Works? Android Beacon is a small wireless transmitter device that communicates with Android devices using Bluetooth Low Energy (BLE). Suppose you are walking into a store and receiving special discount notif...
365Bloggy How Android Runtime Permissions work What are Android Runtime Permissions? Android Runtime permissions introduced in Android 6.0 Marshmallow Google changed the way permissions are handled by the application. They give users more control ...