Difference Between

Difference between View and View Group Slno View View Group 01. View is simply a rectangle structre that is used to create required UI designs for an Activity which responds the user’s actions or events. ViewGroup is an invisible frame …

Loading

Reference Books

Slno Name of Books Authors Publications 01. Headfirst Android Development Dawn Griffiths O′Reilly 02. Android App Development FD Michael Burton For Dummies 03. Android Programming for Beginners John Horton Packt Publishing 04. Android Cookbook Ian Darwin O′Reilly 05. Android Application …

Loading

Google Play Services

Google Play Account/Play Store Google Play, also known as the Google Play Store and formerly Android Market, is a digital distribution service operated and developed by Google Inc. The Play Store, officially known as Google Play Store, is the primary …

Loading

REST and JSON in Android

REST/RESTful Introduction It is also called RESTful API. REST stands for Representational State Transfer (REST). Definition RESTful API is a type of web service architecture that follows the principles of Representational State Transfer (REST). Characteristic Features REST is an architectural …

Loading

SQLite Database

Introduction SQLite is a database engine written in the C programming language. D. Richard Hipp designed SQLite to fulfill the purpose of ‘no administration required’ for operating a program. The first release date -17 August 2000. Website is – https://www.sqlite.org. Definition SQLite …

Loading

Intent

Introduction In Android development, an “intent” is a fundamental concept that represents an abstract description of an operation to be performed. Definition Intents are a crucial part of the Android platform’s component-based architecture, enabling different components (such as activities, services, …

Loading

Merging in Data Structure

Introduction of Merging in Data Structure The merging in data structure is a fundamental process or operation in many algorithms and data manipulation tasks. Definition of Merging Merging is the process of combining two or more sets of data or lists/files …

Loading

Searching in Data Structure

Introduction of Searching in Data Structure Searching is an operation or a technique that helps to find the place of a given element or value in the list. Definition of Searching Searching is an algorithmic process of finding out the specific …

Loading

Components of Android App

A typical Android app is composed of various components that work together to provide a complete app construction. Each component has a specific role and interacts with other components to create the required functionality of the app. These components work …

Loading

Activity Life Cycle

Activity: An activity in Android is a specific combination of XML files and JAVA files. It is basically a container that contains the design file as well as the coding stuff file. Here, XML files act as a front-end tool …

Loading