Vaibhav Ahire

Vaibhav Ahire

112 Articles Published

Articles by Vaibhav Ahire

Page 11 of 12

AdapterViewFlipper in Android with Example

Vaibhav Ahire
Vaibhav Ahire
Updated on 14-Mar-2023 737 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

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 909 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

6 Most Useful Android Studio Plugins

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

Introduction Android Studio is an official IDE for mobile app development. It provides us with so many inbuilt functionality with the help of which we can make development of android applications faster. In this article we will take a look at 6 Most Useful Android Studio Plugins to boost the android development process. 1. Rainbow Brackets Many times while developing android applications. We can see that there are so many opening and closing brackets used in the code. Sometimes it becomes difficult to track the opening and closing bracket because of so many conditions used within our code. To identify ...

Read More

Absolute Layout in Android with Example

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

What is Absolute Layout in Android? Absolute Layout is a View Group in Android which is used to align widgets within it by specifying x and y axis position to it. We can align the widgets within this view group by specifying x and y position to each widget we display within this view group. It becomes difficult to align the child widgets by specifying the x and y position. Along with that it becomes difficult to design the UI of the application for different screen sizes. Important method of Absolute Layout child widgets − Method Method Description ...

Read More

8 Best Android Libraries that every Android Developer should know

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

Introduction Android operating system is used across a wide range of mobile devices. The market share of android operating systems is around 70 % as compared with others. So it is good to start developing android applications so that you can reach out to this huge audience by building android applications. Many times while building an android project we use different types of libraries within our project to implement some complex functionalities easily. An application might contain different libraries used within it. Libraries are generally used to reduce the amount of code which developers might have to write to perform ...

Read More
Showing 101–110 of 112 articles
« Prev 1 8 9 10 11 12 Next »
Advertisements