SlideShare a Scribd company logo
Introduction to Android Learning
BN1020 – Demo PPT
Demo Android
http://www.conlinetraining.com/courses/android-elearning-online-training/
Agenda
1. Introduction
2. Prerequisites
3. Android Basics
4. Core Content
5. Advantages and Jobs availability
6. Queries
7. Conclusion
http://www.conlinetraining.com/courses/android-elearning-online-training/
Prerequisites :
•Core JAVA Concepts
•OOPs Concepts
•JDK Installation
•Android SDK Setup
•Eclipse or Android Studio
http://www.conlinetraining.com/courses/android-elearning-online-training/
Android is ?
Android is a mobile operating system (OS) based on the Linux
kernel and developed by Google.
Android Components
Activity
Content
Provider
Broadcast
ReceiverServiceIntent
http://www.conlinetraining.com/courses/android-elearning-online-training/
Android
•Activity: A screen with which users can interact in order to do something.
•Intent: Messaging objects which used to request to perform a given
action from other components.
•Service: Used to run long running background task and does not
provide user interface.
•Broadcast Receiver: It allows to register and listen for device broadcast
announcements.
•Content Provider: (Next slide)
http://www.conlinetraining.com/courses/android-elearning-online-training/
Content Provider
•
• What is Content Provider?
• What does it do?
• Why do we need this?
• When we should use?
• How can we use?
http://www.conlinetraining.com/courses/android-elearning-online-training/
ACTIVITY
Your Facebook Wall is an “ACTIVITY”. As you click on the Photo
Button, an “INTENT” is passed, that conveys the message and the
“CONTENT PROVIDER” (Photo Gallery) opens. The photo is
uploaded using a network upload “SERVICE”.
http://www.conlinetraining.com/courses/android-elearning-online-training/
Content provider
http://www.conlinetraining.com/courses/android-elearning-online-training/
Content providers are
•Content providers are Android’s central mechanism that enables
you to access data of other applications – mostly information stored
in databases or flat files.
•Content providers are the standard interface that connects data in
one process with code running in another process.
http://www.conlinetraining.com/courses/android-elearning-online-training/
Content Provider performs
•Content providers support the four basic operations, normally
called CRUD-operations. CRUD is the acronym for create, read, upd
ate and delete.
•Querying: Queries the Content Provider for all the objects, based
on the specified URI.
•Delete: Deletes the specified objects from the database of a Content
Provider.
•Update: Makes updates to the objects in the database.
•Insert: Inserts new object to the database.
http://www.conlinetraining.com/courses/android-elearning-online-training/
Cont..
http://www.conlinetraining.com/courses/android-elearning-online-training/
Needs of Content providers
•You do not need to develop your own provider if you want a private
database for a particular application (this database would not be
accessible to applications other than the one that created it).
•You however need a Custom provider to provide custom search
suggestions in your own application system.
•You would also need a Content Provider to copy and paste complex
data from your application to other applications.
http://www.conlinetraining.com/courses/android-elearning-online-training/
Content Providers available
http://www.conlinetraining.com/courses/android-elearning-online-training/
Content Provider structure
Content Provider
Application #1
Activity
#1
Activity
#2
Activity
#3
Activity #1
Activity #1
Activity #2
Application #2
Database Files XML
Remote
connection …
http://www.conlinetraining.com/courses/android-elearning-online-training/
URI Permissions
Content URIs
• The most important concept to understand when dealing with content
providers is the content URI. Whenever you want to access data from a
content provider you have to specify a URI. URIs for content providers
look like this:
content://com.example.provider/articles
Scheme Authority Path
http://www.conlinetraining.com/courses/android-elearning-online-training/
SCHEME
•The scheme for content providers is always “content”. The colon and
double-slash “://” are a fixed part of the URI-RFC and separate the scheme
from the authority.
•The next part is the authority for the content provider. Authorities have to
be unique for every content provider. Thus the naming conventions should
follow the Java package name rules. That is you should use the reversed do
main name of your organization plus a qualifier for each and every content
provider you publish.
•The third part, the optional path, is used to distinguish the kinds of data
your content provider offers.
•You can include another element i.e. the id(optional), which – if present –
must be numeric. The id is used whenever you want to access a single
record (e.g. a specific video file).
http://www.conlinetraining.com/courses/android-elearning-online-training/
Cursors
➢ Cursor is an interface that provides random read-write access to the result of
a database query from a content provider.
➢ A cursor is a collection of rows
➢ All field access methods are based on column number. You have to convert
column name to a column number first
➢ You can also find size / traverse result set easily.
Cursor cur;
for(cur.moveToFirst();!cur.isAfterLast();cur.moveToNext()) {
//access methods
}
http://www.conlinetraining.com/courses/android-elearning-online-training/
Android Market, Career & Jobs
•Android Development: A big career boost!!!
•Need for Android developers
with over 200K applications available on Google’s Android
Market, and more than 4.5 Billion downloads
•The average salary starts from Rs 15,000-Rs 18,000 per
month
http://www.conlinetraining.com/courses/android-elearning-online-training/
Questions ???
http://www.conlinetraining.com/courses/android-elearning-online-training/
Email us : info@conlineTraining.com
Visit : www.conlinetraining.com

More Related Content

Viewers also liked

Reflections from the Non-Traditional Road to a Doctorate: Adult Learner Pract...
Reflections from the Non-Traditional Road to a Doctorate: Adult Learner Pract...Reflections from the Non-Traditional Road to a Doctorate: Adult Learner Pract...
Reflections from the Non-Traditional Road to a Doctorate: Adult Learner Pract...
Melanie Booth
 
Задание 18.1
Задание 18.1Задание 18.1
Задание 18.1
Михаил Черакшев
 
Карта курса (Виктор Сиволгин)
Карта курса (Виктор Сиволгин)Карта курса (Виктор Сиволгин)
Карта курса (Виктор Сиволгин)
Victor Sivolgin
 
Powerpoint12345678910
Powerpoint12345678910Powerpoint12345678910
Powerpoint1234567891007wisee
 
Osmoregulation Signal Crayfish (Pacifasstacus leniusculus) response to change...
Osmoregulation Signal Crayfish (Pacifasstacus leniusculus) response to change...Osmoregulation Signal Crayfish (Pacifasstacus leniusculus) response to change...
Osmoregulation Signal Crayfish (Pacifasstacus leniusculus) response to change...Nicola snow
 
Classroom expectations with memes
Classroom expectations with memesClassroom expectations with memes
Classroom expectations with memes
KiciaCigail
 
Endocrine disruptors
Endocrine disruptorsEndocrine disruptors
Endocrine disruptorsNicola snow
 
10. Osmoregulation
10. Osmoregulation10. Osmoregulation
10. Osmoregulationrossbiology
 
Understanding 8.5 Acid deposition
Understanding 8.5 Acid depositionUnderstanding 8.5 Acid deposition
Understanding 8.5 Acid deposition
ALIAH RUBAEE
 
TOPIC 10 : ORGANIC CHEMISTRY
TOPIC 10 : ORGANIC CHEMISTRY TOPIC 10 : ORGANIC CHEMISTRY
TOPIC 10 : ORGANIC CHEMISTRY
ALIAH RUBAEE
 
Chromatography lab report biology
Chromatography lab report  biologyChromatography lab report  biology
Chromatography lab report biology
Mariam Ohanyan
 

Viewers also liked (12)

Reflections from the Non-Traditional Road to a Doctorate: Adult Learner Pract...
Reflections from the Non-Traditional Road to a Doctorate: Adult Learner Pract...Reflections from the Non-Traditional Road to a Doctorate: Adult Learner Pract...
Reflections from the Non-Traditional Road to a Doctorate: Adult Learner Pract...
 
Задание 18.1
Задание 18.1Задание 18.1
Задание 18.1
 
David Chan
David ChanDavid Chan
David Chan
 
Карта курса (Виктор Сиволгин)
Карта курса (Виктор Сиволгин)Карта курса (Виктор Сиволгин)
Карта курса (Виктор Сиволгин)
 
Powerpoint12345678910
Powerpoint12345678910Powerpoint12345678910
Powerpoint12345678910
 
Osmoregulation Signal Crayfish (Pacifasstacus leniusculus) response to change...
Osmoregulation Signal Crayfish (Pacifasstacus leniusculus) response to change...Osmoregulation Signal Crayfish (Pacifasstacus leniusculus) response to change...
Osmoregulation Signal Crayfish (Pacifasstacus leniusculus) response to change...
 
Classroom expectations with memes
Classroom expectations with memesClassroom expectations with memes
Classroom expectations with memes
 
Endocrine disruptors
Endocrine disruptorsEndocrine disruptors
Endocrine disruptors
 
10. Osmoregulation
10. Osmoregulation10. Osmoregulation
10. Osmoregulation
 
Understanding 8.5 Acid deposition
Understanding 8.5 Acid depositionUnderstanding 8.5 Acid deposition
Understanding 8.5 Acid deposition
 
TOPIC 10 : ORGANIC CHEMISTRY
TOPIC 10 : ORGANIC CHEMISTRY TOPIC 10 : ORGANIC CHEMISTRY
TOPIC 10 : ORGANIC CHEMISTRY
 
Chromatography lab report biology
Chromatography lab report  biologyChromatography lab report  biology
Chromatography lab report biology
 

Similar to Bn1 1020 demo android

Android Mobile Development Course
Android Mobile Development Course Android Mobile Development Course
Android Mobile Development Course
RMS Software Technologies
 
Android OS and its Features
Android OS and its FeaturesAndroid OS and its Features
Android OS and its Features
Harshad Lokhande
 
Fun Food
Fun FoodFun Food
Fun Food
Bhadra Gowdra
 
Data Transfer between Activities & Databases
Data Transfer between Activities & DatabasesData Transfer between Activities & Databases
Data Transfer between Activities & Databases
Muhammad Sajid
 
Mobile web development
Mobile web developmentMobile web development
Mobile web development
Maher Alshammari
 
Introduction to android basics
Introduction to android basicsIntroduction to android basics
Introduction to android basics
Hasam Panezai
 
How to build a JavaScript toolkit
How to build a JavaScript toolkitHow to build a JavaScript toolkit
How to build a JavaScript toolkit
Michael Nelson
 
Android Development Tutorial
Android Development TutorialAndroid Development Tutorial
Android Development Tutorial
Germán Bringas
 
Building Effective and Rapid Applications with IBM MobileFirst Platform
Building Effective and Rapid Applications with IBM MobileFirst PlatformBuilding Effective and Rapid Applications with IBM MobileFirst Platform
Building Effective and Rapid Applications with IBM MobileFirst Platform
Andrew Ferrier
 
How to create android applications
How to create android applicationsHow to create android applications
How to create android applications
TOPS Technologies
 
Android fundamentals and tutorial for beginners
Android fundamentals and tutorial for beginnersAndroid fundamentals and tutorial for beginners
Android fundamentals and tutorial for beginnersBoom Shukla
 
Strategies and Tips for Building Enterprise Drupal Applications - PNWDS 2013
Strategies and Tips for Building Enterprise Drupal Applications - PNWDS 2013Strategies and Tips for Building Enterprise Drupal Applications - PNWDS 2013
Strategies and Tips for Building Enterprise Drupal Applications - PNWDS 2013
Mack Hardy
 
In Act Developers Platform
In Act Developers PlatformIn Act Developers Platform
In Act Developers PlatformEris Ristemena
 
Android application development fundamentals
Android application development fundamentalsAndroid application development fundamentals
Android application development fundamentals
indiangarg
 
Canada DevOps Summit 2020 Presentation Nov_03_2020
Canada DevOps Summit 2020 Presentation Nov_03_2020Canada DevOps Summit 2020 Presentation Nov_03_2020
Canada DevOps Summit 2020 Presentation Nov_03_2020
Varun Manik
 
Introduction to android - SpringPeople
Introduction to android - SpringPeopleIntroduction to android - SpringPeople
Introduction to android - SpringPeople
SpringPeople
 
Content provider in_android
Content provider in_androidContent provider in_android
Content provider in_android
PRITI TELMORE
 
Android dev o_auth
Android dev o_authAndroid dev o_auth
Android dev o_auth
lzongren
 
Intro to android (gdays)
Intro to android (gdays)Intro to android (gdays)
Intro to android (gdays)
Omolara Adejuwon
 

Similar to Bn1 1020 demo android (20)

Android Mobile Development Course
Android Mobile Development Course Android Mobile Development Course
Android Mobile Development Course
 
Android OS and its Features
Android OS and its FeaturesAndroid OS and its Features
Android OS and its Features
 
Fun Food
Fun FoodFun Food
Fun Food
 
Data Transfer between Activities & Databases
Data Transfer between Activities & DatabasesData Transfer between Activities & Databases
Data Transfer between Activities & Databases
 
Mobile web development
Mobile web developmentMobile web development
Mobile web development
 
Introduction to android basics
Introduction to android basicsIntroduction to android basics
Introduction to android basics
 
How to build a JavaScript toolkit
How to build a JavaScript toolkitHow to build a JavaScript toolkit
How to build a JavaScript toolkit
 
Android Development Tutorial
Android Development TutorialAndroid Development Tutorial
Android Development Tutorial
 
Building Effective and Rapid Applications with IBM MobileFirst Platform
Building Effective and Rapid Applications with IBM MobileFirst PlatformBuilding Effective and Rapid Applications with IBM MobileFirst Platform
Building Effective and Rapid Applications with IBM MobileFirst Platform
 
How to create android applications
How to create android applicationsHow to create android applications
How to create android applications
 
Android fundamentals and tutorial for beginners
Android fundamentals and tutorial for beginnersAndroid fundamentals and tutorial for beginners
Android fundamentals and tutorial for beginners
 
Strategies and Tips for Building Enterprise Drupal Applications - PNWDS 2013
Strategies and Tips for Building Enterprise Drupal Applications - PNWDS 2013Strategies and Tips for Building Enterprise Drupal Applications - PNWDS 2013
Strategies and Tips for Building Enterprise Drupal Applications - PNWDS 2013
 
Basics 4
Basics   4Basics   4
Basics 4
 
In Act Developers Platform
In Act Developers PlatformIn Act Developers Platform
In Act Developers Platform
 
Android application development fundamentals
Android application development fundamentalsAndroid application development fundamentals
Android application development fundamentals
 
Canada DevOps Summit 2020 Presentation Nov_03_2020
Canada DevOps Summit 2020 Presentation Nov_03_2020Canada DevOps Summit 2020 Presentation Nov_03_2020
Canada DevOps Summit 2020 Presentation Nov_03_2020
 
Introduction to android - SpringPeople
Introduction to android - SpringPeopleIntroduction to android - SpringPeople
Introduction to android - SpringPeople
 
Content provider in_android
Content provider in_androidContent provider in_android
Content provider in_android
 
Android dev o_auth
Android dev o_authAndroid dev o_auth
Android dev o_auth
 
Intro to android (gdays)
Intro to android (gdays)Intro to android (gdays)
Intro to android (gdays)
 

More from conline training

Bn 1024 demo ccnp
Bn 1024 demo  ccnpBn 1024 demo  ccnp
Bn 1024 demo ccnp
conline training
 
Bn 1023 demo network security
Bn 1023 demo  network securityBn 1023 demo  network security
Bn 1023 demo network security
conline training
 
Bn 1023 demo ccna
Bn 1023 demo  ccnaBn 1023 demo  ccna
Bn 1023 demo ccna
conline training
 
Bn 1022 demo mcse 2012
Bn 1022 demo  mcse 2012Bn 1022 demo  mcse 2012
Bn 1022 demo mcse 2012
conline training
 
Bn 1021 demo digital marketing
Bn 1021 demo  digital marketingBn 1021 demo  digital marketing
Bn 1021 demo digital marketing
conline training
 
Bn 1019 demo sql server 2012
Bn 1019 demo  sql server 2012Bn 1019 demo  sql server 2012
Bn 1019 demo sql server 2012
conline training
 
Bn 1018 demo pl sql
Bn 1018 demo  pl sqlBn 1018 demo  pl sql
Bn 1018 demo pl sql
conline training
 
Bn 1016 demo postgre sql-online-training
Bn 1016 demo  postgre sql-online-trainingBn 1016 demo  postgre sql-online-training
Bn 1016 demo postgre sql-online-training
conline training
 
B10014 ppt for msbi
B10014 ppt for msbiB10014 ppt for msbi
B10014 ppt for msbi
conline training
 
B1015 demo on selenium testing tools
B1015 demo on selenium testing toolsB1015 demo on selenium testing tools
B1015 demo on selenium testing tools
conline training
 
Bn1038 demo pega
Bn1038 demo  pegaBn1038 demo  pega
Bn1038 demo pega
conline training
 
Bn1037 demo oracle sql
Bn1037 demo  oracle sqlBn1037 demo  oracle sql
Bn1037 demo oracle sql
conline training
 
Bn1033 demo sap basis
Bn1033 demo  sap basisBn1033 demo  sap basis
Bn1033 demo sap basis
conline training
 
Bn1032 demo sap bo
Bn1032 demo  sap boBn1032 demo  sap bo
Bn1032 demo sap bo
conline training
 
Bn1031 demo sap ehs
Bn1031 demo sap ehsBn1031 demo sap ehs
Bn1031 demo sap ehs
conline training
 
Bn1030 oracle dba
Bn1030 oracle dbaBn1030 oracle dba
Bn1030 oracle dba
conline training
 
Bn1029 demo sap sd
Bn1029 demo  sap sdBn1029 demo  sap sd
Bn1029 demo sap sd
conline training
 
Bn1028 demo hadoop administration and development
Bn1028 demo  hadoop administration and developmentBn1028 demo  hadoop administration and development
Bn1028 demo hadoop administration and development
conline training
 
Bn1025 demo basic unix
Bn1025 demo  basic unixBn1025 demo  basic unix
Bn1025 demo basic unix
conline training
 
Bn1017 a demo rdbms
Bn1017 a demo  rdbmsBn1017 a demo  rdbms
Bn1017 a demo rdbms
conline training
 

More from conline training (20)

Bn 1024 demo ccnp
Bn 1024 demo  ccnpBn 1024 demo  ccnp
Bn 1024 demo ccnp
 
Bn 1023 demo network security
Bn 1023 demo  network securityBn 1023 demo  network security
Bn 1023 demo network security
 
Bn 1023 demo ccna
Bn 1023 demo  ccnaBn 1023 demo  ccna
Bn 1023 demo ccna
 
Bn 1022 demo mcse 2012
Bn 1022 demo  mcse 2012Bn 1022 demo  mcse 2012
Bn 1022 demo mcse 2012
 
Bn 1021 demo digital marketing
Bn 1021 demo  digital marketingBn 1021 demo  digital marketing
Bn 1021 demo digital marketing
 
Bn 1019 demo sql server 2012
Bn 1019 demo  sql server 2012Bn 1019 demo  sql server 2012
Bn 1019 demo sql server 2012
 
Bn 1018 demo pl sql
Bn 1018 demo  pl sqlBn 1018 demo  pl sql
Bn 1018 demo pl sql
 
Bn 1016 demo postgre sql-online-training
Bn 1016 demo  postgre sql-online-trainingBn 1016 demo  postgre sql-online-training
Bn 1016 demo postgre sql-online-training
 
B10014 ppt for msbi
B10014 ppt for msbiB10014 ppt for msbi
B10014 ppt for msbi
 
B1015 demo on selenium testing tools
B1015 demo on selenium testing toolsB1015 demo on selenium testing tools
B1015 demo on selenium testing tools
 
Bn1038 demo pega
Bn1038 demo  pegaBn1038 demo  pega
Bn1038 demo pega
 
Bn1037 demo oracle sql
Bn1037 demo  oracle sqlBn1037 demo  oracle sql
Bn1037 demo oracle sql
 
Bn1033 demo sap basis
Bn1033 demo  sap basisBn1033 demo  sap basis
Bn1033 demo sap basis
 
Bn1032 demo sap bo
Bn1032 demo  sap boBn1032 demo  sap bo
Bn1032 demo sap bo
 
Bn1031 demo sap ehs
Bn1031 demo sap ehsBn1031 demo sap ehs
Bn1031 demo sap ehs
 
Bn1030 oracle dba
Bn1030 oracle dbaBn1030 oracle dba
Bn1030 oracle dba
 
Bn1029 demo sap sd
Bn1029 demo  sap sdBn1029 demo  sap sd
Bn1029 demo sap sd
 
Bn1028 demo hadoop administration and development
Bn1028 demo  hadoop administration and developmentBn1028 demo  hadoop administration and development
Bn1028 demo hadoop administration and development
 
Bn1025 demo basic unix
Bn1025 demo  basic unixBn1025 demo  basic unix
Bn1025 demo basic unix
 
Bn1017 a demo rdbms
Bn1017 a demo  rdbmsBn1017 a demo  rdbms
Bn1017 a demo rdbms
 

Recently uploaded

A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
chanes7
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
goswamiyash170123
 
JEE1_This_section_contains_FOUR_ questions
JEE1_This_section_contains_FOUR_ questionsJEE1_This_section_contains_FOUR_ questions
JEE1_This_section_contains_FOUR_ questions
ShivajiThube2
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 

Recently uploaded (20)

A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
 
JEE1_This_section_contains_FOUR_ questions
JEE1_This_section_contains_FOUR_ questionsJEE1_This_section_contains_FOUR_ questions
JEE1_This_section_contains_FOUR_ questions
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 

Bn1 1020 demo android