- 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 1628 Articles for Android

47 Views
In the year 2015, Google unveiled Android Things, an embedded operating system platform. The phrase "Hardware based development" is used to describe Android Things. You may create IoT devices using the Android Things platform, which is an addition to the Android operating system. Since you are all familiar with Android Development, you can create Android Things using your current software skill set. To create IoT software quickly and efficiently, developers can use well−known tools like Android Studio and the Android SDK. They can then grow the hardware from a single prototype into mass production. Anyone can create commercial ... Read More

107 Views
Introduction The ListView in Android has the adapterView attributes. This view will display a vertical list of scrollable views that are layered one on top of the other. With the help of an adapter, items from an array or database are imported into the list. The setAdaptor() function is used to display the list's contents and to combine a list and an adapter together to make a list. The ViewGroup is the component of ListView that is used to display the list of objects in an android application. It provides an adapter that allows for the dynamic addition of items ... Read More

52 Views
Introduction The first question that comes to our mind is how Java came into existence? This project was started by members of the Java team (also known as the Green Team) to create a language for digital devices like set-top boxes, televisions, etc. However, internet programming was where it excelled. Later, Netscape incorporated Java technology. We can use Java language to create applications in the IDE (Integrated development environment) called android studio. But first, we need to know how Java is used for Android development. What is Java? Java is an Object-Oriented programming, general-purpose, and high-level language. It is mainly ... Read More

77 Views
Android and BREW (Binary Runtime Environment for Wireless) are mobile operating systems that have been developed for smartphones and other mobile devices. Read this article to find out more about Android and BREW and how they are different from each other. What is Android? Google's Android is a widely used open-source mobile operating system. It was first published in 2008 and has since become the dominant platform for smartphones, tablets, smartwatches, and other gadgets. Android is based on the Linux kernel and was designed primarily for touchscreen mobile devices, although it has been ported to a variety of different ... Read More

484 Views
Windows and Android are two distinct operating systems designed for different devices and purposes. While Windows primarily powers personal computers and laptops, Android is primarily used in mobile devices such as smartphones and tablets. Windows Operating System Windows is a broadly utilized working framework created by Microsoft Enterprise. It has been a predominant power in the realm of PCs for a considerable length of time. The first version, Windows 1.0, was released in 1985, and since then, it has evolved through numerous iterations, with the latest stable version being Windows 11, which was released in October 2021. Windows provides a ... Read More

520 Views
An operating system (OS) is a group of programs that controls computer hardware resources and offers standard services to software applications. It serves as a conduit between the user and the hardware. It is accountable for carrying out all procedures. There are many operating systems available for mobiles, PC, etc. iOS and Android are such operating systems. The following are the differences between them. What is iOS? The iPhone operating system is referred to as iOS. It was developed by Apple Inc. in 2007. Following its initial 2007 release for the first−generation iPhone, the iOS operating system has since been ... Read More

147 Views
Many Android applications have the zoomable scrolling feature, which enables users to pinch or stretch their fingers on the screen to zoom in and out of material like photographs or maps. Using a Zoom Scroll View, a custom view that expands the Android ScrollView and offers built-in support for zooming and scrolling, is one popular method for implementing zoomable scrolling in Android. We shall examine how to implement Zoom Scroll View on Android in this technical writing. In this tutorial, we'll go through the fundamental ideas and procedures needed to develop zoomable scrolling in your Android application using a Zoom ... Read More

68 Views
When talking about operating systems powering contemporary must have gadgets like smartphones, tablets and smartwatches Android tops the list without question. Its robust architecture offers almost limitless customizability options combined with an array of features built around elevating users' experiences to a different level entirely. One remarkable addition to Androids capabilities is the screen orientation locking function which allows you to fix the display in either portrait or landscape mode irrespective of how you hold your device. In this write up we highlight why screening locking is critical to optimal use of modern day Android devices and provide intuitive ... Read More

86 Views
Information visualisation could be an imperative component of current versatile apps, permitting clients to quickly and instinctively decipher complicated data. Bar charts are a well-known information visualisation approach for comparing information across categories or groupings. In this article, we'll look at how to create a Gathered Bar Chart in Android using the well-known MPAndroidChart library. The MPAndroidChart library offers a comprehensive set of usefulness and customization alternatives for making intelligently and stylishly engaging charts in Android applications. You'll be able to essentially build Assembled Bar Charts by utilising this library, which shows information in discrete bunches for less demanding comparison ... Read More

55 Views
Gradient animations offer an outwardly engaging touch to versatile applications, making strides in general client involvement. Instagram is an outstanding illustration of slope movements, where brilliant and consistently changing colour slopes are utilised to create compelling visual impacts. The Start Library could be a sophisticated apparatus that makes it simpler to form and quicken angles in Android apps. The Start Library, with its basic API and numerous customization options, empowers designers to easily incorporate energetic and eye-catching slope activities. Methods Used Object Animator method Object Animator Method Algorithm Import the necessary classes and libraries − SparkView from ... Read More