Android Articles

Page 15 of 125

Admob Banner Ads in Android

Vaibhav Ahire
Vaibhav Ahire
Updated on 14-Mar-2023 3K+ Views

What are Admob Banner Ads in Android? Admob is a Google mediation platform. We can use this to display advertisements within our android application. Along with that we can earn money by displaying the ads within our application. There are different types of ads which we can display within our application. In this article we will take a look on How to display Admob Banner ads within our android application. Implementation of Admob Banner Ads in Android We will be creating a simple application in which we will be simply displaying a text view and an Admob AdView. Using this ...

Read More

AdapterViewFlipper in Android with Example

Vaibhav Ahire
Vaibhav Ahire
Updated on 14-Mar-2023 710 Views

What is AdapterViewFlipper in Android? Adapter View Flipper is a widget which is used to animated between two or more views having the same set of content within it. It is used to implement slides like animation within our application. AdapterViewFlipper is a subclass of ViewAnimator class with the help of which we can flip between two different views. Implementation of AdapterViewFlipper in Android We will be creating a simple application in which we will be simply displaying a simple text view to display our heading and an AdapterViewFlipper. Inside the adapter view flipper we will be displaying one image ...

Read More

Difference between Apple iOS 4.3 and Google Android 3.0 Honeycomb

Md. Sajid
Md. Sajid
Updated on 02-Mar-2023 501 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
Md. Sajid
Updated on 02-Mar-2023 433 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
Vaibhav Ahire
Updated on 21-Feb-2023 1K+ 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

Concept of Padding in Android

Vaibhav Ahire
Vaibhav Ahire
Updated on 21-Feb-2023 3K+ 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

Android Boot Process

Vaibhav Ahire
Vaibhav Ahire
Updated on 20-Feb-2023 3K+ Views

Introduction Android Boot Process is a process of starting a computer for using it. A computer system can be started by switching on the power supply. When the computer is started it is able to read only the part of storage called Read only memory. A small program is started on launching the computer which is stored and called as firmware. It allows accessing other types of memory such as main memory and hard disk. The firmware is use to load big programs and run it into the computer's main memory. Boot Manager is run in all devices whether it ...

Read More

Basic Prerequisites of Learning Android app development

Vaibhav Ahire
Vaibhav Ahire
Updated on 20-Feb-2023 1K+ Views

Introduction Android is one of the most famous mobile operating systems. It is a leader of mobile operating systems having a market share of around 70 %. Due to this learning android app development is beneficial as the users using this operating system is huge. So there is a huge demand for learning Android app development. In this article we will take a look at Basic Prerequisites of Learning Android app development. Basic Prerequisites of Learning Android app Development It is easy to develop simple android applications. We can simply use some basic knowledge and can create simple applications using ...

Read More

Android UI Layouts

Vaibhav Ahire
Vaibhav Ahire
Updated on 20-Feb-2023 865 Views

Introduction UI Layouts in android are used to define the user interface which is being displayed to the user when the mobile application is being used. It is generally used to display what the user will see on the screen. Every android application consists of one or more UI layouts present within it. Every activity which is being created within an android application consists of different types of UI layouts within it. UI Layouts are generally used as a parent component which holds all the widgets within the application whether it may be text view, image view or others. Layouts ...

Read More

Android Architecture Patterns

Vaibhav Ahire
Vaibhav Ahire
Updated on 20-Feb-2023 2K+ Views

Introduction When you are working on building a complex android application. It is recommended that you should follow one of the android architecture patterns so that in future it will become easy to manage and update your project. Android architecture patterns are generally used to provide proper structure for the code. There are three different types of architecture patterns which are followed in android are as follows − MVC (Model View Controller) MVP (Model View Presenter) MVVM (Model View ViewModal) The main usage of Android architecture patterns is to separate UI from the business logic and make it ...

Read More
Showing 141–150 of 1,250 articles
« Prev 1 13 14 15 16 17 125 Next »
Advertisements