Jargons Simplified

 

 

Activity:

Activity is a Java code that supports a screen or UI. In other words, building block of the user interface is the activity.
Activity class is a pre-defined class in Android and every application which has UI must inherit it to create window.


Eclipse:

 Eclipse is an integrated development environment (IDE). It contains a base workspace and an extensible plug-in system for customizing the environment. Written mostly in Java, Eclipse can be used to develop applications. By means of various plug-ins, 



SDK:

A software development kit (SDK or "devkit") is typically a set of software development tools that allows the creation of applications for a certain software package, software framework, hardware platform, computer system, video game console, operating system, or similar development platform. Here we are using Andoid SDK to develop Application.

 

 OS

Short for ‘operating system’. Often the Android ROM will be referred to as the OS – this just means the system files on the Android device that make up your user experience, similar to Windows, Mac OS X or Ubuntu on a desktop computer.


ROM

Stands for ‘read-only memory’. In the context of Android, the ROM refers to the files that make up the operating system installed on your device. Gaining root privileges allows for replacement of the standard ROM with a custom one.

Root

‘Rooting’ your phone gives apps access to parts of the OS that are normally hidden from consumers. This enables you to run more powerful software and install custom ROMs on your phone.

Unrevoked

Available from www.unrevoked.com, this is a one-click tool that can be used for rooting many popular HTC smartphones.
 

ADB

Stands for ‘Android Debug Bridge’. ADB is mainly used for software development, but it also has some uses for hacking your phone. It can be used to push fi les onto the system folder, for instance.

Nandroid

You might come across the phrase ‘perform a Nandroid backup’. This means using a custom recovery tool to make a back-up image of everything currently on your phone: OS, apps, data, etc. It’s very useful should you wish to restore your phone to its previous state later.

Radio

‘Radio’ refers to the software on your Android device that deals with making phone calls and data connections. Updating your radio version can bring better battery life and signal strength to your device. Some ROMs require the latest radio.

Flash

The storage in your device comprises flash memory, a type of solid-state storage. The terms ‘flash’ or ‘flashing’ mean installing new software onto your device’s storage.

Will add more as we move forward



No comments:

Post a Comment