SlideShare ist ein Scribd-Unternehmen logo
1 von 16
1 Company Proprietary and ConfidentialThe Title of the Presentation Can Go
Here
Industrial Training Report
Based onAndroid
Presentedby
AshokKumar Pachauri
B-Tech CSFinalyear
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 ???

Weitere ähnliche Inhalte

Was ist angesagt?

Android development
Android developmentAndroid development
Android development
Asif Larra
 
Android technology
Android technologyAndroid technology
Android technology
Dhruv Modh
 
Android Intrduction
Android IntrductionAndroid Intrduction
Android Intrduction
daksh bhatt
 

Was ist angesagt? (20)

Android Operating system
Android Operating systemAndroid Operating system
Android Operating system
 
Android L
Android LAndroid L
Android L
 
Andriod Presentation
Andriod PresentationAndriod Presentation
Andriod Presentation
 
Android presantation
Android presantationAndroid presantation
Android presantation
 
Android Technology
Android TechnologyAndroid Technology
Android Technology
 
Android ppt
 Android ppt Android ppt
Android ppt
 
Android development
Android developmentAndroid development
Android development
 
Android technology
Android technologyAndroid technology
Android technology
 
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 technology
Android technologyAndroid technology
Android technology
 
Andriod (operating system)
Andriod (operating system)Andriod (operating system)
Andriod (operating system)
 
Android Intrduction
Android IntrductionAndroid Intrduction
Android Intrduction
 
Introduction to Android - Mobile Portland
Introduction to Android - Mobile PortlandIntroduction to Android - Mobile Portland
Introduction to Android - Mobile Portland
 
Webinar Roadmap TotalCross 2020
Webinar Roadmap TotalCross 2020Webinar Roadmap TotalCross 2020
Webinar Roadmap TotalCross 2020
 
Andriod os ppt
Andriod os pptAndriod os ppt
Andriod os ppt
 
Andriod Operting System
Andriod  Operting System Andriod  Operting System
Andriod Operting System
 
Final ppt (mobile os)
Final ppt (mobile os)Final ppt (mobile os)
Final ppt (mobile os)
 
Nex g exuberant solutions
Nex g exuberant solutionsNex g exuberant solutions
Nex g exuberant solutions
 
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 operating system
Android operating systemAndroid operating system
Android operating system
 

Ähnlich wie 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
 

Ähnlich wie 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 Interview Questions
Android Interview QuestionsAndroid Interview Questions
Android Interview Questions
 
Android interview questions
Android interview questionsAndroid interview questions
Android interview questions
 
Android operating system-Ppt.pptx
Android operating system-Ppt.pptxAndroid operating system-Ppt.pptx
Android operating system-Ppt.pptx
 
Android
AndroidAndroid
Android
 
Android technlogy
Android technlogyAndroid technlogy
Android technlogy
 
Introduction to Android development - Presentation Report
Introduction to Android development - Presentation ReportIntroduction to Android development - Presentation Report
Introduction to Android development - Presentation Report
 
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
 
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
 
Accelerate your career in Android.pptx
Accelerate your career in Android.pptxAccelerate your career in Android.pptx
Accelerate your career in Android.pptx
 
(Android)_REPORT - Copgvasvgsavsavsahvsavsa
(Android)_REPORT - Copgvasvgsavsavsahvsavsa(Android)_REPORT - Copgvasvgsavsavsahvsavsa
(Android)_REPORT - Copgvasvgsavsavsahvsavsa
 
report A K Maurya.pdf
report A K Maurya.pdfreport A K Maurya.pdf
report A K Maurya.pdf
 
Android operating system
Android operating systemAndroid operating system
Android operating system
 
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.SREE
ANDROID.SREEANDROID.SREE
ANDROID.SREE
 
Google android
Google androidGoogle android
Google android
 

Kürzlich hochgeladen

DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
MayuraD1
 
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
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
jaanualu31
 
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
Health
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
HenryBriggs2
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Kürzlich hochgeladen (20)

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
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
 
Bridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptxBridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptx
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
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
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Learn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic MarksLearn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic Marks
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
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
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Rums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfRums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdf
 

Android Presentation By Ashok Kumar Pachauri

  • 1. 1 Company Proprietary and ConfidentialThe Title of the Presentation Can Go Here Industrial Training Report Based onAndroid Presentedby AshokKumar Pachauri B-Tech CSFinalyear 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 ???