You are on page 1of 6

A

PRACTICAL TRAINING SEMINAR REPORT


ON
Apna Ajmer
Taken at
Road Ahead Technologies India pvt Ltd, jaipur
Submitted
In partial fulfillment
For the award of the degree of
BACHELOR OF TECHNOLOGY
IN
DEPARTMENT OF

COMPUTER ENGINEERING

(With Specialization in Computer Science Engineering)

Submitted To: Submitted By:


HOD Neelam Chhipa
(Computer Engineering) 13EEMCS062
DEPARTMENT OF COMPUTER ENGINEERING
GOVT. WOMEN ENGINEERING COLLEGE AJMER
RAJASTHAN TECHNICAL UNIVERSITY, KOTA
September 2016

1
ACKNOWLEDGEMENT

This is opportunity to express my heartfelt words for the people who were part of this training
in numerous ways, people who gave me unending support right from beginning of the
training.

I am grateful to Seminar Incharge Mr. Pankaj Sharma Dept. of CSE for giving guidelines
to make the project work and Project report successful.

I want to give sincere thanks to the principal Dr. Ajay Singh Jethoo for his valuable support.

I extend my thanks to Mrs. Payal Awwal Head of the Department for his constant guidance
and motivation.

Yours Sincerely

Neelam Chhipa

B.Tech VII Sem

CSE Dept.

2
TABLE OF CONTENTS
CHAPTER NO. TITLE NAME PAGE NO.

CERTIFICATE
ACKNOWLEDGEMENT
ABSTRACT 1
1. INTRODUCTION 2
1.1 What is Android 2
1.2 Features of Android 2
1.3 Categories of Android Applications 2
1.4 Android Architecture 3
1.4.1 Linux Kernel 3
1.4.2 Native Libraries 3
1.4.3 Android Runtime 4
1.4.4 Android Framework 4
1.4.5 Applications 4
1.5 Android Core Building Blocks 4
1.5.1 Activity 4
1.5.2 View 4
1.5.3 Intent 5
1.5.4 Service 5
1.5.5 Content Provider 5
1.5.6 Fragment 5
1.5.7 Androidmanifest.xml 5
2. ANDROID TECHNOLOGY LEARNED 6
2.1 Layout 6
2.1.1 Liner Layout 6
2.1.2 Relative Layout 6
2.1.3 Table Layout 6
2.1.4 Absolute Layout 6
2.1.5 Frame Layout 6
2.1.6 Grid View 6

3
2.2 View 6
2.2.1 Text View 7
2.2.2 Progress bar 7
2.2.3 Auto Complete Text View 7
2.3 Buttons 7
2.3.1 Toggle Button 7
2.3.2 Radio Button 7
2.3.3 Image Button 8
2.4 Check Box 8
2.5 Alert Dialog 8
2.6 List View 8
2.7 Spinner 8
2.8 Edit Text 8
3. PROJECT BACKGROUND 9
3.1 Definition of Problem 9
3.2 Terminology Definition 9
3.2.1 Activity 9
3.2.2 Android Manifest.xml 9
3.2.3 Main Activity.java 9
3.2.4 APF File 10
3.2.5 Intent 10
3.2.6 Image View 10
3.2.7 Test View 10
3.2.8 Edit Text 10
3.2.9 Button 10
3.2.10 Spinner 11
3.2.11 Image Button 11
3.3 Definition of Project Objectives 11
3.4 Project Deliverables 11
3.5 Project Plan 11
3.6 Future Plan 12
4. DESIGN AND IMPLEMENTATION 13
4.1 Design 13

4
4.2 Implementation 13
4.3 Technical Issues Encountered 13
4.4 Software Development Practice Adopted 14
4.5 Screenshots of the Final Project 14
5. RESULT AND EVALUATION 35
5.1 Elegance and User Friendliness 35
5.2 Quality Assurance 35
5.3 Critical Evaluation 35
6. CONCLUSION AND FURTHER WORK 36
6.1 Summary 36
6.2 Overview and Interpretation of Results Attained 36
6.3 Recommendations and Future Improvements 36
CONCLUSION 37
REFERENCES

5
LIST OF FIGURES
FIGURE NO. TITLE NAME PAGE NO.

1.1 Android Architecture 3


4.1 Component Chart 13

You might also like