SlideShare a Scribd company logo
1 of 16
1 Company Proprietary and ConfidentialThe Title of the Presentation Can Go
Here
Industrial Training Report
Based onAndroid
By:-
AshokKumar Pachauri
1234110309
B-Tech CSFinalyear
ITMALIGARH
November2015
2 Company Proprietary and ConfidentialThe Title of the Presentation Can Go
Here
Ducat provides the best available programs which helps in enhancing the technical skills which
seems to be beneficial for all the applicants.
• Software Development
• Workshops and Placement Service
• Instructor led campus
Ducat is an ISO 9001:2000 certified
company that built a reputation for
high quality Software Development,
IT Training and Consulting Services
in India.
Training-Cum-Placement Program is
a process which starts with training
based on live project (hand on real
time case studies) and moves along
the path of preparing the trainees for
Interviews with the help of Industry
Experts (Technical, Aptitude, and HR
Interviews) and finally getting them
placed with reputed MNC’s and IT
companies with the help of our
Consultancy Division.
3 Company Proprietary and ConfidentialThe Title of the Presentation Can Go
Here
I had completed my summer training on Android (OS) from Ducat from 15 July2015 – 30June2015.
Android, Inc. was founded in Palo Alto, California in October 2003 by Andy Rubin (co-founder
of Danger), Rich Miner (co-founder of Wildfire Communications, Inc.), Nick Sears (once VP at T-
Mobile), and Chris White (headed design and interface development at WebTV) to develop, in
Rubin's words, "smarter mobile devices that are more aware of its owner's location and
preferences".
Android is a mobile operating system (OS) currently developed by Google.
4 Company Proprietary and ConfidentialThe Title of the Presentation Can Go
Here
Android
Android is a mobile operating system (OS) currently developed by Google, based on the Linux
kernel and designed primarily for touchscreen mobile devices such as smartphones and tablets.
Android's user interface is based on direct manipulation, using touch gestures that loosely
correspond to real-world actions, such as swiping, tapping and pinching, to manipulate on-screen
objects, along with a virtual keyboard for text input. In addition to touchscreen devices, Google has
further developed Android TV for televisions, Android Auto for cars, and Android Wear for wrist
watches, each with a specialized user interface. Variants of Android are also used
on notebooks, game consoles, digital cameras, and other electronics.
Android's default user interface is based on direct
manipulation,[49] using touch inputs, that loosely correspond to real-
world actions, like swiping, tapping, pinching, and reverse pinching to
manipulate on-screen objects, and a virtual keyboard.
Notifications are accessed by sliding from the top of the display;
individual notifications can be dismissed by sliding them away, and
may contain additional functions as seen on this example of the
"missed call" notification from an older version of Android
5 Company Proprietary and ConfidentialThe Title of the Presentation Can Go
Here
Android Features
• Application Framework
• Power Management
• Dalvik virtual machine
• Integrated (webkit) browser
• 2D and 3D graphics APIs with HW
• SQLite
• Video and audio codecs
• Bluetooth, EDGE, 3G, and Wi-Fi
• Camera, GPS, compass, and accelerometer
6 Company Proprietary and ConfidentialThe Title of the Presentation Can Go
Here
Since Android devices are usually battery-
powered, Android is designed to manage
memory (RAM) to keep power consumption at a
minimum, in contrast to desktop operating
systems which generally assume they are
connected to unlimited mains electricity.
Applications
7 Company Proprietary and ConfidentialThe Title of the Presentation Can Go
Here
Versions of Android
Android Beta Android Astro1.0 Android Cupcake Android Donut
Android Éclair Android Froyo Android HoneycombAndroid Gingerbread
8 Company Proprietary and ConfidentialThe Title of the Presentation Can Go
Here
Android
Icecreamsandwich Android Jellybean Android Kitkat
Android Lollypop Android Marshmallow
9 Company Proprietary and ConfidentialThe Title of the Presentation Can Go
Here
Android Architecture
10 Company Proprietary and ConfidentialThe Title of the Presentation Can Go
Here
Android is more secure…
Android applications run in a sandbox, an isolated area of the system that does not have
access to the rest of the system's resources, unless access permissions are explicitly granted
by the user when the application is installed.
After reviewing these permissions, the user can choose to accept or refuse them, installing
the application only if they accept.
11 Company Proprietary and ConfidentialThe Title of the Presentation Can Go
Here
Tools used for Android
Eclipse Android Studio
12 Company Proprietary and ConfidentialThe Title of the Presentation Can Go
Here
A “hello” word android app
13 Company Proprietary and ConfidentialThe Title of the Presentation Can Go
Here
Xml Coding for Designing
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context="com.example.helloapp.MainActivity" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:layout_marginRight="98dp"
android:layout_marginTop="140dp"
android:text="@string/hello_world" />
</RelativeLayout>
14 Company Proprietary and ConfidentialThe Title of the Presentation Can Go
Here
Main java file coding
package com.example.helloapp;
import android.app.Activity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
public class MainActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
}
15 Company Proprietary and ConfidentialThe Title of the Presentation Can Go
Here
My One of the mini project
Audio Player with default song
Screenshots
Image View
Seekbar
Buttons to
perform
different
functions
16 Company Proprietary and ConfidentialThe Title of the Presentation Can Go
Here
Any Query ???

More Related Content

What's hot

Android os: presentaion by Prerak
Android os: presentaion by PrerakAndroid os: presentaion by Prerak
Android os: presentaion by Prerak
Prerak Rathore
 
Android development
Android developmentAndroid development
Android development
Asif Larra
 

What's hot (20)

Android os: presentaion by Prerak
Android os: presentaion by PrerakAndroid os: presentaion by Prerak
Android os: presentaion by Prerak
 
Android development
Android developmentAndroid development
Android development
 
Nex g exuberant solutions
Nex g exuberant solutionsNex g exuberant solutions
Nex g exuberant solutions
 
Reasons to Develop Your Next App in Android
Reasons to Develop Your Next App in AndroidReasons to Develop Your Next App in Android
Reasons to Develop Your Next App in Android
 
Android ppt
 Android ppt Android ppt
Android ppt
 
Webinar Roadmap TotalCross 2020
Webinar Roadmap TotalCross 2020Webinar Roadmap TotalCross 2020
Webinar Roadmap TotalCross 2020
 
Introduction to Android - Mobile Fest Singapore 2009
Introduction to Android - Mobile Fest Singapore 2009Introduction to Android - Mobile Fest Singapore 2009
Introduction to Android - Mobile Fest Singapore 2009
 
Final ppt (mobile os)
Final ppt (mobile os)Final ppt (mobile os)
Final ppt (mobile os)
 
Android Technology
Android TechnologyAndroid Technology
Android Technology
 
Introduction to Android - Mobile Portland
Introduction to Android - Mobile PortlandIntroduction to Android - Mobile Portland
Introduction to Android - Mobile Portland
 
Android.... (4.4 included)
Android.... (4.4 included)Android.... (4.4 included)
Android.... (4.4 included)
 
Google phones - android
Google phones  -  androidGoogle phones  -  android
Google phones - android
 
Android technology and Information with Presentation Project.
Android technology and Information with Presentation Project.Android technology and Information with Presentation Project.
Android technology and Information with Presentation Project.
 
Android technology
Android technologyAndroid technology
Android technology
 
Android technology
Android technologyAndroid technology
Android technology
 
Ro Ck St Ar
Ro Ck St ArRo Ck St Ar
Ro Ck St Ar
 
My android
My androidMy android
My android
 
Android Design Patterns in Mobile Application Development - Michalis Grigorop...
Android Design Patterns in Mobile Application Development - Michalis Grigorop...Android Design Patterns in Mobile Application Development - Michalis Grigorop...
Android Design Patterns in Mobile Application Development - Michalis Grigorop...
 
Android Technology
Android TechnologyAndroid Technology
Android Technology
 
Android Technology Presentation
Android Technology PresentationAndroid Technology Presentation
Android Technology Presentation
 

Viewers also liked

งานครูทรงศักดิ์1
งานครูทรงศักดิ์1งานครูทรงศักดิ์1
งานครูทรงศักดิ์1
startnaza
 
Purpose-Driven Approach to Business Model Design (Version 2.5 - May 2017)
Purpose-Driven Approach to Business Model Design (Version 2.5 - May 2017)Purpose-Driven Approach to Business Model Design (Version 2.5 - May 2017)
Purpose-Driven Approach to Business Model Design (Version 2.5 - May 2017)
Social Venture Lab@NUS
 

Viewers also liked (7)

งานครูทรงศักดิ์1
งานครูทรงศักดิ์1งานครูทรงศักดิ์1
งานครูทรงศักดิ์1
 
Material Design For Android
Material Design For AndroidMaterial Design For Android
Material Design For Android
 
DBS-NUS Social Venture Challenge Asia 2014-15 Report
DBS-NUS Social Venture Challenge Asia 2014-15 ReportDBS-NUS Social Venture Challenge Asia 2014-15 Report
DBS-NUS Social Venture Challenge Asia 2014-15 Report
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
DBS-NUS Social Venture Challenge Asia 2014 Report
DBS-NUS Social Venture Challenge Asia 2014 ReportDBS-NUS Social Venture Challenge Asia 2014 Report
DBS-NUS Social Venture Challenge Asia 2014 Report
 
Global trust bank
Global trust bankGlobal trust bank
Global trust bank
 
Purpose-Driven Approach to Business Model Design (Version 2.5 - May 2017)
Purpose-Driven Approach to Business Model Design (Version 2.5 - May 2017)Purpose-Driven Approach to Business Model Design (Version 2.5 - May 2017)
Purpose-Driven Approach to Business Model Design (Version 2.5 - May 2017)
 

Similar to Android Presentation By Ashok Kumar Pachauri

2 5420641613980373911
2 54206416139803739112 5420641613980373911
2 5420641613980373911
Ahmed AS
 
Android_for_Work
Android_for_WorkAndroid_for_Work
Android_for_Work
Saba Sabrin
 
Android and android phones
Android and android phonesAndroid and android phones
Android and android phones
carminachan
 

Similar to Android Presentation By Ashok Kumar Pachauri (20)

Android Training course In Chandigarh
Android Training course In ChandigarhAndroid Training course In Chandigarh
Android Training course In Chandigarh
 
Android Enterprise
Android EnterpriseAndroid Enterprise
Android Enterprise
 
2 5420641613980373911
2 54206416139803739112 5420641613980373911
2 5420641613980373911
 
Android-Ppt.pptx
Android-Ppt.pptxAndroid-Ppt.pptx
Android-Ppt.pptx
 
Android operating system-Ppt.pptx
Android operating system-Ppt.pptxAndroid operating system-Ppt.pptx
Android operating system-Ppt.pptx
 
Android Interview Questions
Android Interview QuestionsAndroid Interview Questions
Android Interview Questions
 
Android interview questions
Android interview questionsAndroid interview questions
Android interview questions
 
Android technlogy
Android technlogyAndroid technlogy
Android technlogy
 
Android
AndroidAndroid
Android
 
Android_for_Work
Android_for_WorkAndroid_for_Work
Android_for_Work
 
Android and android phones
Android and android phonesAndroid and android phones
Android and android phones
 
Introduction to Android development - Presentation Report
Introduction to Android development - Presentation ReportIntroduction to Android development - Presentation Report
Introduction to Android development - Presentation Report
 
(Android)_REPORT - Copgvasvgsavsavsahvsavsa
(Android)_REPORT - Copgvasvgsavsavsahvsavsa(Android)_REPORT - Copgvasvgsavsavsahvsavsa
(Android)_REPORT - Copgvasvgsavsavsahvsavsa
 
Build Your Career in Android Development.pptx
Build Your Career in Android Development.pptxBuild Your Career in Android Development.pptx
Build Your Career in Android Development.pptx
 
Why Should You Consider Android Development As A Career
Why Should You Consider Android Development As A CareerWhy Should You Consider Android Development As A Career
Why Should You Consider Android Development As A Career
 
Android operating system
Android operating systemAndroid operating system
Android operating system
 
Accelerate your career in Android.pptx
Accelerate your career in Android.pptxAccelerate your career in Android.pptx
Accelerate your career in Android.pptx
 
Google android
Google androidGoogle android
Google android
 
Gdsc lbce offline accelerator meet -1
Gdsc lbce offline accelerator meet -1Gdsc lbce offline accelerator meet -1
Gdsc lbce offline accelerator meet -1
 
report A K Maurya.pdf
report A K Maurya.pdfreport A K Maurya.pdf
report A K Maurya.pdf
 

Recently uploaded

Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
AldoGarca30
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
HenryBriggs2
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
pritamlangde
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 

Recently uploaded (20)

Linux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesLinux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdf
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor
 
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Signal Processing and Linear System Analysis
Signal Processing and Linear System AnalysisSignal Processing and Linear System Analysis
Signal Processing and Linear System Analysis
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information Systems
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth Reinforcement
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 

Android Presentation By Ashok Kumar Pachauri

  • 1. 1 Company Proprietary and ConfidentialThe Title of the Presentation Can Go Here Industrial Training Report Based onAndroid By:- AshokKumar Pachauri 1234110309 B-Tech CSFinalyear ITMALIGARH November2015
  • 2. 2 Company Proprietary and ConfidentialThe Title of the Presentation Can Go Here Ducat provides the best available programs which helps in enhancing the technical skills which seems to be beneficial for all the applicants. • Software Development • Workshops and Placement Service • Instructor led campus Ducat is an ISO 9001:2000 certified company that built a reputation for high quality Software Development, IT Training and Consulting Services in India. Training-Cum-Placement Program is a process which starts with training based on live project (hand on real time case studies) and moves along the path of preparing the trainees for Interviews with the help of Industry Experts (Technical, Aptitude, and HR Interviews) and finally getting them placed with reputed MNC’s and IT companies with the help of our Consultancy Division.
  • 3. 3 Company Proprietary and ConfidentialThe Title of the Presentation Can Go Here I had completed my summer training on Android (OS) from Ducat from 15 July2015 – 30June2015. Android, Inc. was founded in Palo Alto, California in October 2003 by Andy Rubin (co-founder of Danger), Rich Miner (co-founder of Wildfire Communications, Inc.), Nick Sears (once VP at T- Mobile), and Chris White (headed design and interface development at WebTV) to develop, in Rubin's words, "smarter mobile devices that are more aware of its owner's location and preferences". Android is a mobile operating system (OS) currently developed by Google.
  • 4. 4 Company Proprietary and ConfidentialThe Title of the Presentation Can Go Here Android Android is a mobile operating system (OS) currently developed by Google, based on the Linux kernel and designed primarily for touchscreen mobile devices such as smartphones and tablets. Android's user interface is based on direct manipulation, using touch gestures that loosely correspond to real-world actions, such as swiping, tapping and pinching, to manipulate on-screen objects, along with a virtual keyboard for text input. In addition to touchscreen devices, Google has further developed Android TV for televisions, Android Auto for cars, and Android Wear for wrist watches, each with a specialized user interface. Variants of Android are also used on notebooks, game consoles, digital cameras, and other electronics. Android's default user interface is based on direct manipulation,[49] using touch inputs, that loosely correspond to real- world actions, like swiping, tapping, pinching, and reverse pinching to manipulate on-screen objects, and a virtual keyboard. Notifications are accessed by sliding from the top of the display; individual notifications can be dismissed by sliding them away, and may contain additional functions as seen on this example of the "missed call" notification from an older version of Android
  • 5. 5 Company Proprietary and ConfidentialThe Title of the Presentation Can Go Here Android Features • Application Framework • Power Management • Dalvik virtual machine • Integrated (webkit) browser • 2D and 3D graphics APIs with HW • SQLite • Video and audio codecs • Bluetooth, EDGE, 3G, and Wi-Fi • Camera, GPS, compass, and accelerometer
  • 6. 6 Company Proprietary and ConfidentialThe Title of the Presentation Can Go Here Since Android devices are usually battery- powered, Android is designed to manage memory (RAM) to keep power consumption at a minimum, in contrast to desktop operating systems which generally assume they are connected to unlimited mains electricity. Applications
  • 7. 7 Company Proprietary and ConfidentialThe Title of the Presentation Can Go Here Versions of Android Android Beta Android Astro1.0 Android Cupcake Android Donut Android Éclair Android Froyo Android HoneycombAndroid Gingerbread
  • 8. 8 Company Proprietary and ConfidentialThe Title of the Presentation Can Go Here Android Icecreamsandwich Android Jellybean Android Kitkat Android Lollypop Android Marshmallow
  • 9. 9 Company Proprietary and ConfidentialThe Title of the Presentation Can Go Here Android Architecture
  • 10. 10 Company Proprietary and ConfidentialThe Title of the Presentation Can Go Here Android is more secure… Android applications run in a sandbox, an isolated area of the system that does not have access to the rest of the system's resources, unless access permissions are explicitly granted by the user when the application is installed. After reviewing these permissions, the user can choose to accept or refuse them, installing the application only if they accept.
  • 11. 11 Company Proprietary and ConfidentialThe Title of the Presentation Can Go Here Tools used for Android Eclipse Android Studio
  • 12. 12 Company Proprietary and ConfidentialThe Title of the Presentation Can Go Here A “hello” word android app
  • 13. 13 Company Proprietary and ConfidentialThe Title of the Presentation Can Go Here Xml Coding for Designing <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" tools:context="com.example.helloapp.MainActivity" > <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentRight="true" android:layout_alignParentTop="true" android:layout_marginRight="98dp" android:layout_marginTop="140dp" android:text="@string/hello_world" /> </RelativeLayout>
  • 14. 14 Company Proprietary and ConfidentialThe Title of the Presentation Can Go Here Main java file coding package com.example.helloapp; import android.app.Activity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; public class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); } }
  • 15. 15 Company Proprietary and ConfidentialThe Title of the Presentation Can Go Here My One of the mini project Audio Player with default song Screenshots Image View Seekbar Buttons to perform different functions
  • 16. 16 Company Proprietary and ConfidentialThe Title of the Presentation Can Go Here Any Query ???