SlideShare ist ein Scribd-Unternehmen logo
1 von 37
Android Tutorial
Android tutorial or android development tutorial covers basic and advanced concepts of
android technology. Our android tutorial is developed for beginners and professionals.
Android is a complete set of software for mobile devices such as tablet computers,
notebooks, smartphones, electronic book readers, set-top boxes etc.
It contains a linux-based Operating System, middleware and key mobile
applications.
It can be thought of as a mobile operating system. But it is not limited to mobile only. It is
currently used in various devices such as mobiles, tablets, televisions etc.
Android Development Tutorial
In this fundamental chapter, you will learn about android, its components, how to create
first android application, internal of first android application etc.
What is Android
History and Version
Software Stack
Core Building Blocks
Android Emulator
Installing softwares
Setup Eclipse
Hello Android example
Internal Details
Dalvik VM
AndroidManifest.xml
R.java
Hide Title Bar
Activity and Intent
It provides the detail of activity, its life cycle with example, implicit intent, sending
information from one activity to another etc.
Activity LifeCycle
Implicit Intent
Explicit Intent
StartActivityForResult
Android UI Widgets
There are given a lot of android ui widgets examples such as toggle button, alert dialog,
spinner, progress bar, alert dialog etc.
UI Widgets
Working with Button
Toast
Custom Toast
ToggleButton
CheckBox
AlertDialog
Spinner
AutoCompleteTextView
RatingBar
DatePicker
TimePicker
ProgressBar
Menus in Android
Here, you will learn about the option menu that is primary menu, context menu that works
on long press and popup menu.
Option Menu
Context Menu
Popup Menu
Service in Android
It can be used to perform any task in background. It doesn't have any user interface(UI).
Android Service
Data Storage
You can store data in android using preferences, internal storage, external storage and
sqlite database. Preferences are used to primitives, internal storage stores data in device
internal memory, external storage stores data in device external memory such as SD card
and SQLite is used to store data in sqlite database i.e. inbuilt in android Operating System
(OS).
Internal Storage
External Storage
SQLite Database
SQLite Tutorial and Example
SQLite Example with GUI by Spinner
XML and JSON Parsing
There are three ways to parse the xml file but android recommends XMLPullParser to parse
the XML. Instead of XML, JSON is preferred because it is fast and short.
XML Parsing SAX
XML Parsing DOM
XMLPullParser
JSON Parsing
Android Multimedia
Android multimedia api deals in playing and controlling the audio and video.
Playing Audio in android Example
Playing Video in android Example
Android Speech API
Speech API is used to convert text into speech.
Android TextToSpeech Tutorial
TextToSpeech Example with Speed option
Telephony API
It can be used to get details about the device, making phone calls, sending sms, sending
emails etc. TelephonyManager
Get Call State
Call State BroadcastReceiver
How to make a Phone Call
How to Send SMS
How to Send Email
Device Connectivity
We can connect and control bluetooth, wifi and camera in android.
Bluetooth Tutorial
List Paired Devices
Android Sensor Tutorial
Android sensor tutorial covers concept and example of motion sensor, position sensor and
environmental sensor.
Android Sensor Tutorial
Web Service Tutorial
Android web service tutorial enables you to interact with other programming language such
as Java, .Net, PHP and Python.
Android Web Service
Android Animation
Android animation enables you to rotate, slide and flip images and text.
Android Animation Example
What is Android
Before learning all topics of android, it is required to know what is android.
Android is a software package and linux based operating system for mobile devices such as
tablet computers and smartphones.
It is developed by Google and later the OHA (Open Handset Alliance). Java language is
mainly used to write the android code even though other languages can be used.
The goal of android project is to create a successful real-world product that improves the
mobile experience for end users.
There are many code names of android such as Lollipop, Kitkat, Jelly Bean, Ice cream
Sandwich, Froyo, Ecliar, Donut etc which is covered in next page.
What is Open Handset Alliance (OHA)
It's a consortium of 84 companies such as google, samsung, AKM, synaptics, KDDI, Garmin,
Teleca, Ebay, Intel etc.
It was established on 5th November, 2007, led by Google. It is committed to advance open
standards, provide services and deploy handsets using the Android Plateform.
Features of Android
After learning what is android, let's see the features of android. The important features of
android are given below:
1) It is open-source.
2) Anyone can customize the Android Platform.
3) There are a lot of mobile applications that can be chosen by the consumer.
4) It provides many interesting features like weather details, opening screen, live RSS
(Really Simple Syndication) feeds etc.
It provides support for messaging services(SMS and MMS), web browser, storage (SQLite),
connectivity (GSM, CDMA, Blue Tooth, Wi-Fi etc.), media, handset layout etc.
Categories of Android applications
There are many android applications in the market. The top categories are:
 Entertainment
 Tools
 Communication
 Productivity
 Personalization
 Music and Audio
 Social
 Media and Video
 Travel and Local etc.
History of Android
The history and versions of android are interesting to know. The code names of android
ranges from A to J currently, such
asAestro, Blender, Cupcake, Donut, Eclair, Froyo, Gingerbread, Honeycomb, Ice
Cream Sandwitch, Jelly Bean, KitKatand Lollipop. Let's understand the android history
in a sequence.
1) Initially, Andy Rubin founded Android Incorporation in Palo Alto, California, United
States in October, 2003.
2) In 17th August 2005, Google acquired android Incorporation. Since then, it is in the
subsidiary of Google Incorporation.
3) The key employees of Android Incorporation are Andy Rubin, Rich Miner, Chris
White and Nick Sears.
4) Originally intended for camera but shifted to smart phones later because of low market
for camera only.
5) Android is the nick name of Andy Rubin given by coworkers because of his love to robots.
6) In 2007, Google announces the development of android OS.
7) In 2008, HTC launched the first android mobile.
Android Versions, Codename and API
Let's see the android versions, codenames and API Level provided by Google.
Version Code name API Level
1.5 Cupcake 3
1.6 Donut 4
2.1 Eclair 7
2.2 Froyo 8
2.3 Gingerbread 9 and 10
3.1 and 3.3 Honeycomb 12 and 13
4.0 Ice Cream Sandwitch 15
4.1, 4.2 and 4.3 Jelly Bean 16, 17 and 18
4.4 KitKat 19
5.0 Lollipop 21
Android Architecure
android architecture or Android software stack is categorized into five parts:
1. linux kernel
2. native libraries (middleware),
3. Android Runtime
4. Application Framework
5. Applications
Let's see the android architecture first.
1) Linux kernel
It is the heart of android architecture that exists at the root of android architecture. Linux
kernel is responsible for device drivers, power management, memory management, device
management and resource access.
2) Native Libraries
On the top of linux kernel, their are Native libraries such as WebKit, OpenGL, FreeType,
SQLite, Media, C runtime library (libc) etc.
The WebKit library is responsible for browser support, SQLite is for database, FreeType for
font support, Media for playing and recording audio and video formats.
3) Android Runtime
In android runtime, there are core libraries and DVM (Dalvik Virtual Machine) which is
responsible to run android application. DVM is like JVM but it is optimized for mobile
devices. It consumes less memory and provides fast performance.
4) Android Framework
On the top of Native libraries and android runtime, there is android framework. Android
framework includes Android API'ssuch as UI (User Interface), telephony, resources,
locations, Content Providers (data) and package managers. It provides a lot of classes and
interfaces for android application development.
5) Applications
On the top of android framework, there are applications. All applications such as home,
contact, settings, games, browsers are using android framework that uses android runtime
and libraries. Android runtime and native libraries are using linux kernal.
Android Core Building Blocks
An android component is simply a piece of code that has a well defined life cycle e.g.
Activity, Receiver, Service etc.
The core building blocks or fundamental components of android are activities, views,
intents, services, content providers, fragments and AndroidManifest.xml.
Activity
An activity is a class that represents a single screen. It is like a Frame in AWT.
View
A view is the UI element such as button, label, text field etc. Anything that you see is a
view.
Intent
Intent is used to invoke components. It is mainly used to:
 Start the service
 Launch an activity
 Display a web page
 Display a list of contacts
 Broadcast a message
 Dial a phone call etc.
For example, you may write the following code to view the webpage.
Service
Service is a background process that can run for a long time.
There are two types of services local and remote. Local service is accessed from within the
application whereas remote service is accessed remotely from other applications running on
the same device.
Content Provider
Content Providers are used to share data between the applications.
Fragment
Fragments are like parts of activity. An activity can display one or more fragments on the
screen at the same time.
AndroidManifest.xml
It contains informations about activities, content providers, permissions etc. It is like the
web.xml file in Java EE.
Android Virtual Device (AVD)
It is used to test the android application without the need for mobile or tablet etc. It can be
created in different configurations to emulate different types of real devices.
Android Emulator
Android Emulator is used to run, debug and test the android application. If you don't have
the real device, it can be the best way to run, debug and test the application.
It uses an open source processor emulator technology called QEMU.
The emulator tool enables you to start the emulator from the command line. You need to
write:
emulator -avd <AVD NAME>
In case of Eclipse IDE, you can create AVD by Window menu > AVD Manager > New.
In the given image, you can see the android emulator, it displays the output of the hello
android example.
Install Android
Android supports java, c++, c# etc. language to develop android applications. Java is the
officially supported language for android. All the android examples of this site is developed
using Java language and Eclipse IDE.
Here, we are going to tell you, the required softwares to develop android applications using
Eclipse IDE.
There are two ways to install android.
1. By ADT Bundle
2. By Setup Eclipse Manually
1) By ADT Bundle
It is the simplest technique to install required softwares for android application. It includes:
 Eclipse IDE
 Android SDK
 Eclipse Plugin
Click me to download android adt bundle
If you download the ADT from android site, you don't need to have eclipse IDE, android SDK
and eclipse Plugin because it is already included in adt bundle.
If you have downloaded the ADT bundle, unjar it, go to eclipse IDE and start the eclipse by
clicking on the eclipse icon. You don't need to do any extra steps here.
If eclipse is not started, paste the JRE directory inside the eclipse directory.
2) By set up eclipse manually
How to setup Android for Eclipse IDE
In this page, you will learn what softwares are required for running an android application
on eclipse IDE. Here, you will be able to learn how to install the android SDK and ADT plugin
for Eclipse IDE. Let's see the list of software required to setup android for eclipse IDE
manually.
1. Install the JDK
2. Download and install the Eclipse for developing android application
3. Download and Install the android SDK
4. Intall the ADT plugin for eclipse
5. Configure the ADT plugin
6. Create the AVD
7. Create the hello android application
1) Install the Java Development Kit (JDK)
For creating android application, JDK must be installed if you are developing the android
application with Java language.download the JDK
2) Download and install the Eclipse IDE
For developing the android application using eclipse IDE, you need to install the Eclipse. you
can download it from this locationdownload the Eclipse. Eclipse classic version is
recommended but we are using the Eclipse IDE for JavaEE Developers.
3) Download and install the android SDK
First of all, download the android SDK. In this example we have installed the android SDK
for windows (.exe version).
Now double click on the exe file, it will be installed. I am using the android 2.2 version here.
4) Download the ADT plugin for eclipse
ADT (Android Development Tools) is required for developing the android application in the
eclipse IDE. It is the plugin for Eclipse IDE that is designed to provide the integrated
environment.
For downloading the ADT, you need to follow these steps:
1) Start the eclipse IDE, then select Help > Install new software...
2) In the work with combo box, write https://dl-ssl.google.com/android/eclipse/
3) select the checkbox next to Developer Tools and click next
4) You will see, a list of tools to be downloaded here, click next
5) click finish
6) After completing the installation, restart the eclipse IDE
5) Configuring the ADT plugin
After the installing ADT plugin, now tell the eclipse IDE for your android SDK location. To do
so:
1. Select the Window menu > preferences
2. Now select the android from the left panel. Here you may see a dialog box asking if
you want to send the statistics to the google. Click proceed.
3. Click on the browse button and locate your SDK directory e.g. my SDK location is
C:Program FilesAndroidandroid-sdk .
4. Click the apply button then OK.
6) Create an Android Virtual Device (AVD)
For running the android application in the Android Emulator, you need to create and AVD.
For creating the AVD:
1. Select the Window menu > AVD Manager
2. Click on the new button, to create the AVD
3. Now a dialog appears, write the AVD name e.g. myavd. Now choose the target
android version e.g. android2.2.
4. click the create AVD
7) create and run the simple android example
Visit the next page to create first android application.
Internal Details of Hello Android Example
Here, we are going to learn the internal details or working of hello android example.
Android application contains different components such as java source code, string
resources, images, manifest file, apk file etc. Let's understand the project structure of
android application.
Java Source Code
Let's see the java source file created by the Eclipse IDE:
File: MainActivity.java
1. package com.example.helloandroid;
2. import android.os.Bundle;
3. import android.app.Activity;
4. import android.view.Menu;
5. import android.widget.TextView;
6. public class MainActivity extends Activity {//(1)
7. @Override
8. protected void onCreate(Bundle savedInstanceState) {//(2)
9. super.onCreate(savedInstanceState);
10.
11. setContentView(R.layout.activity_main);//(3)
12. }
13. @Override
14. public boolean onCreateOptionsMenu(Menu menu) {//(4)
15. // Inflate the menu; this adds items to the action bar if it is present.
16. getMenuInflater().inflate(R.menu.activity_main, menu);
17. return true;
18. }
19. }
(1) Activity is a java class that creates and default window on the screen where we can
place different components such as Button, EditText, TextView, Spinner etc. It is like the
Frame of Java AWT.
It provides life cycle methods for activity such as onCreate, onStop, OnResume etc.
(2) The onCreate method is called when Activity class is first created.
(3) The setContentView(R.layout.activity_main) gives information about our layout
resource. Here, our layout resources are defined in activity_main.xml file.
File: activity_main.xml
1. <RelativeLayout xmlns:androclass="http://schemas.android.com/apk/res/android"
2. xmlns:tools="http://schemas.android.com/tools"
3. android:layout_width="match_parent"
4. android:layout_height ="match_parent"
5. tools:context=".MainActivity" >
6. <TextView
7. android:layout_width="wrap_content"
8. android:layout_height ="wrap_content"
9. android:layout_centerHorizontal="true"
10. android:layout_centerVertical="true"
11. android:text="@string/hello_world" />
12. </RelativeLayout>
As you can see, a textview is created by the framework automatically. But the message for
this string is defined in the strings.xml file. The @string/hello_world provides information
about the textview message. The value of the attribute hello_world is defined in the
strings.xml file.
File: strings.xml
1. <?xml version="1.0" encoding="utf-8"?>
2. <resources>
3. <string name="app_name">helloandroid</string>
4. <string name="hello_world">Hello world!</string>
5. <string name="menu_settings">Settings</string>
6. </resources>
You can change the value of the hello_world attribute from this file.
Generated R.java file
It is the auto-generated file that contains IDs for all the resources of res directory. It is
generated by aapt(Android Asset Packaging Tool). Whenever you create any component on
activity_main, a corresponding ID is created in the R.java file which can be used in the Java
Source file later.
File: R.java
1. /* AUTO-GENERATED FILE. DO NOT MODIFY.
2. *
3. * This class was automatically generated by the
4. * aapt tool from the resource data it found. It
5. * should not be modified by hand.
6. */
7. package com.example.helloandroid;
8. public final class R {
9. public static final class attr {
10. }
11. public static final class drawable {
12. public static final int ic_launcher=0x7f020000;
13. }
14. public static final class id {
15. public static final int menu_settings=0x7f070000;
16. }
17. public static final class layout {
18. public static final int activity_main=0x7f030000;
19. }
20. public static final class menu {
21. public static final int activity_main=0x7f060000;
22. }
23. public static final class string {
24. public static final int app_name=0x7f040000;
25. public static final int hello_world=0x7f040001;
26. public static final int menu_settings=0x7f040002;
27. }
28. public static final class style {
29. /**
30. Base application theme, dependent on API level. This theme is replaced
31. by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
32. Theme customizations available in newer API levels can go in
33. res/values-vXX/styles.xml, while customizations related to
34. backward-compatibility can go here.
35. Base application theme for API 11+. This theme completely replaces
36. AppBaseTheme from res/values/styles.xml on API 11+ devices.
37. API 11 theme customizations can go here.
38. Base application theme for API 14+. This theme completely replaces
39. AppBaseTheme from BOTH res/values/styles.xml and
40. res/values-v11/styles.xml on API 14+ devices.
41. API 14 theme customizations can go here.
42. */
43. public static final int AppBaseTheme=0x7f050000;
44. /** Application theme.
45. All customizations that are NOT specific to a particular API-level can go here.
46. */
47. public static final int AppTheme=0x7f050001;
48. }
49. }
APK File
An apk file is created by the framework automatically. If you want to run the android
application on the mobile, transfer and install it.
Resources
It contains resource files including activity_main, strings, styles etc.
Manifest file
It contains information about package including components such as activities, services,
content providers etc.
For more information about manifest file visit here: AndroidManifest.xml file.
Dalvik Virtual Machine | DVM
As we know the modern JVM is high performance and provides excellent memory
management. But it needs to be optimized for low-powered handheld devices as well.
The Dalvik Virtual Machine (DVM) is an android virtual machine optimized for mobile
devices. It optimizes the virtual machine for memory, battery life and performance.
Dalvik is a name of a town in Iceland. The Dalvik VM was written by Dan Bornstein.
The Dex compiler converts the class files into the .dex file that run on the Dalvik VM.
Multiple class files are converted into one dex file.
Let's see the compiling and packaging process from the source file:
The javac tool compiles the java source file into the class file.
The dx tool takes all the class files of your application and generates a single .dex file. It is
a platform-specific tool.
The Android Assets Packaging Tool (aapt) handles the packaging process.
AndroidManifest.xml file in android
The AndroidManifest.xml file contains information of your package, including components
of the application such as activities, services, broadcast receivers, content providers etc.
It performs some other tasks also:
 It is responsible to protect the application to access any protected parts by
providing the permissions.
 It also declares the android api that the application is going to use.
 It lists the instrumentation classes. The instrumentation classes provides
profiling and other informations. These informations are removed just before the
application is published etc.
This is the required xml file for all the android application and locat ed inside the root
directory.
A simple AndroidManifest.xml file looks like this:
1. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2. package="com.javatpoint.hello"
3. android:versionCode="1"
4. android:versionName="1.0" >
5.
6. <uses-sdk
7. android:minSdkVersion="8"
8. android:targetSdkVersion="15" />
9.
10. <application
11. android:icon="@drawable/ic_launcher"
12. android:label="@string/app_name"
13. android:theme="@style/AppTheme" >
14. <activity
15. android:name=".MainActivity"
16. android:label="@string/title_activity_main" >
17. <intent-filter>
18. <action android:name="android.intent.action.MAIN" />
19.
20. <category android:name="android.intent.category.LAUNCHER" />
21. </intent-filter>
22. </activity>
23. </application>
24.
25. </manifest>
Elements of the AndroidManifest.xml file
The elements used in the above xml file are described below.
<manifest>
manifest is the root element of the AndroidManifest.xml file. It has package attribute that
describes the package name of the activity class.
<application>
application is the subelement of the manifest. It includes the namespace declaration. This
element contains several subelements that declares the application component such as
activity etc.
The commonly used attributes are of this element are icon, label, theme etc.
android:icon represents the icon for all the android application components.
android:label works as the default label for all the application components.
android:theme represents a common theme for all the android activities.
<activity>
activity is the subelement of application and represents an activity that must be defined in
the AndroidManifest.xml file. It has many attributes such as label, name, theme,
launchMode etc.
android:label represents a label i.e. displayed on the screen.
android:name represents a name for the activity class. It is required attribute.
<intent-filter>
intent-filter is the sub-element of activity that describes the type of intent to which
activity, service or broadcast receiver can respond to.
<action>
It adds an action for the intent-filter. The intent-filter must have at least one action
element.
<category>
It adds a category name to an intent-filter.
Android R.java file
Android R.java is an auto-generated file by aapt (Android Asset Packaging Tool) that
contains resource IDs for all the resources of res/ directory.
If you create any component in the activity_main.xml file, id for the corresponding
component is automatically created in this file. This id can be used in the activity source file
to perform any action on the component.
Note: If you delete R.jar file, android creates it automatically.
Let's see the android R.java file. It includes a lot of static nested classes such as menu, id,
layout, attr, drawable, string etc.
1. /* AUTO-GENERATED FILE. DO NOT MODIFY.
2. *
3. * This class was automatically generated by the
4. * aapt tool from the resource data it found. It
5. * should not be modified by hand.
6. */
7.
8. package com.example.helloandroid;
9.
10. public final class R {
11. public static final class attr {
12. }
13. public static final class drawable {
14. public static final int ic_launcher=0x7f020000;
15. }
16. public static final class id {
17. public static final int menu_settings=0x7f070000;
18. }
19. public static final class layout {
20. public static final int activity_main=0x7f030000;
21. }
22. public static final class menu {
23. public static final int activity_main=0x7f060000;
24. }
25. public static final class string {
26. public static final int app_name=0x7f040000;
27. public static final int hello_world=0x7f040001;
28. public static final int menu_settings=0x7f040002;
29. }
30. public static final class style {
31. /**
32. Base application theme, dependent on API level. This theme is replaced
33. by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
34.
35.
36. Theme customizations available in newer API levels can go in
37. res/values-vXX/styles.xml, while customizations related to
38. backward-compatibility can go here.
39.
40.
41. Base application theme for API 11+. This theme completely replaces
42. AppBaseTheme from res/values/styles.xml on API 11+ devices.
43.
44. API 11 theme customizations can go here.
45.
46. Base application theme for API 14+. This theme completely replaces
47. AppBaseTheme from BOTH res/values/styles.xml and
48. res/values-v11/styles.xml on API 14+ devices.
49.
50. API 14 theme customizations can go here.
51. */
52. public static final int AppBaseTheme=0x7f050000;
53. /** Application theme.
54. All customizations that are NOT specific to a particular API-level can go here.
55. */
56. public static final int AppTheme=0x7f050001;
57. }
58. }
Android Hide Title Bar Example
In this example, we are going to explain how to hide the title bar and how to display
content in full screen mode.
The requestWindowFeature(Window.FEATURE_NO_TITLE) method of Activity must be
called to hide the title. But, it must be coded before the setContentView method.
1. @Override
2. protected void onCreate(Bundle savedInstanceState) {
3. super.onCreate(savedInstanceState);
4.
5. requestWindowFeature(Window.FEATURE_NO_TITLE);//will hide the title not the title b
ar
6.
7. setContentView(R.layout.activity_main);
8.
9. }
10. }
The setFlags() method of Window class is used to display content in full screen mode. You
need to pass theWindowManager.LayoutParams.FLAG_FULLSCREEN constant in the
setFlags method.
1. @Override
2. protected void onCreate(Bundle savedInstanceState) {
3. super.onCreate(savedInstanceState);
4.
5. requestWindowFeature(Window.FEATURE_NO_TITLE);
6. //code that displays the content in full screen mode
7. this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
8. WindowManager.LayoutParams.FLAG_FULLSCREEN);//int flag, int mask
9.
10. setContentView(R.layout.activity_main);
11.
12. }
Android Hide Title Bar Example
Let's see the full code to hide the title bar in android.
activity_main.xml
File: activity_main.xml
1. <RelativeLayout xmlns:androclass="http://schemas.android.com/apk/res/android"
2. xmlns:tools="http://schemas.android.com/tools"
3. android:layout_width="match_parent"
4. android:layout_height ="match_parent"
5. android:paddingBottom="@dimen/activity_vertical_margin"
6. android:paddingLeft ="@dimen/activity_horizontal_margin"
7. android:paddingRight ="@dimen/activity_horizontal_margin"
8. android:paddingTop="@dimen/activity_vertical_margin"
9. tools:context=".MainActivity" >
10.
11. <TextView
12. android:layout_width="wrap_content"
13. android:layout_height ="wrap_content"
14. android:text="@string/hello_world" />
15.
16. </RelativeLayout>
Activity class
File: MainActivity.java
1. package com.javatpoint.hidetitle;
2.
3. import android.os.Bundle;
4. import android.app.Activity;
5. import android.view.Menu;
6. import android.view.Window;
7. import android.view.WindowManager;
8.
9. public class MainActivity extends Activity {
10.
11. @Override
12. protected void onCreate(Bundle savedInstanceState) {
13. super.onCreate(savedInstanceState);
14.
15. requestWindowFeature(Window.FEATURE_NO_TITLE);
16.
17. /*this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
18. WindowManager.LayoutParams.FLAG_FULLSCREEN);//int flag, int mask
19. */
20. setContentView(R.layout.activity_main);
21.
22. }
23.
24.
25. }
Output: Hiding the Title Only
Output: Hiding the TitleBar and enabling FullScreen
Android Screen Orientation Example
The screenOrientation is the attribute of activity element. The orientation of android
activity can be portrait, landscape, sensor, unspecified etc. You need to define it in the
AndroidManifest.xml file. For example:
1. <activity
2. android:name="com.example.screenorientation.MainActivity"
3. android:label="@string/app_name"
4. android:screenOrientation="landscape"
5. >
The common values for screenOrientation attribute are as follows:
Value Description
unspecified It is the default value. In such case, system chooses the orientation.
portrait taller not wider
landscape wider not taller
sensor orientation is determined by the device orientation sensor.
Android landscape mode screen orientation example
activity_main.xml
File: activity_main.xml
1. <RelativeLayout xmlns:androclass="http://schemas.android.com/apk/res/android"
2. xmlns:tools="http://schemas.android.com/tools"
3. android:layout_width="match_parent"
4. android:layout_height ="match_parent"
5. android:paddingBottom="@dimen/activity_vertical_margin"
6. android:paddingLeft ="@dimen/activity_horizontal_margin"
7. android:paddingRight ="@dimen/activity_horizontal_margin"
8. android:paddingTop="@dimen/activity_vertical_margin"
9. tools:context=".MainActivity" >
10.
11. <Button
12. android:id="@+id/button1"
13. android:layout_width="wrap_content"
14. android:layout_height ="wrap_content"
15. android:layout_marginLeft ="66dp"
16. android:layout_marginTop="73dp"
17. android:text="Button"
18. android:onClick="onClick"
19. />
20.
21. <EditText
22. android:id="@+id/editText1"
23. android:layout_width="wrap_content"
24. android:layout_height ="wrap_content"
25. android:layout_centerHorizontal="true"
26. android:ems="10" />
27.
28. </RelativeLayout>
Activity class
File: MainActivity.java
1. package com.example.f;
2.
3. import android.os.Bundle;
4. import android.app.Activity;
5. import android.view.Menu;
6. import android.view.View;
7. import android.view.View.OnClickListener;
8. import android.widget.Button;
9. import android.widget.EditText;
10.
11. public class MainActivity extends Activity{
12. EditText editText1;
13. Button button1;
14. @Override
15. protected void onCreate(Bundle savedInstanceState) {
16. super.onCreate(savedInstanceState);
17. setContentView(R.layout.activity_main);
18.
19. editText1=(EditText)findViewById(R.id.editText1);
20. button1=(Button)findViewById(R.id.button1);
21. }
22. public void onClick(View v) {
23. editText1.setText("O android");
24. }
25. }
AndroidManifest.xml
File: AndroidManifest.xml
1. <?xml version="1.0" encoding="utf-8"?>
2. <manifest xmlns:androclass="http://schemas.android.com/apk/res/android"
3. package="com.example.screenorientation"
4. android:versionCode="1"
5. android:versionName="1.0" >
6.
7. <uses-sdk
8. android:minSdkVersion="8"
9. android:targetSdkVersion="16" />
10.
11. <application
12. android:allowBackup="true"
13. android:icon="@drawable/ic_launcher"
14. android:label="@string/app_name"
15. android:theme="@style/AppTheme" >
16. <activity
17. android:name="com.example.screenorientation.MainActivity"
18. android:label="@string/app_name"
19. android:screenOrientation="landscape"
20. >
21. <intent-filter>
22. <action android:name="android.intent.action.MAIN" />
23.
24. <category android:name="android.intent.category.LAUNCHER" />
25. </intent-filter>
26. </activity>
27. </application>
28.
29. </manifest>
download this android example
Output:

Weitere ähnliche Inhalte

Was ist angesagt?

Android Operating system
Android Operating systemAndroid Operating system
Android Operating systemMeenu Kamra
 
Android Operating System
Android Operating System Android Operating System
Android Operating System Mehvish Mushtaq
 
Android technology- Advantages & Limitations
Android technology- Advantages & LimitationsAndroid technology- Advantages & Limitations
Android technology- Advantages & LimitationsVaibhav Dixit
 
ANDROID TECHNOLOGY
ANDROID TECHNOLOGYANDROID TECHNOLOGY
ANDROID TECHNOLOGYsathish sak
 
Android operating system
Android operating systemAndroid operating system
Android operating systemShisir Ahmed
 
Android system operating system 1
Android system operating system 1Android system operating system 1
Android system operating system 1kunalkevin yadav
 
Android operating system
Android operating systemAndroid operating system
Android operating systemASHRAF IBRAHIM
 
ppt based on android technology with great animations
ppt based on android technology with great animationsppt based on android technology with great animations
ppt based on android technology with great animationsHriday Garg
 
Android technology
Android technologyAndroid technology
Android technologytrainingNCR
 
Android technology
Android technologyAndroid technology
Android technologytrainingNCR
 
Android technology
Android technologyAndroid technology
Android technologyHardik jain
 
Consumer Electronics
Consumer ElectronicsConsumer Electronics
Consumer ElectronicsGirishBasole
 

Was ist angesagt? (20)

Android Operating system
Android Operating systemAndroid Operating system
Android Operating system
 
Research- Android OS
Research- Android OSResearch- Android OS
Research- Android OS
 
Android TECH.
Android TECH.Android TECH.
Android TECH.
 
Android Operating System
Android Operating System Android Operating System
Android Operating System
 
Android technology- Advantages & Limitations
Android technology- Advantages & LimitationsAndroid technology- Advantages & Limitations
Android technology- Advantages & Limitations
 
ANDROID TECHNOLOGY
ANDROID TECHNOLOGYANDROID TECHNOLOGY
ANDROID TECHNOLOGY
 
Android Technology
Android TechnologyAndroid Technology
Android Technology
 
Android operating system
Android operating systemAndroid operating system
Android operating system
 
Android system operating system 1
Android system operating system 1Android system operating system 1
Android system operating system 1
 
Introducing Android
Introducing AndroidIntroducing Android
Introducing Android
 
Android
AndroidAndroid
Android
 
Android operating system
Android operating systemAndroid operating system
Android operating system
 
Android Technology
Android Technology Android Technology
Android Technology
 
Android technology (1)
Android technology (1)Android technology (1)
Android technology (1)
 
ppt based on android technology with great animations
ppt based on android technology with great animationsppt based on android technology with great animations
ppt based on android technology with great animations
 
Android technology
Android technologyAndroid technology
Android technology
 
Android technology
Android technologyAndroid technology
Android technology
 
Android technology
Android technologyAndroid technology
Android technology
 
Consumer Electronics
Consumer ElectronicsConsumer Electronics
Consumer Electronics
 
Saminar ppt of
Saminar ppt ofSaminar ppt of
Saminar ppt of
 

Andere mochten auch

Learning improvement after school association
Learning improvement after school associationLearning improvement after school association
Learning improvement after school associationamaini
 
DvornikiUA billboard designs
DvornikiUA billboard designsDvornikiUA billboard designs
DvornikiUA billboard designsDvorniki UA
 
DvornikiUA specification for the programmers
DvornikiUA specification for the programmersDvornikiUA specification for the programmers
DvornikiUA specification for the programmersDvorniki UA
 
Program performance management
Program performance managementProgram performance management
Program performance managementconfinrio365
 
Transformation of Telephone
Transformation of TelephoneTransformation of Telephone
Transformation of TelephoneSabinaJacintha
 
DvornikiUA presentation for iForum 2011
DvornikiUA presentation for iForum 2011DvornikiUA presentation for iForum 2011
DvornikiUA presentation for iForum 2011Dvorniki UA
 
Dvorniki.UA & RayBan.UA eCommerce Forum 2012, Lviv
Dvorniki.UA & RayBan.UA eCommerce Forum 2012, LvivDvorniki.UA & RayBan.UA eCommerce Forum 2012, Lviv
Dvorniki.UA & RayBan.UA eCommerce Forum 2012, LvivDvorniki UA
 
Managing Your Online Presence - Promoting Digital Literacy
Managing Your Online Presence - Promoting Digital LiteracyManaging Your Online Presence - Promoting Digital Literacy
Managing Your Online Presence - Promoting Digital LiteracySamantha Oakley
 
Is the students’ lack of enthusiasm for reading a fact of life or can we do s...
Is the students’ lack of enthusiasm for reading a fact of life or can we do s...Is the students’ lack of enthusiasm for reading a fact of life or can we do s...
Is the students’ lack of enthusiasm for reading a fact of life or can we do s...Samantha Oakley
 

Andere mochten auch (16)

Camtasia Getting Started Guide
Camtasia Getting Started GuideCamtasia Getting Started Guide
Camtasia Getting Started Guide
 
หลักสูตร
หลักสูตรหลักสูตร
หลักสูตร
 
Learning improvement after school association
Learning improvement after school associationLearning improvement after school association
Learning improvement after school association
 
DvornikiUA billboard designs
DvornikiUA billboard designsDvornikiUA billboard designs
DvornikiUA billboard designs
 
โรงเรียนอนุบาลสงขลา
โรงเรียนอนุบาลสงขลาโรงเรียนอนุบาลสงขลา
โรงเรียนอนุบาลสงขลา
 
DvornikiUA specification for the programmers
DvornikiUA specification for the programmersDvornikiUA specification for the programmers
DvornikiUA specification for the programmers
 
หลักสูตร
หลักสูตรหลักสูตร
หลักสูตร
 
Storing and sharing
Storing and sharingStoring and sharing
Storing and sharing
 
Program performance management
Program performance managementProgram performance management
Program performance management
 
Transformation of Telephone
Transformation of TelephoneTransformation of Telephone
Transformation of Telephone
 
DvornikiUA presentation for iForum 2011
DvornikiUA presentation for iForum 2011DvornikiUA presentation for iForum 2011
DvornikiUA presentation for iForum 2011
 
Dvorniki.UA & RayBan.UA eCommerce Forum 2012, Lviv
Dvorniki.UA & RayBan.UA eCommerce Forum 2012, LvivDvorniki.UA & RayBan.UA eCommerce Forum 2012, Lviv
Dvorniki.UA & RayBan.UA eCommerce Forum 2012, Lviv
 
Managing Your Online Presence - Promoting Digital Literacy
Managing Your Online Presence - Promoting Digital LiteracyManaging Your Online Presence - Promoting Digital Literacy
Managing Your Online Presence - Promoting Digital Literacy
 
Is the students’ lack of enthusiasm for reading a fact of life or can we do s...
Is the students’ lack of enthusiasm for reading a fact of life or can we do s...Is the students’ lack of enthusiasm for reading a fact of life or can we do s...
Is the students’ lack of enthusiasm for reading a fact of life or can we do s...
 
แบบสัมภาษณ์
แบบสัมภาษณ์แบบสัมภาษณ์
แบบสัมภาษณ์
 
Cunoaşte te-pe-tine
Cunoaşte te-pe-tineCunoaşte te-pe-tine
Cunoaşte te-pe-tine
 

Ähnlich wie Android tutorial

Android app development ppt
Android app development pptAndroid app development ppt
Android app development pptsaitej15
 
Introduction to android
Introduction to androidIntroduction to android
Introduction to androidSwapnali Pawar
 
ANDROID MOBILE OPERATING SYSTEM
ANDROID MOBILE OPERATING SYSTEMANDROID MOBILE OPERATING SYSTEM
ANDROID MOBILE OPERATING SYSTEMpreeta sinha
 
Android : Architecture & Components
Android : Architecture & ComponentsAndroid : Architecture & Components
Android : Architecture & ComponentsAkash Bisariya
 
presentation2-141101015616-conversion-gate01.pdf
presentation2-141101015616-conversion-gate01.pdfpresentation2-141101015616-conversion-gate01.pdf
presentation2-141101015616-conversion-gate01.pdfimau6
 
Android Operating System
Android Operating SystemAndroid Operating System
Android Operating SystemBilal Mirza
 
Android OS and application development
Android OS and application developmentAndroid OS and application development
Android OS and application developmentLokesh Kumar
 
Mobile Application Development with Android
Mobile Application Development with AndroidMobile Application Development with Android
Mobile Application Development with AndroidIJAAS Team
 
Android ! BATRA COMPUTER CENTRE
Android ! BATRA COMPUTER CENTREAndroid ! BATRA COMPUTER CENTRE
Android ! BATRA COMPUTER CENTREjatin batra
 
Presentation on Android operating system
Presentation on Android operating systemPresentation on Android operating system
Presentation on Android operating systemSalma Begum
 
Android introduction
Android introductionAndroid introduction
Android introductionmcanotes
 
Android Architecture and Working
Android Architecture and WorkingAndroid Architecture and Working
Android Architecture and WorkingAnkurVeer1
 
PRESENTATION ON ANDROID
PRESENTATION ON ANDROIDPRESENTATION ON ANDROID
PRESENTATION ON ANDROIDRajat Kumar
 
Android terminologies
Android terminologiesAndroid terminologies
Android terminologiesjerry vasoya
 

Ähnlich wie Android tutorial (20)

Android Basic Concept
Android Basic Concept Android Basic Concept
Android Basic Concept
 
What is Android
What is Android What is Android
What is Android
 
Android app development ppt
Android app development pptAndroid app development ppt
Android app development ppt
 
Introduction to android
Introduction to androidIntroduction to android
Introduction to android
 
ANDROID MOBILE OPERATING SYSTEM
ANDROID MOBILE OPERATING SYSTEMANDROID MOBILE OPERATING SYSTEM
ANDROID MOBILE OPERATING SYSTEM
 
Android : Architecture & Components
Android : Architecture & ComponentsAndroid : Architecture & Components
Android : Architecture & Components
 
Mobile Hacking Unit 1
Mobile Hacking Unit 1Mobile Hacking Unit 1
Mobile Hacking Unit 1
 
presentation2-141101015616-conversion-gate01.pdf
presentation2-141101015616-conversion-gate01.pdfpresentation2-141101015616-conversion-gate01.pdf
presentation2-141101015616-conversion-gate01.pdf
 
Android Operating System
Android Operating SystemAndroid Operating System
Android Operating System
 
Introduction to Android Environment
Introduction to Android EnvironmentIntroduction to Android Environment
Introduction to Android Environment
 
Android OS and application development
Android OS and application developmentAndroid OS and application development
Android OS and application development
 
Mobile Application Development with Android
Mobile Application Development with AndroidMobile Application Development with Android
Mobile Application Development with Android
 
Android ! BATRA COMPUTER CENTRE
Android ! BATRA COMPUTER CENTREAndroid ! BATRA COMPUTER CENTRE
Android ! BATRA COMPUTER CENTRE
 
Android platform
Android platform Android platform
Android platform
 
Presentation on Android operating system
Presentation on Android operating systemPresentation on Android operating system
Presentation on Android operating system
 
Android introduction
Android introductionAndroid introduction
Android introduction
 
Android Architecture and Working
Android Architecture and WorkingAndroid Architecture and Working
Android Architecture and Working
 
PRESENTATION ON ANDROID
PRESENTATION ON ANDROIDPRESENTATION ON ANDROID
PRESENTATION ON ANDROID
 
Android terminologies
Android terminologiesAndroid terminologies
Android terminologies
 
01 03 - introduction to android
01  03 - introduction to android01  03 - introduction to android
01 03 - introduction to android
 

Kürzlich hochgeladen

Mental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsMental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsPooky Knightsmith
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQuiz Club NITW
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxkarenfajardo43
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...Nguyen Thanh Tu Collection
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxMichelleTuguinay1
 
Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1GloryAnnCastre1
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseCeline George
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQuiz Club NITW
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdfMr Bounab Samir
 

Kürzlich hochgeladen (20)

Mental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsMental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young minds
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
 
Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 Database
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
prashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Professionprashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Profession
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of EngineeringFaculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdf
 

Android tutorial

  • 1. Android Tutorial Android tutorial or android development tutorial covers basic and advanced concepts of android technology. Our android tutorial is developed for beginners and professionals. Android is a complete set of software for mobile devices such as tablet computers, notebooks, smartphones, electronic book readers, set-top boxes etc. It contains a linux-based Operating System, middleware and key mobile applications. It can be thought of as a mobile operating system. But it is not limited to mobile only. It is currently used in various devices such as mobiles, tablets, televisions etc. Android Development Tutorial In this fundamental chapter, you will learn about android, its components, how to create first android application, internal of first android application etc. What is Android History and Version Software Stack Core Building Blocks Android Emulator Installing softwares Setup Eclipse Hello Android example Internal Details
  • 2. Dalvik VM AndroidManifest.xml R.java Hide Title Bar Activity and Intent It provides the detail of activity, its life cycle with example, implicit intent, sending information from one activity to another etc. Activity LifeCycle Implicit Intent Explicit Intent StartActivityForResult Android UI Widgets There are given a lot of android ui widgets examples such as toggle button, alert dialog, spinner, progress bar, alert dialog etc. UI Widgets Working with Button Toast Custom Toast ToggleButton CheckBox AlertDialog Spinner AutoCompleteTextView RatingBar DatePicker TimePicker ProgressBar Menus in Android
  • 3. Here, you will learn about the option menu that is primary menu, context menu that works on long press and popup menu. Option Menu Context Menu Popup Menu Service in Android It can be used to perform any task in background. It doesn't have any user interface(UI). Android Service Data Storage You can store data in android using preferences, internal storage, external storage and sqlite database. Preferences are used to primitives, internal storage stores data in device internal memory, external storage stores data in device external memory such as SD card and SQLite is used to store data in sqlite database i.e. inbuilt in android Operating System (OS). Internal Storage External Storage SQLite Database SQLite Tutorial and Example SQLite Example with GUI by Spinner XML and JSON Parsing There are three ways to parse the xml file but android recommends XMLPullParser to parse the XML. Instead of XML, JSON is preferred because it is fast and short.
  • 4. XML Parsing SAX XML Parsing DOM XMLPullParser JSON Parsing Android Multimedia Android multimedia api deals in playing and controlling the audio and video. Playing Audio in android Example Playing Video in android Example Android Speech API Speech API is used to convert text into speech. Android TextToSpeech Tutorial TextToSpeech Example with Speed option Telephony API It can be used to get details about the device, making phone calls, sending sms, sending emails etc. TelephonyManager Get Call State Call State BroadcastReceiver How to make a Phone Call How to Send SMS How to Send Email Device Connectivity We can connect and control bluetooth, wifi and camera in android.
  • 5. Bluetooth Tutorial List Paired Devices Android Sensor Tutorial Android sensor tutorial covers concept and example of motion sensor, position sensor and environmental sensor. Android Sensor Tutorial Web Service Tutorial Android web service tutorial enables you to interact with other programming language such as Java, .Net, PHP and Python. Android Web Service Android Animation Android animation enables you to rotate, slide and flip images and text. Android Animation Example
  • 6. What is Android Before learning all topics of android, it is required to know what is android. Android is a software package and linux based operating system for mobile devices such as tablet computers and smartphones. It is developed by Google and later the OHA (Open Handset Alliance). Java language is mainly used to write the android code even though other languages can be used. The goal of android project is to create a successful real-world product that improves the mobile experience for end users. There are many code names of android such as Lollipop, Kitkat, Jelly Bean, Ice cream Sandwich, Froyo, Ecliar, Donut etc which is covered in next page. What is Open Handset Alliance (OHA) It's a consortium of 84 companies such as google, samsung, AKM, synaptics, KDDI, Garmin, Teleca, Ebay, Intel etc. It was established on 5th November, 2007, led by Google. It is committed to advance open standards, provide services and deploy handsets using the Android Plateform. Features of Android After learning what is android, let's see the features of android. The important features of android are given below:
  • 7. 1) It is open-source. 2) Anyone can customize the Android Platform. 3) There are a lot of mobile applications that can be chosen by the consumer. 4) It provides many interesting features like weather details, opening screen, live RSS (Really Simple Syndication) feeds etc. It provides support for messaging services(SMS and MMS), web browser, storage (SQLite), connectivity (GSM, CDMA, Blue Tooth, Wi-Fi etc.), media, handset layout etc. Categories of Android applications There are many android applications in the market. The top categories are:  Entertainment  Tools  Communication  Productivity  Personalization  Music and Audio  Social  Media and Video  Travel and Local etc.
  • 8. History of Android The history and versions of android are interesting to know. The code names of android ranges from A to J currently, such asAestro, Blender, Cupcake, Donut, Eclair, Froyo, Gingerbread, Honeycomb, Ice Cream Sandwitch, Jelly Bean, KitKatand Lollipop. Let's understand the android history in a sequence. 1) Initially, Andy Rubin founded Android Incorporation in Palo Alto, California, United States in October, 2003. 2) In 17th August 2005, Google acquired android Incorporation. Since then, it is in the subsidiary of Google Incorporation. 3) The key employees of Android Incorporation are Andy Rubin, Rich Miner, Chris White and Nick Sears. 4) Originally intended for camera but shifted to smart phones later because of low market for camera only. 5) Android is the nick name of Andy Rubin given by coworkers because of his love to robots. 6) In 2007, Google announces the development of android OS. 7) In 2008, HTC launched the first android mobile. Android Versions, Codename and API Let's see the android versions, codenames and API Level provided by Google. Version Code name API Level 1.5 Cupcake 3 1.6 Donut 4
  • 9. 2.1 Eclair 7 2.2 Froyo 8 2.3 Gingerbread 9 and 10 3.1 and 3.3 Honeycomb 12 and 13 4.0 Ice Cream Sandwitch 15 4.1, 4.2 and 4.3 Jelly Bean 16, 17 and 18 4.4 KitKat 19 5.0 Lollipop 21
  • 10. Android Architecure android architecture or Android software stack is categorized into five parts: 1. linux kernel 2. native libraries (middleware), 3. Android Runtime 4. Application Framework 5. Applications Let's see the android architecture first. 1) Linux kernel
  • 11. It is the heart of android architecture that exists at the root of android architecture. Linux kernel is responsible for device drivers, power management, memory management, device management and resource access. 2) Native Libraries On the top of linux kernel, their are Native libraries such as WebKit, OpenGL, FreeType, SQLite, Media, C runtime library (libc) etc. The WebKit library is responsible for browser support, SQLite is for database, FreeType for font support, Media for playing and recording audio and video formats. 3) Android Runtime In android runtime, there are core libraries and DVM (Dalvik Virtual Machine) which is responsible to run android application. DVM is like JVM but it is optimized for mobile devices. It consumes less memory and provides fast performance. 4) Android Framework On the top of Native libraries and android runtime, there is android framework. Android framework includes Android API'ssuch as UI (User Interface), telephony, resources, locations, Content Providers (data) and package managers. It provides a lot of classes and interfaces for android application development. 5) Applications On the top of android framework, there are applications. All applications such as home, contact, settings, games, browsers are using android framework that uses android runtime and libraries. Android runtime and native libraries are using linux kernal.
  • 12. Android Core Building Blocks An android component is simply a piece of code that has a well defined life cycle e.g. Activity, Receiver, Service etc. The core building blocks or fundamental components of android are activities, views, intents, services, content providers, fragments and AndroidManifest.xml. Activity An activity is a class that represents a single screen. It is like a Frame in AWT. View A view is the UI element such as button, label, text field etc. Anything that you see is a view. Intent Intent is used to invoke components. It is mainly used to:  Start the service  Launch an activity  Display a web page  Display a list of contacts  Broadcast a message  Dial a phone call etc.
  • 13. For example, you may write the following code to view the webpage. Service Service is a background process that can run for a long time. There are two types of services local and remote. Local service is accessed from within the application whereas remote service is accessed remotely from other applications running on the same device. Content Provider Content Providers are used to share data between the applications. Fragment Fragments are like parts of activity. An activity can display one or more fragments on the screen at the same time. AndroidManifest.xml It contains informations about activities, content providers, permissions etc. It is like the web.xml file in Java EE.
  • 14. Android Virtual Device (AVD) It is used to test the android application without the need for mobile or tablet etc. It can be created in different configurations to emulate different types of real devices.
  • 15. Android Emulator Android Emulator is used to run, debug and test the android application. If you don't have the real device, it can be the best way to run, debug and test the application. It uses an open source processor emulator technology called QEMU. The emulator tool enables you to start the emulator from the command line. You need to write: emulator -avd <AVD NAME> In case of Eclipse IDE, you can create AVD by Window menu > AVD Manager > New. In the given image, you can see the android emulator, it displays the output of the hello android example.
  • 16. Install Android Android supports java, c++, c# etc. language to develop android applications. Java is the officially supported language for android. All the android examples of this site is developed using Java language and Eclipse IDE. Here, we are going to tell you, the required softwares to develop android applications using Eclipse IDE. There are two ways to install android. 1. By ADT Bundle 2. By Setup Eclipse Manually 1) By ADT Bundle It is the simplest technique to install required softwares for android application. It includes:  Eclipse IDE  Android SDK  Eclipse Plugin Click me to download android adt bundle If you download the ADT from android site, you don't need to have eclipse IDE, android SDK and eclipse Plugin because it is already included in adt bundle. If you have downloaded the ADT bundle, unjar it, go to eclipse IDE and start the eclipse by clicking on the eclipse icon. You don't need to do any extra steps here. If eclipse is not started, paste the JRE directory inside the eclipse directory. 2) By set up eclipse manually
  • 17. How to setup Android for Eclipse IDE In this page, you will learn what softwares are required for running an android application on eclipse IDE. Here, you will be able to learn how to install the android SDK and ADT plugin for Eclipse IDE. Let's see the list of software required to setup android for eclipse IDE manually. 1. Install the JDK 2. Download and install the Eclipse for developing android application 3. Download and Install the android SDK 4. Intall the ADT plugin for eclipse 5. Configure the ADT plugin 6. Create the AVD 7. Create the hello android application 1) Install the Java Development Kit (JDK) For creating android application, JDK must be installed if you are developing the android application with Java language.download the JDK 2) Download and install the Eclipse IDE For developing the android application using eclipse IDE, you need to install the Eclipse. you can download it from this locationdownload the Eclipse. Eclipse classic version is recommended but we are using the Eclipse IDE for JavaEE Developers. 3) Download and install the android SDK First of all, download the android SDK. In this example we have installed the android SDK for windows (.exe version). Now double click on the exe file, it will be installed. I am using the android 2.2 version here.
  • 18. 4) Download the ADT plugin for eclipse ADT (Android Development Tools) is required for developing the android application in the eclipse IDE. It is the plugin for Eclipse IDE that is designed to provide the integrated environment. For downloading the ADT, you need to follow these steps: 1) Start the eclipse IDE, then select Help > Install new software... 2) In the work with combo box, write https://dl-ssl.google.com/android/eclipse/ 3) select the checkbox next to Developer Tools and click next 4) You will see, a list of tools to be downloaded here, click next 5) click finish
  • 19. 6) After completing the installation, restart the eclipse IDE 5) Configuring the ADT plugin After the installing ADT plugin, now tell the eclipse IDE for your android SDK location. To do so: 1. Select the Window menu > preferences 2. Now select the android from the left panel. Here you may see a dialog box asking if you want to send the statistics to the google. Click proceed. 3. Click on the browse button and locate your SDK directory e.g. my SDK location is C:Program FilesAndroidandroid-sdk . 4. Click the apply button then OK. 6) Create an Android Virtual Device (AVD) For running the android application in the Android Emulator, you need to create and AVD. For creating the AVD: 1. Select the Window menu > AVD Manager 2. Click on the new button, to create the AVD 3. Now a dialog appears, write the AVD name e.g. myavd. Now choose the target android version e.g. android2.2. 4. click the create AVD 7) create and run the simple android example Visit the next page to create first android application.
  • 20.
  • 21. Internal Details of Hello Android Example Here, we are going to learn the internal details or working of hello android example. Android application contains different components such as java source code, string resources, images, manifest file, apk file etc. Let's understand the project structure of android application. Java Source Code Let's see the java source file created by the Eclipse IDE:
  • 22. File: MainActivity.java 1. package com.example.helloandroid; 2. import android.os.Bundle; 3. import android.app.Activity; 4. import android.view.Menu; 5. import android.widget.TextView; 6. public class MainActivity extends Activity {//(1) 7. @Override 8. protected void onCreate(Bundle savedInstanceState) {//(2) 9. super.onCreate(savedInstanceState); 10. 11. setContentView(R.layout.activity_main);//(3) 12. } 13. @Override 14. public boolean onCreateOptionsMenu(Menu menu) {//(4) 15. // Inflate the menu; this adds items to the action bar if it is present. 16. getMenuInflater().inflate(R.menu.activity_main, menu); 17. return true; 18. } 19. } (1) Activity is a java class that creates and default window on the screen where we can place different components such as Button, EditText, TextView, Spinner etc. It is like the Frame of Java AWT. It provides life cycle methods for activity such as onCreate, onStop, OnResume etc. (2) The onCreate method is called when Activity class is first created. (3) The setContentView(R.layout.activity_main) gives information about our layout resource. Here, our layout resources are defined in activity_main.xml file. File: activity_main.xml 1. <RelativeLayout xmlns:androclass="http://schemas.android.com/apk/res/android" 2. xmlns:tools="http://schemas.android.com/tools" 3. android:layout_width="match_parent" 4. android:layout_height ="match_parent" 5. tools:context=".MainActivity" > 6. <TextView 7. android:layout_width="wrap_content" 8. android:layout_height ="wrap_content" 9. android:layout_centerHorizontal="true" 10. android:layout_centerVertical="true" 11. android:text="@string/hello_world" /> 12. </RelativeLayout>
  • 23. As you can see, a textview is created by the framework automatically. But the message for this string is defined in the strings.xml file. The @string/hello_world provides information about the textview message. The value of the attribute hello_world is defined in the strings.xml file. File: strings.xml 1. <?xml version="1.0" encoding="utf-8"?> 2. <resources> 3. <string name="app_name">helloandroid</string> 4. <string name="hello_world">Hello world!</string> 5. <string name="menu_settings">Settings</string> 6. </resources> You can change the value of the hello_world attribute from this file. Generated R.java file It is the auto-generated file that contains IDs for all the resources of res directory. It is generated by aapt(Android Asset Packaging Tool). Whenever you create any component on activity_main, a corresponding ID is created in the R.java file which can be used in the Java Source file later. File: R.java 1. /* AUTO-GENERATED FILE. DO NOT MODIFY. 2. * 3. * This class was automatically generated by the 4. * aapt tool from the resource data it found. It 5. * should not be modified by hand. 6. */ 7. package com.example.helloandroid; 8. public final class R { 9. public static final class attr { 10. } 11. public static final class drawable { 12. public static final int ic_launcher=0x7f020000; 13. } 14. public static final class id { 15. public static final int menu_settings=0x7f070000; 16. } 17. public static final class layout { 18. public static final int activity_main=0x7f030000; 19. } 20. public static final class menu {
  • 24. 21. public static final int activity_main=0x7f060000; 22. } 23. public static final class string { 24. public static final int app_name=0x7f040000; 25. public static final int hello_world=0x7f040001; 26. public static final int menu_settings=0x7f040002; 27. } 28. public static final class style { 29. /** 30. Base application theme, dependent on API level. This theme is replaced 31. by AppBaseTheme from res/values-vXX/styles.xml on newer devices. 32. Theme customizations available in newer API levels can go in 33. res/values-vXX/styles.xml, while customizations related to 34. backward-compatibility can go here. 35. Base application theme for API 11+. This theme completely replaces 36. AppBaseTheme from res/values/styles.xml on API 11+ devices. 37. API 11 theme customizations can go here. 38. Base application theme for API 14+. This theme completely replaces 39. AppBaseTheme from BOTH res/values/styles.xml and 40. res/values-v11/styles.xml on API 14+ devices. 41. API 14 theme customizations can go here. 42. */ 43. public static final int AppBaseTheme=0x7f050000; 44. /** Application theme. 45. All customizations that are NOT specific to a particular API-level can go here. 46. */ 47. public static final int AppTheme=0x7f050001; 48. } 49. } APK File An apk file is created by the framework automatically. If you want to run the android application on the mobile, transfer and install it. Resources It contains resource files including activity_main, strings, styles etc. Manifest file It contains information about package including components such as activities, services, content providers etc.
  • 25. For more information about manifest file visit here: AndroidManifest.xml file.
  • 26. Dalvik Virtual Machine | DVM As we know the modern JVM is high performance and provides excellent memory management. But it needs to be optimized for low-powered handheld devices as well. The Dalvik Virtual Machine (DVM) is an android virtual machine optimized for mobile devices. It optimizes the virtual machine for memory, battery life and performance. Dalvik is a name of a town in Iceland. The Dalvik VM was written by Dan Bornstein. The Dex compiler converts the class files into the .dex file that run on the Dalvik VM. Multiple class files are converted into one dex file. Let's see the compiling and packaging process from the source file: The javac tool compiles the java source file into the class file. The dx tool takes all the class files of your application and generates a single .dex file. It is a platform-specific tool. The Android Assets Packaging Tool (aapt) handles the packaging process.
  • 27. AndroidManifest.xml file in android The AndroidManifest.xml file contains information of your package, including components of the application such as activities, services, broadcast receivers, content providers etc. It performs some other tasks also:  It is responsible to protect the application to access any protected parts by providing the permissions.  It also declares the android api that the application is going to use.  It lists the instrumentation classes. The instrumentation classes provides profiling and other informations. These informations are removed just before the application is published etc. This is the required xml file for all the android application and locat ed inside the root directory. A simple AndroidManifest.xml file looks like this: 1. <manifest xmlns:android="http://schemas.android.com/apk/res/android" 2. package="com.javatpoint.hello" 3. android:versionCode="1" 4. android:versionName="1.0" > 5. 6. <uses-sdk 7. android:minSdkVersion="8" 8. android:targetSdkVersion="15" /> 9. 10. <application 11. android:icon="@drawable/ic_launcher" 12. android:label="@string/app_name" 13. android:theme="@style/AppTheme" > 14. <activity 15. android:name=".MainActivity" 16. android:label="@string/title_activity_main" > 17. <intent-filter> 18. <action android:name="android.intent.action.MAIN" /> 19. 20. <category android:name="android.intent.category.LAUNCHER" /> 21. </intent-filter> 22. </activity> 23. </application> 24. 25. </manifest> Elements of the AndroidManifest.xml file
  • 28. The elements used in the above xml file are described below. <manifest> manifest is the root element of the AndroidManifest.xml file. It has package attribute that describes the package name of the activity class. <application> application is the subelement of the manifest. It includes the namespace declaration. This element contains several subelements that declares the application component such as activity etc. The commonly used attributes are of this element are icon, label, theme etc. android:icon represents the icon for all the android application components. android:label works as the default label for all the application components. android:theme represents a common theme for all the android activities. <activity> activity is the subelement of application and represents an activity that must be defined in the AndroidManifest.xml file. It has many attributes such as label, name, theme, launchMode etc. android:label represents a label i.e. displayed on the screen. android:name represents a name for the activity class. It is required attribute. <intent-filter> intent-filter is the sub-element of activity that describes the type of intent to which activity, service or broadcast receiver can respond to. <action> It adds an action for the intent-filter. The intent-filter must have at least one action element.
  • 29. <category> It adds a category name to an intent-filter.
  • 30. Android R.java file Android R.java is an auto-generated file by aapt (Android Asset Packaging Tool) that contains resource IDs for all the resources of res/ directory. If you create any component in the activity_main.xml file, id for the corresponding component is automatically created in this file. This id can be used in the activity source file to perform any action on the component. Note: If you delete R.jar file, android creates it automatically. Let's see the android R.java file. It includes a lot of static nested classes such as menu, id, layout, attr, drawable, string etc. 1. /* AUTO-GENERATED FILE. DO NOT MODIFY. 2. * 3. * This class was automatically generated by the 4. * aapt tool from the resource data it found. It 5. * should not be modified by hand. 6. */ 7. 8. package com.example.helloandroid; 9. 10. public final class R { 11. public static final class attr { 12. } 13. public static final class drawable { 14. public static final int ic_launcher=0x7f020000; 15. } 16. public static final class id { 17. public static final int menu_settings=0x7f070000; 18. } 19. public static final class layout { 20. public static final int activity_main=0x7f030000; 21. } 22. public static final class menu { 23. public static final int activity_main=0x7f060000; 24. } 25. public static final class string { 26. public static final int app_name=0x7f040000; 27. public static final int hello_world=0x7f040001; 28. public static final int menu_settings=0x7f040002; 29. } 30. public static final class style { 31. /** 32. Base application theme, dependent on API level. This theme is replaced
  • 31. 33. by AppBaseTheme from res/values-vXX/styles.xml on newer devices. 34. 35. 36. Theme customizations available in newer API levels can go in 37. res/values-vXX/styles.xml, while customizations related to 38. backward-compatibility can go here. 39. 40. 41. Base application theme for API 11+. This theme completely replaces 42. AppBaseTheme from res/values/styles.xml on API 11+ devices. 43. 44. API 11 theme customizations can go here. 45. 46. Base application theme for API 14+. This theme completely replaces 47. AppBaseTheme from BOTH res/values/styles.xml and 48. res/values-v11/styles.xml on API 14+ devices. 49. 50. API 14 theme customizations can go here. 51. */ 52. public static final int AppBaseTheme=0x7f050000; 53. /** Application theme. 54. All customizations that are NOT specific to a particular API-level can go here. 55. */ 56. public static final int AppTheme=0x7f050001; 57. } 58. }
  • 32. Android Hide Title Bar Example In this example, we are going to explain how to hide the title bar and how to display content in full screen mode. The requestWindowFeature(Window.FEATURE_NO_TITLE) method of Activity must be called to hide the title. But, it must be coded before the setContentView method. 1. @Override 2. protected void onCreate(Bundle savedInstanceState) { 3. super.onCreate(savedInstanceState); 4. 5. requestWindowFeature(Window.FEATURE_NO_TITLE);//will hide the title not the title b ar 6. 7. setContentView(R.layout.activity_main); 8. 9. } 10. } The setFlags() method of Window class is used to display content in full screen mode. You need to pass theWindowManager.LayoutParams.FLAG_FULLSCREEN constant in the setFlags method. 1. @Override 2. protected void onCreate(Bundle savedInstanceState) { 3. super.onCreate(savedInstanceState); 4. 5. requestWindowFeature(Window.FEATURE_NO_TITLE); 6. //code that displays the content in full screen mode 7. this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, 8. WindowManager.LayoutParams.FLAG_FULLSCREEN);//int flag, int mask 9. 10. setContentView(R.layout.activity_main); 11. 12. } Android Hide Title Bar Example Let's see the full code to hide the title bar in android. activity_main.xml File: activity_main.xml 1. <RelativeLayout xmlns:androclass="http://schemas.android.com/apk/res/android" 2. xmlns:tools="http://schemas.android.com/tools"
  • 33. 3. android:layout_width="match_parent" 4. android:layout_height ="match_parent" 5. android:paddingBottom="@dimen/activity_vertical_margin" 6. android:paddingLeft ="@dimen/activity_horizontal_margin" 7. android:paddingRight ="@dimen/activity_horizontal_margin" 8. android:paddingTop="@dimen/activity_vertical_margin" 9. tools:context=".MainActivity" > 10. 11. <TextView 12. android:layout_width="wrap_content" 13. android:layout_height ="wrap_content" 14. android:text="@string/hello_world" /> 15. 16. </RelativeLayout> Activity class File: MainActivity.java 1. package com.javatpoint.hidetitle; 2. 3. import android.os.Bundle; 4. import android.app.Activity; 5. import android.view.Menu; 6. import android.view.Window; 7. import android.view.WindowManager; 8. 9. public class MainActivity extends Activity { 10. 11. @Override 12. protected void onCreate(Bundle savedInstanceState) { 13. super.onCreate(savedInstanceState); 14. 15. requestWindowFeature(Window.FEATURE_NO_TITLE); 16. 17. /*this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, 18. WindowManager.LayoutParams.FLAG_FULLSCREEN);//int flag, int mask 19. */ 20. setContentView(R.layout.activity_main); 21. 22. } 23. 24. 25. }
  • 34. Output: Hiding the Title Only Output: Hiding the TitleBar and enabling FullScreen Android Screen Orientation Example The screenOrientation is the attribute of activity element. The orientation of android activity can be portrait, landscape, sensor, unspecified etc. You need to define it in the AndroidManifest.xml file. For example:
  • 35. 1. <activity 2. android:name="com.example.screenorientation.MainActivity" 3. android:label="@string/app_name" 4. android:screenOrientation="landscape" 5. > The common values for screenOrientation attribute are as follows: Value Description unspecified It is the default value. In such case, system chooses the orientation. portrait taller not wider landscape wider not taller sensor orientation is determined by the device orientation sensor. Android landscape mode screen orientation example activity_main.xml File: activity_main.xml 1. <RelativeLayout xmlns:androclass="http://schemas.android.com/apk/res/android" 2. xmlns:tools="http://schemas.android.com/tools" 3. android:layout_width="match_parent" 4. android:layout_height ="match_parent" 5. android:paddingBottom="@dimen/activity_vertical_margin" 6. android:paddingLeft ="@dimen/activity_horizontal_margin" 7. android:paddingRight ="@dimen/activity_horizontal_margin" 8. android:paddingTop="@dimen/activity_vertical_margin" 9. tools:context=".MainActivity" > 10. 11. <Button 12. android:id="@+id/button1" 13. android:layout_width="wrap_content" 14. android:layout_height ="wrap_content" 15. android:layout_marginLeft ="66dp" 16. android:layout_marginTop="73dp" 17. android:text="Button" 18. android:onClick="onClick" 19. /> 20. 21. <EditText 22. android:id="@+id/editText1" 23. android:layout_width="wrap_content"
  • 36. 24. android:layout_height ="wrap_content" 25. android:layout_centerHorizontal="true" 26. android:ems="10" /> 27. 28. </RelativeLayout> Activity class File: MainActivity.java 1. package com.example.f; 2. 3. import android.os.Bundle; 4. import android.app.Activity; 5. import android.view.Menu; 6. import android.view.View; 7. import android.view.View.OnClickListener; 8. import android.widget.Button; 9. import android.widget.EditText; 10. 11. public class MainActivity extends Activity{ 12. EditText editText1; 13. Button button1; 14. @Override 15. protected void onCreate(Bundle savedInstanceState) { 16. super.onCreate(savedInstanceState); 17. setContentView(R.layout.activity_main); 18. 19. editText1=(EditText)findViewById(R.id.editText1); 20. button1=(Button)findViewById(R.id.button1); 21. } 22. public void onClick(View v) { 23. editText1.setText("O android"); 24. } 25. } AndroidManifest.xml File: AndroidManifest.xml 1. <?xml version="1.0" encoding="utf-8"?> 2. <manifest xmlns:androclass="http://schemas.android.com/apk/res/android" 3. package="com.example.screenorientation" 4. android:versionCode="1" 5. android:versionName="1.0" > 6. 7. <uses-sdk 8. android:minSdkVersion="8" 9. android:targetSdkVersion="16" /> 10. 11. <application 12. android:allowBackup="true" 13. android:icon="@drawable/ic_launcher"
  • 37. 14. android:label="@string/app_name" 15. android:theme="@style/AppTheme" > 16. <activity 17. android:name="com.example.screenorientation.MainActivity" 18. android:label="@string/app_name" 19. android:screenOrientation="landscape" 20. > 21. <intent-filter> 22. <action android:name="android.intent.action.MAIN" /> 23. 24. <category android:name="android.intent.category.LAUNCHER" /> 25. </intent-filter> 26. </activity> 27. </application> 28. 29. </manifest> download this android example Output: