- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Found 1912 Articles for Mobile Development

Updated on 14-Mar-2023 13:38:21
Introduction Android SDK(Software Development Kit) is a set of development tools which is required when building any android application. Android SDK consists of several components within it such as − SDK Platforms. SDK Tools. SDK Update Sites. Android Emulator. In this article, we will take a look at What is Android SDK and what are the different components which are present in the Android SDK. Android SDK It is a collection of software development tools and libraries which are required for building any android application in any IDE whether it may be android studio, eclipse ... Read More 
Updated on 14-Mar-2023 13:36:12
What is Motion Layout in Android? Motion Layout is a child class of Constraint Layout in Android. It inherits properties from Constraint Layout. This layout is used to manage motion and layout animations for the widgets within the android application. Motion Layout is used to provide gesture control animations such as wipe down, swipe up and other types of motions within our android application. Implementation of Motion Layout in Kotlin We will be creating a simple application in which we will be simply displaying two text views. We will be adding these text views within our Motion Layout and adding ... Read More 
Updated on 20-Feb-2023 18:16:32
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 
Updated on 20-Feb-2023 14:27:52
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 
Updated on 14-Mar-2023 13:30:56
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 Interstitial ads within our android application. Implementation of Admob Interstitial Ads in Android We will be creating a simple application in which we will be simply displaying a text view and a button. After clicking that ... Read More 
Updated on 14-Mar-2023 13:29:33
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 
Updated on 14-Mar-2023 13:24:39
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 
Updated on 17-Feb-2023 17:23:06
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 
Updated on 17-Feb-2023 17:10:43
GV Mobile+ and GV Connect are using the Google Voice for the business and personal phone calls. Both contains the set of features which helps you to communicate with the digital age. GV Mobile+ and GV are the apps which helps the users to make and receive phone call using the Google Voice number. You can send and receive the text messages and can place call also through the regular phone network. GV Mobile+ requires you to have a data connection (WiFi or 3G/4G) in order to place or receive calls. GV Connect does not require a data connection, as ... Read More 
Updated on 17-Feb-2023 17:05:15
Introduction Android is one of the famous operating systems which is being used across a wide range of devices. Android comprises more than 75% share in mobile operating systems. As the demand of android is huge the number of applications developed in android is also high. Due to continuous increase in the demand of android applications the demand for android developers has also increased. So if you are learning android development and want to excel in this field. Below are the 8 must have skills which you should have to become a successful android developer. 1. Good Knowledge of Java ... Read More Advertisements