Found 2041 Articles for Mobile Development

A Complete Guide to Learn Android Studio For App Development

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

364 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

Mobile development vs Machine Learning: Best Career Options

Premansh Sharma
Updated on 10-Mar-2023 15:38:52

543 Views

Introduction Two of the most promising careers in technology today are mobile development and machine learning. Professionals who are interested in developing novel solutions and pushing the limits of what is conceivable in the technological world will find intriguing prospects in both of these disciplines. Yet, choosing a professional route can be challenging for many people because each choice has its own distinct benefits and drawbacks. In order to assist you to choose which job path is ideal for you, we will examine the advantages and disadvantages of pursuing careers in mobile development and machine learning in this post. Mobile ... Read More

Difference between Android and HTC

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

219 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

849 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

Context Menu in Android with Example

Vaibhav Ahire
Updated on 14-Mar-2023 15:32:36

3K+ Views

What is the Context menu in Android? In this tutorial, we are going to learn on How to display context menu in our android application using Kotlin as a programming language. What is the context menu in android ? Context menu is a short floating menu option which appears when the user long presses on a specific widget on the mobile application. This menu is just like a right click option in windows which is used to perform some quick actions within an android application for a specific widget. Implementation of Context Menu We will be creating a simple application ... Read More

Content Placeholder Animation using Shimmer in Android

Vaibhav Ahire
Updated on 14-Mar-2023 15:31:09

547 Views

Introduction What is Content Placeholder animation using Shimmer in Android? There are many different ways which we can use within android applications to display loading indicators such as progressbar, horizontal loading bar and many more. Similarly Shimmer View is also one type of loading indicator which we can use to display loading screens within our application. Implementation of Shimmer View We will be creating a simple application in which we will be loading some data from API and to add a loading indicator we will be adding a content placeholder animation using shimmer within it. We will be following a ... Read More

Concept of Padding in Android

Vaibhav Ahire
Updated on 21-Feb-2023 13:39:20

2K+ Views

What is Padding in Android? Padding is a space which is present between the content which we have to display and the border of that content. Padding is used to create the extra space within the content. We can add padding for a widget from any of the specific sides. We can add padding either from left, right, top or bottom depending upon the requirement. In this article we will take a look on How to use padding attributes for different widgets within our android application. Syntax android:padding="Size in dp" Explanation − Above syntax for padding is used ... Read More

Complete Guide on How to build Video Player in Android

Vaibhav Ahire
Updated on 14-Mar-2023 15:30:10

2K+ Views

What is a Video Player in Android? In this tutorial, we are going to learn on How to build a video player in our android application using Kotlin as a programming language. Video player is a widget present in android which is used to access video files within android application. With the help of this video player we can view the video within our android application. Implementation of Video Player We will be creating a simple application in which we will be using a video view to play video within our android application. We will be following a step by ... Read More

Clipboard in Android

Vaibhav Ahire
Updated on 14-Mar-2023 15:29:08

402 Views

What is a Clipboard in Android? In this tutorial, we are going to learn on How to use clipboards in our android application using Kotlin as a programming language. Clipboard the name itself tells us to clip the data to the board. It is basically used to perform copy and paste operations within an android application. Clipboard is generally used to copy the data from one screen of an android application and paste the data in another screen of the same application or another application within an android device. Implementation of Clip Board We will be creating a simple application ... Read More

Advertisements