(Successor of android)

Slides:



Advertisements
Similar presentations
Mobile Application Development Keshav Bahadoor. Part 1 Cross Platform Web Applications.
Advertisements

Presentation by Amal Babu New OS of Google, initially designed for netbooks Released in second half of 2010 Google chrome browser on Linux kernel Inbuilt.
Objectives Overview Define an operating system
 IPhone came out first and had more time to develop. (3G)  Also was developed using OS-X  Android was started as a mobile device OS acquired by google.
Video-conferencing Jakub Topič, I2B. Video-conferencing basics  Communication using transmission of video and audio (speech) between two or more devices.
Operating systems.
The Death of Windows XP End of the line for venerable operating system Dr. Jan Vanderpool
Operating Systems Chapter 4.
Smartphones Adrián Preciado. Smartphones Index 1.iPhone OS 1.1Pros 1.2Cons 1.3Different iPhones 1.4 App Store 2.Android 2.1Pros 2.2Cons 2.3 Some phones.
Android 2: Introduction to the Technology Kirk Scott 1.
Your Interactive Guide to the Digital World Discovering Computers 2012.
PowerPoint Presentation to Accompany Chapter 5 System Software Visualizing TechnologyCopyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall.
Team “Xenon” An OPERATING SYSTEM (OS) is a collection of software that manages computer hardware resources and provides common services for computer.
Explain the purpose of an operating system
Presentation seminar on   Google Chrome OS is Linux based OS  Google Chrome is an open source, lightweight OS.  It is based.
Operating Systems Sara Mullan Johns Hopkins University Fall 2010
Presentation on android based application
Visualizing Technology© 2012 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation To Accompany Chapter 6 System Software.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Chapter 9 Operating Systems Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Operating Systems By-Anoushka Puri. What is an Operating System An operating system is an interface between the user and the computer hardware. It is.
“Google Chrome OS is an open source, lightweight operating system that will initially be targeted at netbooks" and "most of the user experience takes.
Ms. Tracy  Identify the purpose of an operating system.  Identify different operating systems.  Describe computer user interaction with multiple.
System Programming Basics Cha#2 H.M.Bilal. Operating Systems An operating system is the software on a computer that manages the way different programs.
Information Systems Design and Development Technical Implications (Software) Computing Science.
“COLLEGE MANAGEMENT SYSTEM” Presented by: BCA VI SEMESTER.
Technical Sales Specialist Software - OS and Applications John R. Moegling Sr. Systems Engineer.
1 Get All Answers Get All Answers. Contents History of Android Android Fragmentation The Role of Google Features and Architecture Android Software Development.
How to root Android Phone and Tablet for free and safe.
We get to see a new android OS update every year and in 2016 we can be pretty sure that Google will be announcing the release of Android N. The preview.
Google. Android What is Android ? -Android is Linux Based OS -Designed for use on cell phones, e-readers, tablet PCs. -Android provides easy access to.
4 System Software Chapter 4.
GNU and Linux.
DISCOVERING COMPUTERS 2018 Digital Technology, Data, and Devices
The gamut from smartphone to desktop Vic Laurie
Android Mobile Application Development
Virtualization.
System Software Chapter 4.
Fundamentals of Information Systems, Sixth Edition
Tech Level Cyber Security
Lesson 4 0x Operating Systems.
Lecture 1-Part 2: Operating-System Structures
CSCI 351 – Mobile Applications Development
Browsers and Web Platforms
Lesson Objectives Aims You should be able to:
System Software EIT, © Author Gay Robertson, 2016.
SOFTWARE DEVELOPMENT KIT-ios and Blackberry
Android.
HTML 5 By Michael Hurley.
1.
Android 4.0 Ice Cream Sandwich
MOBILE DEVICE OPERATING SYSTEM
TYPES OFF OPERATING SYSTEM
What is an operating system?
What is an Operating System?
Introduction to Computers
5 SYSTEM SOFTWARE CHAPTER
Chapter 4.
5 SYSTEM SOFTWARE CHAPTER
Software, O/S & Interfaces
Android Developer Fundamentals V2
Classifying & evaluating computers
Java Programming Introduction
Software - Operating Systems
Chapter 3 Software.
Operating Systems on Raspberry Pi
Module 02 Operating Systems
Presentation transcript:

(Successor of android) FUCHSIA (Successor of android) BY Rishabh Sachdeva

WHAT IS FUCHSIA

NAME ORIGIN PINK + PURPLE = FUCHSIA

FUCHSIA Fuchsia is a real-time operating system (RTOS) currently being developed by Google. A real-time operating system (RTOS) is an operating system (OS) intended to serve real-time applications that process data as it comes in, typically without buffer delays. It was first discovered as a mysterious code post on GitHub in August 2016, without any official announcement. Fuchsia's capability to run on universal devices, from embedded systems to smartphones, tablets and personal computers makes it much more awesome.

In contrast to prior Google-developed operating systems such as Chrome OS and Android, which are based on Linux kernels, Fuchsia is based on a new microkernel named "Magenta", derived from "Little Kernel“ , a small operating system intended for embedded systems.  An embedded system is some combination of computer hardware and software, that is designed for a specific function or for specific functions within a larger system.

Fuchsia's user interface and apps are written with "Flutter", a software development kit allowing cross-platform development abilities for Fuchsia, Android and iOS. Flutter is used to build apps for both ANDROID and IOS from same codebase. System user interface of FUCHSIA is ARMADILLO . Currently Fuchsia has just a bunch of placeholder interfaces that don't do anything , though it has multiple similarities with Android, including a Recent Apps screen, a Settings menu, and a split-screen view for viewing multiple apps at once.

LANGUAGES USED DART: C language: DART is a general purpose programming language used for web, server, mobile applications, IoT devices. It is a object oriented language C language: C is a general-purpose, imperative computer programming language C is a medium level language.

MAGENTA KERNEL Magenta kernel is developed by using another MAGENTA is a project of Google Brain Team. Magenta kernel is developed by using another kernel called as little kernel(kernel for small embedded devices). Magenta "targets modern phones and modern personal computers with fast processors, non-trivial amounts of RAM with arbitrary peripherals doing open-ended computation." 

ADVANTAGES based security model. FUCHSIA is made of light weight code. FUCHSIA is highly secured because it uses capability based security model. FUCHSIA is made of light weight code. Works on all gadgets. It’s GUI will be more easy compared to other. Faster processing with low usage of RAM.

Fuchsia’s first look

Google Fuchsia: Will it replace Android? Possibly. Android is riddled with problems that Google has yet to fix. there's fragmentation caused by hundreds of different devices from dozens of manufacturers using different, tweaked versions of Android rather than the latest, pure version. there's an update problem. Google has an annual release schedule for Android updates, but it takes about four years for an update to fully flood the ecosystem. Although many of these problems are related to Android being open source - which means Google gives it to OEMs and carriers and lets them tinker with it. So may be in near future we might see fuchsia replacing android and ios.

FUCHSIA