SlideShare a Scribd company logo
1 of 3
Download to read offline
Webpage: www.ijaret.org Volume 3, Issue III, March 2015
ISSN 2320-6802
INTERNATIONAL JOURNAL FOR ADVANCE RESEARCH IN
ENGINEERING AND TECHNOLOGY
WINGS TO YOUR THOUGHTS…..
Page 66
College App for Android Device
Aiwale Vikram1
, HariBhosale2
, Vishnu Neharkar3
, Priyanka Ajetrao4
1
Research scholar, 2
Research scholar, 3
Research scholar, 4
Research scholar
SKN Sinhgad College of Engineering
Korti, Pandharpur Pin no.413304
1
mrvikramaiwale@gmail.com,2
priyankaajetrao1@gmail.com,
3
vishnuneharkar95@gmail.com, 4
haribhosale470@gmail.com
Abstract:-Mobile applications can be one of the best ways to keep consumers engaged with a brand as they are on
the move. With the increase in demand for Smartphone and efficiency of wireless networks, the demand for mobile
applications has increased incredibly. Android is one of the most popular open source platforms that offers the
developer’s full access to the framework API’s so as to build innovative applications. The main aim of this project is
to build an Android application that helps the users to know about our college and whole campus. The main features
provided by the College App for Android Device. Basic search application where the user can gate whole
information about the college and campus. The users can write a review, see the reviews and invite a
friend/colleague to share this application).Google Calendar where the user can mark an event.
Keywords: Platforms, network, s/w &h/w, activities, framework.
1. INTRODUCTION
College App is an Android application that helps the
users to know the more about our college and
campus. The main aim of the project is to provide the
users an easy to use application that helps them to
understand and know more about our college and
campus. The users can also give their opinions about
the college and campus by giving a rating and writing
a review.
The college web site also able to provide this
information but our application provides all this
information in an easy way and without any internet
connection. The application also makes it easy for the
user to send out invitations to his/her
friends/colleagues to join this college/campus and
also mark the events in their calendar.
2. HISTORY
Android, Inc. was founded in the Palo Alto,
California 0n October 2003 by Andy Rubin. Rubin
ran out of money.
Google acquired Android Inc. on August 17, 2005,
making it is the wholly in owned subsidiary of
Google. Key employees of the Android including
Rubin, Miner and White, stayed at the company after
the acquisition. Google was planning to enter the
mobile phone market with in this move. At Google,
the team led by the Rubin developed a mobile device
platform powered by the Linux kernel.
On November 5, 2008, the Open Handset Alliance, a
consortium of technology companies including
Google, device manufacturers such as HTC,
Samsung and others unveiled itself, with the goal to
develop open standards for in mobile devices. That
day, Android is the unveiled as its first product, an
mobile device platform to built before the Linux
kernel version 2.6. The first commercially available
phone to run Android was the HTC Dream, released
on October 22, 2007.[1]
3. LITERATURE REVIEW
In today’s world the competition is increased
between the degree colleges. They are doing
advertisement in which they are not show the real
picture of their colleges.[1] With this fake
appearance, the student get attract towards the those
colleges without knowing how that college is, which
type of education they are per suiting the education.
To avoid this misunderstanding between the student
and college we are providing one solution that is
“College app for Andriod Device”. It android
application will be work on the every android hand-
sets. This application will provide whole information
about the college and all campus. They can also able
to see advices given by their senior students about the
college, staff, campus and other department also.
Now a day’s every one’s are attracting towards
android phone. So we are establishing an android
Webpage: www.ijaret.org Volume 3, Issue III, March 2015
ISSN 2320-6802
INTERNATIONAL JOURNAL FOR ADVANCE RESEARCH IN
ENGINEERING AND TECHNOLOGY
WINGS TO YOUR THOUGHTS…..
Page 67
application which helpful to student before reaching
to the place they get all well formed latest
information and the current updates about college.
4. ANDROID FRAMEWORK
COMPUNENT
In this section, the various components of an android
application such as activity, intent etc are discuss.
1 .Android Manifest.xml file
Every android application must have an
AndroidManifest.xml file in its root directory. This
file lists out all the activities, intents, intent-filters,
permission etc the application user. This file is
responsible for providing all the information about
the application to the Android system.[2] It also has
the minimum SDK version needed to run the
application. The allow to access the internet, write
onto a calendar are also declare in this file.
Since the application provides sufficient amount of
information of college to the user which makes it
very efficient to find the college.
2. Activities
An activity provides a means of interaction to the
user. It provides a window was the UI can be
designed according to the window. Almost any
activities interact with the users.
This application has the following activities: Search
Result Activity, Advanced Search Result Activity,
Advanced Search List Activity, College Details
Activity, Write Review Activity, Show Reviews
Activity, Show Route Activity, Send Invitation
Activity, Show Invitations Activity and Invitation
Details Activity.[4]
3. Search Result Activity
This activity displays all the departments of college
which are the result of the basic keyword search. All
the departments are represented in a List View with
their Name and First Line of the address shown.
4. Advanced Search Result Activity
This activity accepts the input from the user where
the user can select category of the departments. The
user has an option of choosing the current address as
source or entering a different address.
5. Advanced Search List Activity
This activity displays the list of departments which
result from the users’ input from the Advanced
Search Result Activity. The user can see the name of
the department, the distance from the source address
and also the address of the department.
6. Department Details Activity
This activity shows the details of the searched
department such as name, address, phone number,
number of reviews. In this activity the users also have
an option seeing the review, writing a review, seeing
the route. The registered user has a privilege of
viewing and sending out invitations.
7. Intents
The activities are activated through messages called
intents. It basically has information that is required
by the component. It help was launching the activity
or to do something with the existing activity. An
intent passed to start Activity() is delivered only to an
activity.[3] The intent object holds the name of the
component that handles the event, the action to be
performed, data on which the operation is performed,
the key value pairs to send some additional
information. The intents that are used in this
application are ACTION_SEND and
ACTION_EDIT. The College App Application
makes use of intents to send the users’ details or
users’ suggestions/opinions in an email and also to
mark the events in Google Calendar. Intent to send an
email: This activity displays the details of the
invitation such as the sender’s name, the college
name where the meeting has been scheduled, the
address and the subject. The user also has an option
of marking the event in their personalized calendar
present on the device. This is done with the help of
calendar intent.
5. SYSTEM ARCHIRECTURE
6. DATA FLOW DIAGRAM
Webpage: www.ijaret.org Volume 3, Issue III, March 2015
ISSN 2320-6802
INTERNATIONAL JOURNAL FOR ADVANCE RESEARCH IN
ENGINEERING AND TECHNOLOGY
WINGS TO YOUR THOUGHTS…..
Page 68
7. SOFTWARE&HARDWARE
REQUIREMENTS
Software Requirements:
 Operating System: Windows 7
 Language: Android SDK, Java
 Database: MySQL
 Tools: Eclipse IDE, Android Plug-in for
Eclipse
 Technologies used: Java, PHP, XML.
 Debugger: Android Dalvik Debug Monitor
service
 Server: XAMPP Server
 Operating System: Android 4.2 or higher
versions
Hardware Requirements:
 Processor: P IV or higher
 RAM: 256 MB
 Space on disk: minimum 512MB
 For running the application:
 Device: Android version 4.2 and higher
 Minimum space to execute: 5.0MB
8. Conclusion & Future Scope
The wide approach of studying android operating
system may encourage the programmer to develop
various applications. This application will give actual
information about College to Student who is
interesting to be part of our institute.
Screenshots:
REFERENCES
[1] Base classes for writing input methods (such
as software keyboards).
http://www.openintents.org/en/libraries
[2] Contains classes for accessing information
about an application package, including
information about its activities, permissions,
services, signatures, and providers.
https://developer.android.com
[3] Professional Android Application
Development by Reto Meier. Learning
Android by Marko Gargenta
https://developer.android.com
[4] Learning Android by Marko Gargenta.

More Related Content

What's hot

Scholar’s Companion – Android App
Scholar’s Companion – Android AppScholar’s Companion – Android App
Scholar’s Companion – Android AppIRJET Journal
 
Service station android app project report
Service station android app project reportService station android app project report
Service station android app project reportVajrakaya Technologies
 
College Information System using Android
College Information System using AndroidCollege Information System using Android
College Information System using Androidijtsrd
 
DESIGN AND DEVELOPMENT OF A MULTI FEATURED IOS MOBILE APPLICATION USING SWIFT 3
DESIGN AND DEVELOPMENT OF A MULTI FEATURED IOS MOBILE APPLICATION USING SWIFT 3DESIGN AND DEVELOPMENT OF A MULTI FEATURED IOS MOBILE APPLICATION USING SWIFT 3
DESIGN AND DEVELOPMENT OF A MULTI FEATURED IOS MOBILE APPLICATION USING SWIFT 3Journal For Research
 
Farming assistant web service ppt
Farming assistant web service pptFarming assistant web service ppt
Farming assistant web service pptrucha
 
Android civil administration reporting
Android civil administration reportingAndroid civil administration reporting
Android civil administration reportingIJARIIT
 
04-Android Platform for Acedamics
04-Android Platform for Acedamics04-Android Platform for Acedamics
04-Android Platform for AcedamicsSivaram P
 
Virtual school application
Virtual school applicationVirtual school application
Virtual school applicationSoham Navadiya
 
Fitness management application
Fitness management applicationFitness management application
Fitness management applicationRishabh Shukla
 
IRJET- Student Statistics System using Confined Android App
IRJET- Student Statistics System using Confined Android AppIRJET- Student Statistics System using Confined Android App
IRJET- Student Statistics System using Confined Android AppIRJET Journal
 
IRJET- Prayog B.E. Android Application-An E-Learning Educational System
IRJET-  	  Prayog B.E. Android Application-An E-Learning Educational SystemIRJET-  	  Prayog B.E. Android Application-An E-Learning Educational System
IRJET- Prayog B.E. Android Application-An E-Learning Educational SystemIRJET Journal
 
Vinodkumar_Testconsultant_sandisk
Vinodkumar_Testconsultant_sandiskVinodkumar_Testconsultant_sandisk
Vinodkumar_Testconsultant_sandiskVinod Kumar
 
Self runtime environment using android
Self runtime environment using androidSelf runtime environment using android
Self runtime environment using androideSAT Publishing House
 
Self runtime environment using android
Self runtime environment using androidSelf runtime environment using android
Self runtime environment using androideSAT Journals
 
Designing the Process of Stores Management for Implementing ERP in Manufactur...
Designing the Process of Stores Management for Implementing ERP in Manufactur...Designing the Process of Stores Management for Implementing ERP in Manufactur...
Designing the Process of Stores Management for Implementing ERP in Manufactur...sushil Choudhary
 

What's hot (20)

Scholar’s Companion – Android App
Scholar’s Companion – Android AppScholar’s Companion – Android App
Scholar’s Companion – Android App
 
Service station android app project report
Service station android app project reportService station android app project report
Service station android app project report
 
CarManager Report
CarManager ReportCarManager Report
CarManager Report
 
College Information System using Android
College Information System using AndroidCollege Information System using Android
College Information System using Android
 
DESIGN AND DEVELOPMENT OF A MULTI FEATURED IOS MOBILE APPLICATION USING SWIFT 3
DESIGN AND DEVELOPMENT OF A MULTI FEATURED IOS MOBILE APPLICATION USING SWIFT 3DESIGN AND DEVELOPMENT OF A MULTI FEATURED IOS MOBILE APPLICATION USING SWIFT 3
DESIGN AND DEVELOPMENT OF A MULTI FEATURED IOS MOBILE APPLICATION USING SWIFT 3
 
Farming assistant web service ppt
Farming assistant web service pptFarming assistant web service ppt
Farming assistant web service ppt
 
Android civil administration reporting
Android civil administration reportingAndroid civil administration reporting
Android civil administration reporting
 
Mideesh23june2015
Mideesh23june2015Mideesh23june2015
Mideesh23june2015
 
PROVISION MULTI-VENDOR APPLICATION SYSTEM
PROVISION MULTI-VENDOR APPLICATION SYSTEMPROVISION MULTI-VENDOR APPLICATION SYSTEM
PROVISION MULTI-VENDOR APPLICATION SYSTEM
 
04-Android Platform for Acedamics
04-Android Platform for Acedamics04-Android Platform for Acedamics
04-Android Platform for Acedamics
 
Virtual school application
Virtual school applicationVirtual school application
Virtual school application
 
Fitness management application
Fitness management applicationFitness management application
Fitness management application
 
MOBILE BASED WOMEN SAFETY APPLICATION REAL-TIME DATABASE
MOBILE BASED WOMEN SAFETY APPLICATION REAL-TIME DATABASEMOBILE BASED WOMEN SAFETY APPLICATION REAL-TIME DATABASE
MOBILE BASED WOMEN SAFETY APPLICATION REAL-TIME DATABASE
 
IRJET- Student Statistics System using Confined Android App
IRJET- Student Statistics System using Confined Android AppIRJET- Student Statistics System using Confined Android App
IRJET- Student Statistics System using Confined Android App
 
IRJET- Prayog B.E. Android Application-An E-Learning Educational System
IRJET-  	  Prayog B.E. Android Application-An E-Learning Educational SystemIRJET-  	  Prayog B.E. Android Application-An E-Learning Educational System
IRJET- Prayog B.E. Android Application-An E-Learning Educational System
 
A DISTRIBUTED MACHINE LEARNING BASED IDS FOR CLOUD COMPUTING
A DISTRIBUTED MACHINE LEARNING BASED IDS FOR  CLOUD COMPUTINGA DISTRIBUTED MACHINE LEARNING BASED IDS FOR  CLOUD COMPUTING
A DISTRIBUTED MACHINE LEARNING BASED IDS FOR CLOUD COMPUTING
 
Vinodkumar_Testconsultant_sandisk
Vinodkumar_Testconsultant_sandiskVinodkumar_Testconsultant_sandisk
Vinodkumar_Testconsultant_sandisk
 
Self runtime environment using android
Self runtime environment using androidSelf runtime environment using android
Self runtime environment using android
 
Self runtime environment using android
Self runtime environment using androidSelf runtime environment using android
Self runtime environment using android
 
Designing the Process of Stores Management for Implementing ERP in Manufactur...
Designing the Process of Stores Management for Implementing ERP in Manufactur...Designing the Process of Stores Management for Implementing ERP in Manufactur...
Designing the Process of Stores Management for Implementing ERP in Manufactur...
 

Similar to College app for android device

Android app for hostel outpass form
Android app for hostel outpass formAndroid app for hostel outpass form
Android app for hostel outpass formIJARIIT
 
Research paper on android social blogging application if deptt- sept 21 (1)
Research paper on android social blogging application if deptt- sept 21 (1)Research paper on android social blogging application if deptt- sept 21 (1)
Research paper on android social blogging application if deptt- sept 21 (1)AISSMS
 
An Android Application Studhelper for Engineering Students
An Android Application Studhelper for Engineering StudentsAn Android Application Studhelper for Engineering Students
An Android Application Studhelper for Engineering StudentsIJCSIS Research Publications
 
Remote Data Acquisition from Android Mobile
Remote Data Acquisition from Android MobileRemote Data Acquisition from Android Mobile
Remote Data Acquisition from Android MobileIRJET Journal
 
Location sharing and automatic message sender Android Application
Location sharing and automatic message sender Android ApplicationLocation sharing and automatic message sender Android Application
Location sharing and automatic message sender Android ApplicationKavita Sharma
 
Mobile Application Project report
Mobile Application Project reportMobile Application Project report
Mobile Application Project reportChin2uuu
 
Mobile application Project report B.Tech Final year
Mobile application Project report B.Tech Final yearMobile application Project report B.Tech Final year
Mobile application Project report B.Tech Final yearChin2uuu
 
IRJET- Implementation of Handling Android Application using SMS(Short Mes...
IRJET-  	  Implementation of Handling Android Application using SMS(Short Mes...IRJET-  	  Implementation of Handling Android Application using SMS(Short Mes...
IRJET- Implementation of Handling Android Application using SMS(Short Mes...IRJET Journal
 
Android Based E-Learning Application Class-E
Android Based E-Learning Application Class-EAndroid Based E-Learning Application Class-E
Android Based E-Learning Application Class-EIRJET Journal
 
Computer Science Student Final attachment Logbook
Computer Science Student Final attachment Logbook Computer Science Student Final attachment Logbook
Computer Science Student Final attachment Logbook Paullaster Okoth
 
Importance of Programming Language in Day to Day Life
Importance of Programming Language in Day to Day LifeImportance of Programming Language in Day to Day Life
Importance of Programming Language in Day to Day Lifeijtsrd
 
Latest proposal project info zakat
Latest proposal project info zakatLatest proposal project info zakat
Latest proposal project info zakatUmmi Zakiah
 
Review on College Event Organizer
Review on College Event OrganizerReview on College Event Organizer
Review on College Event OrganizerIRJET Journal
 
Internship Project Report
Internship Project ReportInternship Project Report
Internship Project ReportRishabh Shukla
 
Parent communication register android application
Parent communication register android applicationParent communication register android application
Parent communication register android applicationBhadra Gowdra
 
Android Application Development for Social Network
Android Application Development for Social NetworkAndroid Application Development for Social Network
Android Application Development for Social NetworkIRJET Journal
 

Similar to College app for android device (20)

Android app for hostel outpass form
Android app for hostel outpass formAndroid app for hostel outpass form
Android app for hostel outpass form
 
Research paper on android social blogging application if deptt- sept 21 (1)
Research paper on android social blogging application if deptt- sept 21 (1)Research paper on android social blogging application if deptt- sept 21 (1)
Research paper on android social blogging application if deptt- sept 21 (1)
 
An Android Application Studhelper for Engineering Students
An Android Application Studhelper for Engineering StudentsAn Android Application Studhelper for Engineering Students
An Android Application Studhelper for Engineering Students
 
Remote Data Acquisition from Android Mobile
Remote Data Acquisition from Android MobileRemote Data Acquisition from Android Mobile
Remote Data Acquisition from Android Mobile
 
IRJET- Techhubb
IRJET-  	  TechhubbIRJET-  	  Techhubb
IRJET- Techhubb
 
Location sharing and automatic message sender Android Application
Location sharing and automatic message sender Android ApplicationLocation sharing and automatic message sender Android Application
Location sharing and automatic message sender Android Application
 
Mobile Application Project report
Mobile Application Project reportMobile Application Project report
Mobile Application Project report
 
Mobile application Project report B.Tech Final year
Mobile application Project report B.Tech Final yearMobile application Project report B.Tech Final year
Mobile application Project report B.Tech Final year
 
IRJET- Implementation of Handling Android Application using SMS(Short Mes...
IRJET-  	  Implementation of Handling Android Application using SMS(Short Mes...IRJET-  	  Implementation of Handling Android Application using SMS(Short Mes...
IRJET- Implementation of Handling Android Application using SMS(Short Mes...
 
Android Based E-Learning Application Class-E
Android Based E-Learning Application Class-EAndroid Based E-Learning Application Class-E
Android Based E-Learning Application Class-E
 
Survey mobile app
Survey mobile appSurvey mobile app
Survey mobile app
 
Survey mobile app
Survey mobile appSurvey mobile app
Survey mobile app
 
Computer Science Student Final attachment Logbook
Computer Science Student Final attachment Logbook Computer Science Student Final attachment Logbook
Computer Science Student Final attachment Logbook
 
Importance of Programming Language in Day to Day Life
Importance of Programming Language in Day to Day LifeImportance of Programming Language in Day to Day Life
Importance of Programming Language in Day to Day Life
 
Latest proposal project info zakat
Latest proposal project info zakatLatest proposal project info zakat
Latest proposal project info zakat
 
Android App Dev.pptx
Android App Dev.pptxAndroid App Dev.pptx
Android App Dev.pptx
 
Review on College Event Organizer
Review on College Event OrganizerReview on College Event Organizer
Review on College Event Organizer
 
Internship Project Report
Internship Project ReportInternship Project Report
Internship Project Report
 
Parent communication register android application
Parent communication register android applicationParent communication register android application
Parent communication register android application
 
Android Application Development for Social Network
Android Application Development for Social NetworkAndroid Application Development for Social Network
Android Application Development for Social Network
 

More from 8759000398

COMPUTER WINDOWS AND ITS LAB ASSESSMENT.docx
COMPUTER WINDOWS AND ITS LAB ASSESSMENT.docxCOMPUTER WINDOWS AND ITS LAB ASSESSMENT.docx
COMPUTER WINDOWS AND ITS LAB ASSESSMENT.docx8759000398
 
Testing in Software Engineering.docx
Testing in Software Engineering.docxTesting in Software Engineering.docx
Testing in Software Engineering.docx8759000398
 
SAD_UnitII.docx
SAD_UnitII.docxSAD_UnitII.docx
SAD_UnitII.docx8759000398
 
JavaScript Date Objects.docx
JavaScript Date Objects.docxJavaScript Date Objects.docx
JavaScript Date Objects.docx8759000398
 
C Programming Strings.docx
C Programming Strings.docxC Programming Strings.docx
C Programming Strings.docx8759000398
 
Nursing Infromatics.pptx
Nursing Infromatics.pptxNursing Infromatics.pptx
Nursing Infromatics.pptx8759000398
 
Basics of C.ppt
Basics of C.pptBasics of C.ppt
Basics of C.ppt8759000398
 

More from 8759000398 (9)

COMPUTER WINDOWS AND ITS LAB ASSESSMENT.docx
COMPUTER WINDOWS AND ITS LAB ASSESSMENT.docxCOMPUTER WINDOWS AND ITS LAB ASSESSMENT.docx
COMPUTER WINDOWS AND ITS LAB ASSESSMENT.docx
 
Testing in Software Engineering.docx
Testing in Software Engineering.docxTesting in Software Engineering.docx
Testing in Software Engineering.docx
 
SAD_UnitII.docx
SAD_UnitII.docxSAD_UnitII.docx
SAD_UnitII.docx
 
JavaScript Date Objects.docx
JavaScript Date Objects.docxJavaScript Date Objects.docx
JavaScript Date Objects.docx
 
C Programming Strings.docx
C Programming Strings.docxC Programming Strings.docx
C Programming Strings.docx
 
Nursing Infromatics.pptx
Nursing Infromatics.pptxNursing Infromatics.pptx
Nursing Infromatics.pptx
 
Basics of C.ppt
Basics of C.pptBasics of C.ppt
Basics of C.ppt
 
newone2.pdf
newone2.pdfnewone2.pdf
newone2.pdf
 
Android
AndroidAndroid
Android
 

Recently uploaded

PM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring ChapterPM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring ChapterHector Del Castillo, CPM, CPMM
 
How to Find the Best NEET Coaching in Indore (2).pdf
How to Find the Best NEET Coaching in Indore (2).pdfHow to Find the Best NEET Coaching in Indore (2).pdf
How to Find the Best NEET Coaching in Indore (2).pdfmayank158542
 
办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样
办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样
办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样umasea
 
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call GirlsSonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call GirlsNiya Khan
 
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girls
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call GirlsDelhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girls
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girlsshivangimorya083
 
阿德莱德大学本科毕业证成绩单咨询(书英文硕士学位证)
阿德莱德大学本科毕业证成绩单咨询(书英文硕士学位证)阿德莱德大学本科毕业证成绩单咨询(书英文硕士学位证)
阿德莱德大学本科毕业证成绩单咨询(书英文硕士学位证)obuhobo
 
Call Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts Service
Call Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts ServiceCall Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts Service
Call Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts Servicejennyeacort
 
加利福尼亚艺术学院毕业证文凭证书( 咨询 )证书双学位
加利福尼亚艺术学院毕业证文凭证书( 咨询 )证书双学位加利福尼亚艺术学院毕业证文凭证书( 咨询 )证书双学位
加利福尼亚艺术学院毕业证文凭证书( 咨询 )证书双学位obuhobo
 
VIP Call Girls Service Saharanpur Aishwarya 8250192130 Independent Escort Ser...
VIP Call Girls Service Saharanpur Aishwarya 8250192130 Independent Escort Ser...VIP Call Girls Service Saharanpur Aishwarya 8250192130 Independent Escort Ser...
VIP Call Girls Service Saharanpur Aishwarya 8250192130 Independent Escort Ser...Suhani Kapoor
 
Preventing and ending sexual harassment in the workplace.pptx
Preventing and ending sexual harassment in the workplace.pptxPreventing and ending sexual harassment in the workplace.pptx
Preventing and ending sexual harassment in the workplace.pptxGry Tina Tinde
 
定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一
定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一
定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一lvtagr7
 
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...Suhani Kapoor
 
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...Suhani Kapoor
 
Notes of bca Question paper for exams and tests
Notes of bca Question paper for exams and testsNotes of bca Question paper for exams and tests
Notes of bca Question paper for exams and testspriyanshukumar97908
 
VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...
VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...
VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...Suhani Kapoor
 
NPPE STUDY GUIDE - NOV2021_study_104040.pdf
NPPE STUDY GUIDE - NOV2021_study_104040.pdfNPPE STUDY GUIDE - NOV2021_study_104040.pdf
NPPE STUDY GUIDE - NOV2021_study_104040.pdfDivyeshPatel234692
 
Black and White Minimalist Co Letter.pdf
Black and White Minimalist Co Letter.pdfBlack and White Minimalist Co Letter.pdf
Black and White Minimalist Co Letter.pdfpadillaangelina0023
 
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...Suhani Kapoor
 
定制(NYIT毕业证书)美国纽约理工学院毕业证成绩单原版一比一
定制(NYIT毕业证书)美国纽约理工学院毕业证成绩单原版一比一定制(NYIT毕业证书)美国纽约理工学院毕业证成绩单原版一比一
定制(NYIT毕业证书)美国纽约理工学院毕业证成绩单原版一比一2s3dgmej
 

Recently uploaded (20)

PM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring ChapterPM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring Chapter
 
How to Find the Best NEET Coaching in Indore (2).pdf
How to Find the Best NEET Coaching in Indore (2).pdfHow to Find the Best NEET Coaching in Indore (2).pdf
How to Find the Best NEET Coaching in Indore (2).pdf
 
办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样
办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样
办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样
 
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call GirlsSonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
 
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girls
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call GirlsDelhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girls
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girls
 
阿德莱德大学本科毕业证成绩单咨询(书英文硕士学位证)
阿德莱德大学本科毕业证成绩单咨询(书英文硕士学位证)阿德莱德大学本科毕业证成绩单咨询(书英文硕士学位证)
阿德莱德大学本科毕业证成绩单咨询(书英文硕士学位证)
 
Call Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts Service
Call Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts ServiceCall Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts Service
Call Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts Service
 
加利福尼亚艺术学院毕业证文凭证书( 咨询 )证书双学位
加利福尼亚艺术学院毕业证文凭证书( 咨询 )证书双学位加利福尼亚艺术学院毕业证文凭证书( 咨询 )证书双学位
加利福尼亚艺术学院毕业证文凭证书( 咨询 )证书双学位
 
VIP Call Girls Service Saharanpur Aishwarya 8250192130 Independent Escort Ser...
VIP Call Girls Service Saharanpur Aishwarya 8250192130 Independent Escort Ser...VIP Call Girls Service Saharanpur Aishwarya 8250192130 Independent Escort Ser...
VIP Call Girls Service Saharanpur Aishwarya 8250192130 Independent Escort Ser...
 
Preventing and ending sexual harassment in the workplace.pptx
Preventing and ending sexual harassment in the workplace.pptxPreventing and ending sexual harassment in the workplace.pptx
Preventing and ending sexual harassment in the workplace.pptx
 
定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一
定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一
定制(UQ毕业证书)澳洲昆士兰大学毕业证成绩单原版一比一
 
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
 
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
 
Notes of bca Question paper for exams and tests
Notes of bca Question paper for exams and testsNotes of bca Question paper for exams and tests
Notes of bca Question paper for exams and tests
 
VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...
VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...
VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...
 
NPPE STUDY GUIDE - NOV2021_study_104040.pdf
NPPE STUDY GUIDE - NOV2021_study_104040.pdfNPPE STUDY GUIDE - NOV2021_study_104040.pdf
NPPE STUDY GUIDE - NOV2021_study_104040.pdf
 
Black and White Minimalist Co Letter.pdf
Black and White Minimalist Co Letter.pdfBlack and White Minimalist Co Letter.pdf
Black and White Minimalist Co Letter.pdf
 
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...
 
FULL ENJOY Call Girls In Gautam Nagar (Delhi) Call Us 9953056974
FULL ENJOY Call Girls In Gautam Nagar (Delhi) Call Us 9953056974FULL ENJOY Call Girls In Gautam Nagar (Delhi) Call Us 9953056974
FULL ENJOY Call Girls In Gautam Nagar (Delhi) Call Us 9953056974
 
定制(NYIT毕业证书)美国纽约理工学院毕业证成绩单原版一比一
定制(NYIT毕业证书)美国纽约理工学院毕业证成绩单原版一比一定制(NYIT毕业证书)美国纽约理工学院毕业证成绩单原版一比一
定制(NYIT毕业证书)美国纽约理工学院毕业证成绩单原版一比一
 

College app for android device

  • 1. Webpage: www.ijaret.org Volume 3, Issue III, March 2015 ISSN 2320-6802 INTERNATIONAL JOURNAL FOR ADVANCE RESEARCH IN ENGINEERING AND TECHNOLOGY WINGS TO YOUR THOUGHTS….. Page 66 College App for Android Device Aiwale Vikram1 , HariBhosale2 , Vishnu Neharkar3 , Priyanka Ajetrao4 1 Research scholar, 2 Research scholar, 3 Research scholar, 4 Research scholar SKN Sinhgad College of Engineering Korti, Pandharpur Pin no.413304 1 mrvikramaiwale@gmail.com,2 priyankaajetrao1@gmail.com, 3 vishnuneharkar95@gmail.com, 4 haribhosale470@gmail.com Abstract:-Mobile applications can be one of the best ways to keep consumers engaged with a brand as they are on the move. With the increase in demand for Smartphone and efficiency of wireless networks, the demand for mobile applications has increased incredibly. Android is one of the most popular open source platforms that offers the developer’s full access to the framework API’s so as to build innovative applications. The main aim of this project is to build an Android application that helps the users to know about our college and whole campus. The main features provided by the College App for Android Device. Basic search application where the user can gate whole information about the college and campus. The users can write a review, see the reviews and invite a friend/colleague to share this application).Google Calendar where the user can mark an event. Keywords: Platforms, network, s/w &h/w, activities, framework. 1. INTRODUCTION College App is an Android application that helps the users to know the more about our college and campus. The main aim of the project is to provide the users an easy to use application that helps them to understand and know more about our college and campus. The users can also give their opinions about the college and campus by giving a rating and writing a review. The college web site also able to provide this information but our application provides all this information in an easy way and without any internet connection. The application also makes it easy for the user to send out invitations to his/her friends/colleagues to join this college/campus and also mark the events in their calendar. 2. HISTORY Android, Inc. was founded in the Palo Alto, California 0n October 2003 by Andy Rubin. Rubin ran out of money. Google acquired Android Inc. on August 17, 2005, making it is the wholly in owned subsidiary of Google. Key employees of the Android including Rubin, Miner and White, stayed at the company after the acquisition. Google was planning to enter the mobile phone market with in this move. At Google, the team led by the Rubin developed a mobile device platform powered by the Linux kernel. On November 5, 2008, the Open Handset Alliance, a consortium of technology companies including Google, device manufacturers such as HTC, Samsung and others unveiled itself, with the goal to develop open standards for in mobile devices. That day, Android is the unveiled as its first product, an mobile device platform to built before the Linux kernel version 2.6. The first commercially available phone to run Android was the HTC Dream, released on October 22, 2007.[1] 3. LITERATURE REVIEW In today’s world the competition is increased between the degree colleges. They are doing advertisement in which they are not show the real picture of their colleges.[1] With this fake appearance, the student get attract towards the those colleges without knowing how that college is, which type of education they are per suiting the education. To avoid this misunderstanding between the student and college we are providing one solution that is “College app for Andriod Device”. It android application will be work on the every android hand- sets. This application will provide whole information about the college and all campus. They can also able to see advices given by their senior students about the college, staff, campus and other department also. Now a day’s every one’s are attracting towards android phone. So we are establishing an android
  • 2. Webpage: www.ijaret.org Volume 3, Issue III, March 2015 ISSN 2320-6802 INTERNATIONAL JOURNAL FOR ADVANCE RESEARCH IN ENGINEERING AND TECHNOLOGY WINGS TO YOUR THOUGHTS….. Page 67 application which helpful to student before reaching to the place they get all well formed latest information and the current updates about college. 4. ANDROID FRAMEWORK COMPUNENT In this section, the various components of an android application such as activity, intent etc are discuss. 1 .Android Manifest.xml file Every android application must have an AndroidManifest.xml file in its root directory. This file lists out all the activities, intents, intent-filters, permission etc the application user. This file is responsible for providing all the information about the application to the Android system.[2] It also has the minimum SDK version needed to run the application. The allow to access the internet, write onto a calendar are also declare in this file. Since the application provides sufficient amount of information of college to the user which makes it very efficient to find the college. 2. Activities An activity provides a means of interaction to the user. It provides a window was the UI can be designed according to the window. Almost any activities interact with the users. This application has the following activities: Search Result Activity, Advanced Search Result Activity, Advanced Search List Activity, College Details Activity, Write Review Activity, Show Reviews Activity, Show Route Activity, Send Invitation Activity, Show Invitations Activity and Invitation Details Activity.[4] 3. Search Result Activity This activity displays all the departments of college which are the result of the basic keyword search. All the departments are represented in a List View with their Name and First Line of the address shown. 4. Advanced Search Result Activity This activity accepts the input from the user where the user can select category of the departments. The user has an option of choosing the current address as source or entering a different address. 5. Advanced Search List Activity This activity displays the list of departments which result from the users’ input from the Advanced Search Result Activity. The user can see the name of the department, the distance from the source address and also the address of the department. 6. Department Details Activity This activity shows the details of the searched department such as name, address, phone number, number of reviews. In this activity the users also have an option seeing the review, writing a review, seeing the route. The registered user has a privilege of viewing and sending out invitations. 7. Intents The activities are activated through messages called intents. It basically has information that is required by the component. It help was launching the activity or to do something with the existing activity. An intent passed to start Activity() is delivered only to an activity.[3] The intent object holds the name of the component that handles the event, the action to be performed, data on which the operation is performed, the key value pairs to send some additional information. The intents that are used in this application are ACTION_SEND and ACTION_EDIT. The College App Application makes use of intents to send the users’ details or users’ suggestions/opinions in an email and also to mark the events in Google Calendar. Intent to send an email: This activity displays the details of the invitation such as the sender’s name, the college name where the meeting has been scheduled, the address and the subject. The user also has an option of marking the event in their personalized calendar present on the device. This is done with the help of calendar intent. 5. SYSTEM ARCHIRECTURE 6. DATA FLOW DIAGRAM
  • 3. Webpage: www.ijaret.org Volume 3, Issue III, March 2015 ISSN 2320-6802 INTERNATIONAL JOURNAL FOR ADVANCE RESEARCH IN ENGINEERING AND TECHNOLOGY WINGS TO YOUR THOUGHTS….. Page 68 7. SOFTWARE&HARDWARE REQUIREMENTS Software Requirements:  Operating System: Windows 7  Language: Android SDK, Java  Database: MySQL  Tools: Eclipse IDE, Android Plug-in for Eclipse  Technologies used: Java, PHP, XML.  Debugger: Android Dalvik Debug Monitor service  Server: XAMPP Server  Operating System: Android 4.2 or higher versions Hardware Requirements:  Processor: P IV or higher  RAM: 256 MB  Space on disk: minimum 512MB  For running the application:  Device: Android version 4.2 and higher  Minimum space to execute: 5.0MB 8. Conclusion & Future Scope The wide approach of studying android operating system may encourage the programmer to develop various applications. This application will give actual information about College to Student who is interesting to be part of our institute. Screenshots: REFERENCES [1] Base classes for writing input methods (such as software keyboards). http://www.openintents.org/en/libraries [2] Contains classes for accessing information about an application package, including information about its activities, permissions, services, signatures, and providers. https://developer.android.com [3] Professional Android Application Development by Reto Meier. Learning Android by Marko Gargenta https://developer.android.com [4] Learning Android by Marko Gargenta.