SlideShare une entreprise Scribd logo
1  sur  30
ANDROIDTRAINING
BY TECHPOINT
Learn it, Develop it, Publish it
Nitin Gupta
Email : nitingupta1054@gmail.com
Contents
• History
• Introduction of android
• Android versions
• Android architecture
• Security
• Features of android
• Advantages of android
• Disadvantage of android
• Conclusion
HISTORY OF ANDROID
Android Inc.founded in Palo Alto, California
,United States in October 2003 by Andy
Rubin, Rich miner, Nick sears and Chris
white to develop Android.
WHAT IS ANDROID?
• It is a open source software platform and operating system for
mobile devices
• Based on the Linux kernel
• Developed by Google and later the Open Handset Alliance (OHA)
– Allows writing managed code in the Java language
• Android has its own virtual machine i.e. DVM(Dalvik Virtual
Machine),which is used for executing the android application.
• Google purchased the initial developer of the software , android
incorporated in 2005.
Open Handset Alliance
• The open handset alliance(OHA) is a
business alliance of firm to develop
open standard for mobile devices.
• Devoted to advancing open standards
for mobile devices
• Develop technologies that will
significantly lower the cost of developing
and distributing mobile devices and
services.
 Open Handset Alliance (OHA) included
several companies
ANDROIDVERSION
Code name Version number Initial release date API level
N/A
1.0 23 September 2008 1
1.1 9 February 2009 2
Cupcake 1.5 27 April 2009 3
Donut 1.6 15 September 2009 4
Eclair 2.0 – 2.1 26 October 2009 5–7
Froyo 2.2 – 2.2.3 20 May 2010 8
Gingerbread 2.3 – 2.3.7 6 December 2010 9–10
Honeycomb 3.0 – 3.2.6 22 February 2011 11–13
Ice Cream Sandwich 4.0 – 4.0.4 18 October 2011 14–15
Jelly Bean 4.1 – 4.3.1 9 July 2012 16–18
KitKat 4.4 – 4.4.4 31 October 2013 19–20
Lollipop 5.0 – 5.1.1 12 November 2014 21–22
Marshmallow 6.0 – 6.0.1 5 October 2015 23
Nougat 7.0 22 August 2016 24
Latest Android Version
Marshmallow(6.0)Marshmallow(6.0) Nought(7.0)Nought(7.0)
ANDROID ARCHITECTURE
The software stack is split into Four Layers::
• The application layer
• The application framework
• The libraries and runtime
• The kernel
LINUX
KERNEL
•The architecture is based on the Linux2.6 kernel.
• This layer is core of android architecture. It provides
service like power management, memory management,
security etc.
• It helps in software or hardware binding for better
communication.
NATIVE LIBRARIES
• Android has its own libraries, which is written in C/C+
+. These libraries cannot be accessed directly. With
the help of application framework, we can access
these libraries. There are many libraries like web
libraries to access web browsers, libraries for android
and video formats etc.
Android Run Time
• The Android Runtime was designed specifically for
Android to meet the needs of running in an embedded
environment where you have limited battery, limited
memory, limited CPU.
• Dalvik is the process virtual machine in Google's
android operating system. It is the software that runs the
apps on android devices. Dalvik is thus an integral part
of android ,which is typically used on mobile devices
such as mobile phones and tablet computers.
• Programs are commonly written in java and compiled to
byte code.
Android Run Time
•This is in blue, meaning that it's written in
the Java programming language.
•The core library contains all of the collection
classes, utilities, IO, all the utilities and tools
that you’ve come to expected to use.
 
Application Framework
•This is all written in a Java programming language and
the application framework is the toolkit that all
applications use.
•These applications include the ones that come with a
phone like the home applications, or the phone
application.
•It includes applications written by Google, and it
includes apps that will be written by you.
•So, all apps use the same framework and the same
APIs.
Contd…
These are as follows:-
• Activity manager:-It manages the lifecycle of applications. It enable
proper management of all the activities. All the activities are controlled
by activity manager.
• Resource manager:-It provides access to non-code resources such as
graphics etc.
• Notification manager:-It enables all applications to display custom
alerts in status bar.
• Location manager:- It fires alerts when user enters or leaves a
specified geographical location.
• Package manager:-It is use to retrieve the data about installed
packages on device.
• Window manager:-It is use to create views and layouts.
• Telephony manager:-It is use to handle settings of network connection
and all information about services on device.
APPLICATION LAYER
•the final layer on top is Applications.
•It includes the home application the contacts
application , the browser, and apps.
•It is the most upper layer in android architecture.
•All the applications like camera, Google maps,
browser,sms,calendars,contacts are native
applications. These applications works with end user
with the help of application framework to operate.
Security
• Android is a multi-process system, in which each
application (and parts of the system) runs in its own
process. Most security between applications and the
system is enforced at the process level through
standard Linux facilities, such as user and group IDs
that are assigned to applications.
C
• Android is designed having multi layer security which provides flexibility for this
platform. When attackers attempt attack on device, android platform help to
reduce the portability of the attack.
There are key components of android security which are described as follows:
 Design review:-when a security model is designed then it will be reviewed by the
developers so that risk level will be very less while using the model.
 Code review and penetrating testing:-the goal of this code review is that in which
it will be checked that how the system will become strong?
 Open source and community review:-android uses open source technologies
that have significant external review such as Linux kernel.
 Incident response:-android team enables the rapid mitigation of vulnerabilities
to ensure that potential risks to all android users are minimized.
FEATURES OF ANDROID
• Background Wi-Fi location still runs even when
Wi-Fi is turned off
• Developer logging and analyzing enhancements
• It is optimized for mobile devices.
• It enables reuse and replacement of components.
• Java support ,media support, multi touch, video
calling,multi tasking ,voice based features, screen
capture, camera ,bluetooth,gps,compass and
accelerometer
•The ability for anyone to customize the Google Android
platform
•It gives you better notification.
•It lets you choose your hardware.
•It has better app market(1,80,000 application)
•A more mature platform
• With the support of many applications, the user can
change the screen display.
•With Google chrome you can open many window at
once.
• Supports all Google services: Android operating system
supports all of Google services ranging from Gmail to Google
reader. all Google services can you have with one operating
system, namely Android.
ADVANTAGES
DIS-ADVANTAGES
• .AVI format is not Supported
• Wasteful Batteries, This is because the OS is
a lot of "process" in the background causing
the battery quickly drains.
• Sometimes slow device company issued an
official version of Android your own .
• Extremely inconsistence in design among
apps.
• Very unstable and often hang or crash.
LIMITATIONS OF ANDROID
Development requirements in
•Java
•Android SDK
•Eclipse IDE (optional)
•Bluetooth limitations:-
Android doesn't support:
 Bluetooth stereo
 Contacts exchange
 Modem pairing
 Wireless keyboards
•Firefox mobile isn't coming to android because of android
limitations
Apps in Android Market need to be programmed with a custom form of
Java
→ Mozilla and the Fennec won't have that
•There are no split or interval times available.
•Small memory size.
•Continuous Internet connection is required
Android Application Support
CONCLUSION
We hope that the next versions of Android
have overcome the actual limitations and
that the future possibilities became a reality
and may this software is also developed to
use in PC’s also.
References
• http://en.wikipedia.org/wiki/Android_(operat
ing_system)
• http://www.openhandsetalliance.com/andro
id_overview.html
• http://www.android.com
Nitin Gupta
Email :nitingupta1054@gmail.com

Contenu connexe

Tendances

Android ppt for saravanan angel
Android ppt for saravanan angelAndroid ppt for saravanan angel
Android ppt for saravanan angel
sudarsanan96
 
android phone feature and value for user
android phone feature and value for userandroid phone feature and value for user
android phone feature and value for user
Sudhir Kumar
 

Tendances (20)

Android ppt
Android ppt Android ppt
Android ppt
 
Android workShop
Android workShopAndroid workShop
Android workShop
 
Presentation on Android
Presentation on AndroidPresentation on Android
Presentation on Android
 
PPT on Android
PPT on AndroidPPT on Android
PPT on Android
 
Android OS
Android OSAndroid OS
Android OS
 
Android based os
Android based osAndroid based os
Android based os
 
What's new in Android Pie
What's new in Android PieWhat's new in Android Pie
What's new in Android Pie
 
Mohit Jaiswal
Mohit JaiswalMohit Jaiswal
Mohit Jaiswal
 
Android technology prepared by Hritika Raj (Shivalik college of engg.)
Android technology prepared by Hritika Raj (Shivalik college of engg.)Android technology prepared by Hritika Raj (Shivalik college of engg.)
Android technology prepared by Hritika Raj (Shivalik college of engg.)
 
Android history,features,applications,hardware development and versions
Android history,features,applications,hardware development and versionsAndroid history,features,applications,hardware development and versions
Android history,features,applications,hardware development and versions
 
Android PPT
Android PPTAndroid PPT
Android PPT
 
Android ppt
Android pptAndroid ppt
Android ppt
 
Android 10 released check out new features
Android 10 released  check out new featuresAndroid 10 released  check out new features
Android 10 released check out new features
 
Android ppt for saravanan angel
Android ppt for saravanan angelAndroid ppt for saravanan angel
Android ppt for saravanan angel
 
android phone feature and value for user
android phone feature and value for userandroid phone feature and value for user
android phone feature and value for user
 
Android - A brief introduction
Android - A brief introductionAndroid - A brief introduction
Android - A brief introduction
 
Android Operating System Presentation Slides in Simple
Android Operating System Presentation Slides in SimpleAndroid Operating System Presentation Slides in Simple
Android Operating System Presentation Slides in Simple
 
Android
AndroidAndroid
Android
 
Android application development ppt
Android application development pptAndroid application development ppt
Android application development ppt
 
Learn Android app development in easy steps
Learn Android app development in easy stepsLearn Android app development in easy steps
Learn Android app development in easy steps
 

Similaire à Android Application Development Training by NITIN GUPTA

Androidppt 120228101141-phpapp02
Androidppt 120228101141-phpapp02Androidppt 120228101141-phpapp02
Androidppt 120228101141-phpapp02
Stockmarket Broking
 
Presentation On Android
Presentation On AndroidPresentation On Android
Presentation On Android
TeachMission
 
Presentation On Android
Presentation On AndroidPresentation On Android
Presentation On Android
TeachMission
 
Introduction to android sessions new
Introduction to android   sessions newIntroduction to android   sessions new
Introduction to android sessions new
Joe Jacob
 
Android application development(training) (1)
Android application development(training) (1)Android application development(training) (1)
Android application development(training) (1)
Suraj Soni
 

Similaire à Android Application Development Training by NITIN GUPTA (20)

Android Seminar BY Suleman Khan.pdf
Android Seminar BY Suleman Khan.pdfAndroid Seminar BY Suleman Khan.pdf
Android Seminar BY Suleman Khan.pdf
 
Mobile Application Development powerpoint
Mobile Application Development powerpointMobile Application Development powerpoint
Mobile Application Development powerpoint
 
Android 130923124440-phpapp01
Android 130923124440-phpapp01Android 130923124440-phpapp01
Android 130923124440-phpapp01
 
android phone ppt
android phone pptandroid phone ppt
android phone ppt
 
Android
AndroidAndroid
Android
 
Android Workshop Part 1
Android Workshop Part 1Android Workshop Part 1
Android Workshop Part 1
 
Android Apps
Android AppsAndroid Apps
Android Apps
 
Android
AndroidAndroid
Android
 
Androidppt 120228101141-phpapp02
Androidppt 120228101141-phpapp02Androidppt 120228101141-phpapp02
Androidppt 120228101141-phpapp02
 
Android Technology
Android TechnologyAndroid Technology
Android Technology
 
Android Security Humla Part 1
Android Security Humla Part 1Android Security Humla Part 1
Android Security Humla Part 1
 
document
documentdocument
document
 
Android Seminar || history || versions||application developement
Android Seminar || history || versions||application developement Android Seminar || history || versions||application developement
Android Seminar || history || versions||application developement
 
Presentation On Android
Presentation On AndroidPresentation On Android
Presentation On Android
 
Presentation On Android
Presentation On AndroidPresentation On Android
Presentation On Android
 
Introduction to android sessions new
Introduction to android   sessions newIntroduction to android   sessions new
Introduction to android sessions new
 
Enhancing and modifying_the_core_android_os
Enhancing and modifying_the_core_android_osEnhancing and modifying_the_core_android_os
Enhancing and modifying_the_core_android_os
 
PRESENTATION ON ANDROID
PRESENTATION ON ANDROIDPRESENTATION ON ANDROID
PRESENTATION ON ANDROID
 
Enhancing and modifying_the_core_android_os
Enhancing and modifying_the_core_android_osEnhancing and modifying_the_core_android_os
Enhancing and modifying_the_core_android_os
 
Android application development(training) (1)
Android application development(training) (1)Android application development(training) (1)
Android application development(training) (1)
 

Dernier

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Dernier (20)

Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 

Android Application Development Training by NITIN GUPTA

  • 1. ANDROIDTRAINING BY TECHPOINT Learn it, Develop it, Publish it Nitin Gupta Email : nitingupta1054@gmail.com
  • 2.
  • 3. Contents • History • Introduction of android • Android versions • Android architecture • Security • Features of android • Advantages of android • Disadvantage of android • Conclusion
  • 4. HISTORY OF ANDROID Android Inc.founded in Palo Alto, California ,United States in October 2003 by Andy Rubin, Rich miner, Nick sears and Chris white to develop Android.
  • 5. WHAT IS ANDROID? • It is a open source software platform and operating system for mobile devices • Based on the Linux kernel • Developed by Google and later the Open Handset Alliance (OHA) – Allows writing managed code in the Java language • Android has its own virtual machine i.e. DVM(Dalvik Virtual Machine),which is used for executing the android application. • Google purchased the initial developer of the software , android incorporated in 2005.
  • 6. Open Handset Alliance • The open handset alliance(OHA) is a business alliance of firm to develop open standard for mobile devices. • Devoted to advancing open standards for mobile devices • Develop technologies that will significantly lower the cost of developing and distributing mobile devices and services.
  • 7.  Open Handset Alliance (OHA) included several companies
  • 9. Code name Version number Initial release date API level N/A 1.0 23 September 2008 1 1.1 9 February 2009 2 Cupcake 1.5 27 April 2009 3 Donut 1.6 15 September 2009 4 Eclair 2.0 – 2.1 26 October 2009 5–7 Froyo 2.2 – 2.2.3 20 May 2010 8 Gingerbread 2.3 – 2.3.7 6 December 2010 9–10 Honeycomb 3.0 – 3.2.6 22 February 2011 11–13 Ice Cream Sandwich 4.0 – 4.0.4 18 October 2011 14–15 Jelly Bean 4.1 – 4.3.1 9 July 2012 16–18 KitKat 4.4 – 4.4.4 31 October 2013 19–20 Lollipop 5.0 – 5.1.1 12 November 2014 21–22 Marshmallow 6.0 – 6.0.1 5 October 2015 23 Nougat 7.0 22 August 2016 24
  • 11. ANDROID ARCHITECTURE The software stack is split into Four Layers:: • The application layer • The application framework • The libraries and runtime • The kernel
  • 12.
  • 13.
  • 14. LINUX KERNEL •The architecture is based on the Linux2.6 kernel. • This layer is core of android architecture. It provides service like power management, memory management, security etc. • It helps in software or hardware binding for better communication.
  • 15. NATIVE LIBRARIES • Android has its own libraries, which is written in C/C+ +. These libraries cannot be accessed directly. With the help of application framework, we can access these libraries. There are many libraries like web libraries to access web browsers, libraries for android and video formats etc.
  • 16. Android Run Time • The Android Runtime was designed specifically for Android to meet the needs of running in an embedded environment where you have limited battery, limited memory, limited CPU. • Dalvik is the process virtual machine in Google's android operating system. It is the software that runs the apps on android devices. Dalvik is thus an integral part of android ,which is typically used on mobile devices such as mobile phones and tablet computers. • Programs are commonly written in java and compiled to byte code.
  • 17. Android Run Time •This is in blue, meaning that it's written in the Java programming language. •The core library contains all of the collection classes, utilities, IO, all the utilities and tools that you’ve come to expected to use.  
  • 18. Application Framework •This is all written in a Java programming language and the application framework is the toolkit that all applications use. •These applications include the ones that come with a phone like the home applications, or the phone application. •It includes applications written by Google, and it includes apps that will be written by you. •So, all apps use the same framework and the same APIs.
  • 19. Contd… These are as follows:- • Activity manager:-It manages the lifecycle of applications. It enable proper management of all the activities. All the activities are controlled by activity manager. • Resource manager:-It provides access to non-code resources such as graphics etc. • Notification manager:-It enables all applications to display custom alerts in status bar. • Location manager:- It fires alerts when user enters or leaves a specified geographical location. • Package manager:-It is use to retrieve the data about installed packages on device. • Window manager:-It is use to create views and layouts. • Telephony manager:-It is use to handle settings of network connection and all information about services on device.
  • 20. APPLICATION LAYER •the final layer on top is Applications. •It includes the home application the contacts application , the browser, and apps. •It is the most upper layer in android architecture. •All the applications like camera, Google maps, browser,sms,calendars,contacts are native applications. These applications works with end user with the help of application framework to operate.
  • 21. Security • Android is a multi-process system, in which each application (and parts of the system) runs in its own process. Most security between applications and the system is enforced at the process level through standard Linux facilities, such as user and group IDs that are assigned to applications.
  • 22. C • Android is designed having multi layer security which provides flexibility for this platform. When attackers attempt attack on device, android platform help to reduce the portability of the attack. There are key components of android security which are described as follows:  Design review:-when a security model is designed then it will be reviewed by the developers so that risk level will be very less while using the model.  Code review and penetrating testing:-the goal of this code review is that in which it will be checked that how the system will become strong?  Open source and community review:-android uses open source technologies that have significant external review such as Linux kernel.  Incident response:-android team enables the rapid mitigation of vulnerabilities to ensure that potential risks to all android users are minimized.
  • 23. FEATURES OF ANDROID • Background Wi-Fi location still runs even when Wi-Fi is turned off • Developer logging and analyzing enhancements • It is optimized for mobile devices. • It enables reuse and replacement of components. • Java support ,media support, multi touch, video calling,multi tasking ,voice based features, screen capture, camera ,bluetooth,gps,compass and accelerometer
  • 24. •The ability for anyone to customize the Google Android platform •It gives you better notification. •It lets you choose your hardware. •It has better app market(1,80,000 application) •A more mature platform • With the support of many applications, the user can change the screen display. •With Google chrome you can open many window at once. • Supports all Google services: Android operating system supports all of Google services ranging from Gmail to Google reader. all Google services can you have with one operating system, namely Android. ADVANTAGES
  • 25. DIS-ADVANTAGES • .AVI format is not Supported • Wasteful Batteries, This is because the OS is a lot of "process" in the background causing the battery quickly drains. • Sometimes slow device company issued an official version of Android your own . • Extremely inconsistence in design among apps. • Very unstable and often hang or crash.
  • 26. LIMITATIONS OF ANDROID Development requirements in •Java •Android SDK •Eclipse IDE (optional) •Bluetooth limitations:- Android doesn't support:  Bluetooth stereo  Contacts exchange  Modem pairing  Wireless keyboards •Firefox mobile isn't coming to android because of android limitations Apps in Android Market need to be programmed with a custom form of Java → Mozilla and the Fennec won't have that •There are no split or interval times available. •Small memory size. •Continuous Internet connection is required
  • 28. CONCLUSION We hope that the next versions of Android have overcome the actual limitations and that the future possibilities became a reality and may this software is also developed to use in PC’s also.