56
8.
Systrace
The Systrace tool helps analyze the performance of
an Android application by capturing and displaying
execution times of the applications processes and
other Android system processes.
9.
Sqlite3
A command-line program that enables the
management of SQLite databases.
b.
Platform Tools
The platform tools are customized to support the features
of latest Android platform.The platform tools are updated
every time a new SDK platform is installed.
2.2.3
According to Gosling (2013:1), Java programming language is a
general-purpose, concurrent, class based, object-oriented language. It
is designed to be a production language, so that many programmers
can achieve fluency in the language. The Java programming language
is related to C and C++ but is organized rather differently, with a
number of aspects of C and C++ omitted and a few ideas from other
languages included.
2.2.4
According to Powell and Schneider (2012:2), JavaScript is the
premier client-side scripting language used today on the Web. Its
widely used in tasks ranging from the validation of form data to the
creation of complex user interfaces. Yet the language has capabilities
that many of its users have yet to discover. JavaScript can be used to
manipulate the very markup in the documents in which it is contained.
As more developers discover its true power, JavaScript is becoming a
first class client-side Web technology, ranking alongside (X)HTML,
CSS, and XML. As such, it will be a language that any Web designer
would be remiss not to master. This chapter serves as a brief
introduction to the language and how it is included in Web pages.
|