Found 1631 Articles for Android

Android App Development Fundamentals for Beginners

Vaibhav Ahire
Updated on 30-Mar-2023 12:18:37

579 Views

Introduction Android is one of the famous operating systems which is used for developing android mobile applications. It is based on the Linux kernel. More than 75% mobile devices across the world use android as an operating system for running android applications. That's why Android app development is growing rapidly in popularity amongst aspiring software developers. It's a great way to get into the exciting world of mobile app development, and it's relatively simple to learn the basics. Whether you're just getting started with Android app development or you're looking to brush up on your existing skills, the fundamentals are ... Read More

Adding Firebase to Android App

Vaibhav Ahire
Updated on 30-Mar-2023 12:12:28

465 Views

Introduction Firebase is one of the famous cloud platform service providers of Google which provides services such as Database, storage, hosting and other cloud services for Android, IOS and Web applications. In this article we will take a look on How to add Firebase to Android Application. There are 2 ways to integrate Firebase in our Android application. Integrating Firebase from Android Studio. Manually integrating Firebase in Android Studio. Integrating Firebase from Android Studio We will be creating a simple android application in which we will be simply displaying two buttons and an image view. We will be ... Read More

Adding 3D Objects in Flutter

Vaibhav Ahire
Updated on 30-Mar-2023 12:09:33

3K+ Views

What are 3D Objects in Flutter? 3D objects are like 3 dimensional objects which we display within our application for animating the images. The image which we display in the form of a 3D object we can rotate it 3 dimensionally to view it. Implementation 3D Objects in Flutter We will be creating a simple application in which we will be displaying a text view and a simple 3D object within our android application. We will be following a step by step guide to implement a toast message in an android application. Step 1 − Creating a new flutter ... Read More

Activity State Changes in Android with Example

Vaibhav Ahire
Updated on 30-Mar-2023 12:05:41

712 Views

Introduction Every android application which is being installed on a mobile device consists of one or more activities within it. These activities are used to perform certain actions within android applications. The activities to be used within android applications are having their own lifecycle methods which are being called even if an activity undergoes certain actions. There are seven different methods which are being called when the state of an activity changes within an android application. In this article we will take a look at the different activity state changes in android application along with examples. Different States of Activity ... Read More

A Complete Roadmap to Become Android Developer

Vaibhav Ahire
Updated on 30-Mar-2023 12:01:47

770 Views

Introduction Android is one of the famous mobile operating systems which is based on the Linux kernel. More than 75% of smartphone devices use android as an operating system to perform different tasks. So Android development is a great field to enter into, as it provides a wide variety of opportunities for those who are interested in creating mobile applications. However, becoming an Android developer can be a long and complicated process, so it's important to have a roadmap to ensure you stay on track. In this article, we'll outline a complete roadmap to becoming an Android developer, from beginning ... Read More

A Complete Guide to Learn Android Studio For App Development

Vaibhav Ahire
Updated on 30-Mar-2023 11:59:30

394 Views

Introduction Android is one of the famous operating systems which is used across many mobile devices.Almost 75 % of mobile devices across the world are using android as their mobile operating system. Hence learning android development will be beneficial which will help you to deliver your applications to the huge number of audience. Before you start learning android development there are some tools which you should understand. So in this article we will take a look at a complete guide to learn android studio for app development. What is Android Studio ? Android Studio is an official IDE developed by ... Read More

Difference between Apple iOS 4.3 and Google Android 3.0 Honeycomb

Md. Sajid
Updated on 02-Mar-2023 15:10:56

328 Views

To assist us all throughout selecting the best operating system for your next mobile phone, this article explores the different essential components of Apple iOS 4.3 and Google Android 3.0 Honeycomb. Let us take a glance at user experience, app accessibility, safety, as well as other factors to give you some idea of which operating system is best for oneself. Read this article to find out more about Apple iOS 4.3 and Google Android 3.0 Honeycomb and how they are different from each other. What is Apple iOS 4.3? Apple iOS 4.3 is readily accessible on both mobile devices and ... Read More

Difference between Android and HTC

Md. Sajid
Updated on 02-Mar-2023 15:09:12

242 Views

The Android OS was developed by the Open Handset Alliance, led by Google. HTC is a Taiwan company which is manufactured and produced the mobile devices like smartphones which is powered by the Android. In general, HTC is a hardware which is powered by the Android devices, and Android is a software platform. The OS of Android is used on a wide range of devices such as the tablets, smartwatches, and smartphones. It is an open source software and the manufacturers can use it in their products for free. The products of various vendors or manufacturers are in the market ... Read More

How to Create/Start a new Project in Android Studio

Vaibhav Ahire
Updated on 21-Feb-2023 13:59:45

909 Views

Introduction Android is a famous mobile operating system which is being used by more than 70 % of mobile devices across the world. As the demand of android operating system. The number of mobile applications developed in android is also increasing day by day. Hence it will be beneficial to learn android app development in such a demanding market. For building your own android application the first step to start is to create a new project in android studio which is recommended as an official IDE for android development. In this article we will take a look on How to ... Read More

Android : How to upload image on Firebase Storage?

Vaibhav Ahire
Updated on 14-Mar-2023 15:33:34

4K+ Views

What is Firebase Storage? Firebase is one of the famous cloud platform service providers of Google which provides services such as Database, storage, hosting and other cloud services for Android, IOS and Web applications. In this article we will specifically take a look at Firebase Storage. How we can use it to upload images from an android device to Firebase Storage. Implementation of Firebase Storage We will be creating a simple android application in which we will be simply displaying two buttons and an image view. We will be using one button to pick the image and another button to ... Read More

Advertisements