Android – Update Data in API Using Volley with Jetpack Compose
APIs are used in android applications to access data from servers. We can perform various CRUD operations using these APIs within our database such as adding new data, updating data, and reading as well as updating data. In this article, we will take a look at How to Update Data in API using Volley in Android with Jetpack Compose....
read more
Ball Tapping Game in Android
Android is an open-source operating system, based on the Linux kernel and used in mobile devices like smartphones, tablets, etc. Further, it was developed for smartwatches and Android TV. Each of them has a specialized interface. Android has been one of the best-selling OS for smartphones. Android OS was developed by Android Inc. which Google bought in 2005....
read more
Basic CI Workflow For Android using GitHub Actions
Continuous integration (CI) is a software development process in which the team members can integrate their work. For Android developers, setting up a CI pipeline can greatly enhance productivity and code quality. GitHub Actions, a powerful automation tool integrated into GitHub, provides an excellent platform for creating a CI workflow for Android projects. This article will guide you through the process of setting up a basic CI workflow for Android using GitHub Actions....
read more
How to Solve OutOfMemoryError in Android Application?
OutOfMemoryError, or simply OOM, is a problem that every Android developer has encountered. If you haven’t seen an OOM in your Android application yet, you will in the near future. Memory leaks cause the OutOfMemoryError to occur in Android. So, in order to remove the OutOfMemoryError, all you need to do is take care of memory leaks! In this Geeks for Geeks article, we will solve the OutOfMemoryError in Android with the help of some practical examples. So, let’s get started with the fundamentals of Android Memory Leak....
read more
How to Implement Android Slice?
Google introduced a new API called Slices in Android Pie. Slices are a component of the Android Jetpack Support library. Slices are a smaller UI template used to present your app’s content in the Google Search App. It enables users to do tasks faster outside of your app. In this article, we’ll go through how to use Slices in your app. Slices support various LiveData, Deeplink, Scrollable layouts, and so forth. Let’s commence this article....
read more
Widgets in Android 12
Prior to Android 12, users had to remove their current widget and add it again with the new configuration when changing a widget. Android 12 enhances the way widgets are configured in a variety of ways and makes it easier for users to customize widgets. Reconfigurable widgets allow users to tailor the widget to their own needs. With Android 12, they won’t have to delete and re-add the widget to change these settings....
read more
How to Use multiline-collapsingtoolbar Library in Android App?
Multiline-CollapsingToolbar library, as the name itself suggests, allows us to have more than one line in the CollapsingToolbarLayout. Using this library, we can deal with the multiline titles (with a customizable maximum number of lines) in the expanded state with a nice fade-away animation. In this article, we will be implementing this library in an Android App using Java language. A sample GIF is given below to get an idea about what we are going to do in this article....
read more
How to Add SlantedTextView in Android App?
SlantedTextView is an Android library that allows us to easily create a slanted text in an android app. We can use this feature in many apps such as educational courses app or subscription-based app and in many other apps where some features are available for free and some are paid features. Note that we are going to implement this project using the Java language....
read more
How to Update Data in Back4App Database in Android?
In the previous article, we have seen adding as well as reading data from our Bac4App database in the Android app. In this article, we will take a look at Updating this data in your database....
read more
How to Implement Modal Message Layout of Firebase In-App Messaging in Android?
Prerequisite: How to Push Notification in Android using Firebase In-App Messaging?...
read more
Top 7 Databases for Mobile App Development in 2024
In the ever-evolving mobile app development landscape, selecting the correct database is crucial for building efficient and robust applications. Based on the requirements of the project, the database can be local or remote. With the generation of smartphones and the increasing demand for feature-rich mobile experiences, developers have many choices for selecting the right database....
read more
How To Transfer Files From Android to iPhone
People may think that transferring files or any data from Android to iPhone is a complex task due to the differences in them but it is the simplest task to do. For people who are shifting from Android phones to iPhones or just trying to share their data with iPhone users, certain steps must be followed to do so. In this blog, we will talk about some of these steps and tricks to transfer files from Android to iPhones easily and efficiently....
read more