6/12/2016 TOPS Technologies- Android training -

Slides:



Advertisements
Similar presentations
Android Application Development A Tutorial Driven Course.
Advertisements

Google Android Introduction to Mobile Computing. Android is part of the build a better phone process Open Handset Alliance produces Android Comprises.
Application Fundamentals Android Development. Announcements Posting in D2L Tutorials.
Prepared by: Prepared by: Jameela Rabaya Jameela Rabaya Fatima Darawsha Fatima Darawsha.
App Development on Android
ANDROID OPERATING SYSTEM Guided By,Presented By, Ajay B.N Somashekar B.T Asst Professor MTech 2 nd Sem (CE)Dept of CS & E.
Mobile Application Development
Cosc 4730 Phone Programming in Java An Introduction.
Mobile Programming Pertemuan 6 Presented by Mulyono Poltek NSC Surabaya.
Basic, Basic, Basic Android. What are Packages? Page 346 in text Package statement goes before any import statements Indicates that the class declared.
To be Presented by, T.Sathishkumar [11mw07] 1. Synopsis Introduction Version Features License An Application Development Demo Possibilities Advantages.
Getting Started with Android Development Rohit Ghatol.
Emerging Platform#4: Android Bina Ramamurthy.  Android is an Operating system.  Android is an emerging platform for mobile devices.  Initially developed.
Presented by…. Group 2 1. Programming language 2Introduction.
Mobile Application Development with ANDROID Tejas Lagvankar UMBC 29 April 2009.
About me Yichuan Wang Android Basics Credit goes to Google and UMBC.
Chapter 12: Finale! Publishing Your Android App. Objectives In this chapter, you learn to: Understand Google Play Target various device configurations.
© Keren Kalif Intro to Android Development Written by Keren Kalif, Edited by Liron Blecher Contains slides from Google I/O presentation.
Software Architecture of Android Yaodong Bi, Ph.D. Department of Computing Sciences University of Scranton.
Mobile Computing Lecture#08 IntentFilters & BroadcastReceivers.
Cosc 5/4730 Introduction: Threads, Android Activities, and MVC.
Rajab Davudov. Agenda Eclipse, ADT and Android SDK APK file Fundamentals – Activity – Service – Content Provider – Broadcast Receiver – Intent Hello World.
Особенности разработки под мобильную платформу Almaty GTUG, 2011 Ермек Жумагулов
Using Intents to Broadcast Events Intents Can be used to broadcast messages anonymously Between components via the sendBroadcast method As a result Broadcast.
DUE Hello World on the Android Platform.
CS378 - Mobile Computing Intents.
16 Services and Broadcast Receivers CSNB544 Mobile Application Development Thanks to Utexas Austin.
Chapter 12: Finale! Publishing Your Android App
ANDROID 응용 프로그래밍 과정 – 목차 - 안드로이드란 - 안드로이드가 만들어지게 된배경 - 안드로이드의 철학 - 안드로이드 환경설정 ( SDK download, eclipse plug-in 설정, 간단한 프로그램 실행 ) - 안드로이드 동작원리 - 안드로이드 핵심.
GEOREMINDERS ANDROID APPLICATION BY: ADRIENNE KECK.
Overview of Android Application Development
CS378 - Mobile Computing Intents. Allow us to use applications and components that are part of Android System – start activities – start services – deliver.
COMP 365 Android Development.  Every android application has a manifest file called AndroidManifest.xml  Found in the Project folder  Contains critical.
Silicon Valley Code Camp 2009 “Embellish Your Pictures” Build an Application for an Android Phone Jack Ha, Balwinder Kaur Oct 3, 2009 – 5:15PM Room CCL.
ANDROID L. Grewe Components  Java Standard Development Kit (JDK) (download) (latest version)  AndroidStudio.
User Interface Android GUI Tool OpenGL API XML Writer Optimized Layout Algorithm WPF Component Inter.
Error Resolution in mUzima Introducing new Error resolution UI.
HW#9 Clues CSCI 571 Fall, HW#9 Prototype
1 Android Introduction Platform Overview. 2 What is Android?  Android is a software stack for mobile devices that includes an operating system, middleware.
Chapter – 8 Software Tools.
Lecture 2: Android Concepts
1 Android Workshop Platform Overview. 2 What is Android?  Android is a software stack for mobile devices that includes an operating system, middleware.
By : Abhishek Verma Main Topics : 1. Introduction 2. Platform 3. Software Development 4. Overall Evaluation.
丁建文 國立高雄應用科大資管系副教授 兼任計網中心軟體發展組組長 跨平台行動應用軟體開發技術 : HTML5 & Mobile JavaScript Framework 暨南大學.
The Ingredients of Android Applications. A simple application in a process In a classical programming environment, the OS would load the program code.
Android. Android An Open Handset Alliance Project A software platform and operating system for mobile devices Based on the Linux kernel Developed by Google.
CS371m - Mobile Computing Intents 1. Allow us to use applications and components that are already part of Android System – start activities – start services.
The Basics of Android App Development Sankarshan Mridha Satadal Sengupta.
Reactive Android Development
Lecture 2: Android Concepts
Android 01: Fundamentals
Broadcast receivers.
Reactive Android Development
Instructor: Mazhar Hussain
Architecture of Android
ANDROID AN OPEN HANDSET ALLIANCE PROJECT
Android Runtime – Dalvik VM
Android.
MAD.
CA16R405 - Mobile Application Development (Theory)
Android Programming Lecture 9
Creating Windows Store Apps Using Visual Basic
Application Development A Tutorial Driven Course
Android Developer Fundamentals V2 Lesson 5
Android Platform, Android App Basic Components
Emerging Platform#3 Android & Programming an App
Mobile Programming Dr. Mohsin Ali Memon.
Getting Started with Android…
Introduction to Android
Lecture 2: Android Concepts
Presentation transcript:

6/12/2016 TOPS Technologies- Android training -

A NDROID I NTERVIEW Q UESTION A ND A NSWER L ATEST F OR FRESHER 6/12/2016

A NDROID I NTERVIEW Q UESTION A ND A NSWER L ATEST F OR FRESHER Android interview questions and answers for freshers and experienced candidates. Also find Android online practice tests to fight written tests and certification exams on Android. In this section we have covered almost all Android questions that might be asked during an interview. 6/12/2016 TOPS Technologies- Android training -

Q UESTION AND A NSWER 1)How do you declare 4 components of android in mainfestfile? A) 6/12/2016 TOPS Technologies- Android training -

Q UESTION AND A NSWER 2)What are intent filters? Intents filter are used to register activity, services, broadcast receiver as being capable of performing an action on a particular kind of action. 3)How many ways data stored in android? Shared preferences Internal storage External storage Sqlite database Network connetion 6/12/2016 TOPS Technologies- Android training -

Q UESTION AND A NSWER 4)User interface types? Views Notifications 5)Types of notification in android? Tost notification Status bar notification Dialog notification 6/12/2016 TOPS Technologies- Android training -

Q UESTION AND A NSWER 6)How do you find any view element into your program? Findviewbyid 7)What is handler class do in android? Handler allows yo to send and process message and runnable objects associated with a thread’s message queue. 6/12/2016 TOPS Technologies- Android training -

Q UESTION AND A NSWER 8)Describe the APK format. The APK file is compressed the AndroidManifest.xml file, application code (.dex files), resource files, and other files. A project is compiled into a single.apk file. 9)What is an action? The Intent Sender desires something or doing some task 6/12/2016 TOPS Technologies- Android training -

Q UESTION AND A NSWER 10)What is activity? A single screen in an application, with supporting Java code. 11)What is intent in Android? A class (Intent) will describes what a caller desires to do. The caller will send this intent to Android's intent resolver, which finds the most suitable activity for the intent. E.g. opening a PDF document is an intent, and the Adobe Reader apps will be the perfect activity for that intent(class). 6/12/2016 TOPS Technologies- Android training -

Q UESTION AND A NSWER 12)What is a Sticky Intent? sendStickyBroadcast() performs a sendBroadcast (Intent) known as sticky, i.e. the Intent you are sending stays around after the broadcast is complete, so that others can quickly retrieve that data through the return value of registerReceiver (BroadcastReceiver, IntentFilter). In all other ways, this behaves the same as sendBroadcast(Intent). 13)Example for sticky broadcast When you call registerReceiver() for that action -- even with a null BroadcastReceiver -- you get the Intent that was last broadcast for that action. Hence, you can use this to find the state of the battery without necessarily registering for all future state changes in the battery. 6/12/2016 TOPS Technologies- Android training -

Q UESTION AND A NSWER 14)How the nine-patch Image different from a regular bitmap? or Different between nine-patch Image vs regular Bitmap Image It is one of a resizable bitmap resource which is being used as backgrounds or other images on the device. The NinePatch class allows drawing a bitmap in nine sections. The four corners are unscaled; the middle of the image is scaled in both axes, the four edges are scaled into one axis. 15)What Programming languages does Android support for application development? Android applications supports using Java Programming Language. which is coded in Java and complied using Android SDK. 6/12/2016 TOPS Technologies- Android training -

Q UESTION AND A NSWER 16)What is a resource? A user defined JSON, XML, bitmap, or other file, injected into the application build process, which can later be loaded from code. 17)How will you record a phone call in Android? or How to handle on Audio Stream for a call in Android? Permissions.PROCESS_OUTGOING_CALLS: Will Allows an application to monitor, modify, or abort outgoing calls. So through that we can monitor the Phone calls. 6/12/2016 TOPS Technologies- Android training -

Q UESTION AND A NSWER 18)What's the difference between class, file and activity in android? Class - The Class file is complied from.java file. Android will use this.class file to produce the executable apk. File - It is a block of resources, srbitrary information. It can be any file type. Activity - An activity is the equivalent of a Frame/Window in GUI toolkits. It is not a file or a file type it is just a class that can be extended in Android for loading UI elements on view. 19)Does Android support the Bluetooth serial port profile? A. Yes. 6/12/2016 TOPS Technologies- Android training -

Q UESTION AND A NSWER 20)Can an application be started on powerup? A. Yes. 21)What is APK format. The APK file is compressed AndroidManifest.xml file with extension.apk, Which have application code (.dex files), resource files, and other files which is compressed into single.apk file. 22)How to Translate in android The Google translator translates the data of one language into another language by using XMPP to transmit data. You can type the message in English and select the language which is understood by the citizens of the country in order to reach the message to the citizens. 6/12/2016 TOPS Technologies- Android training -

23)What is an action? A description of something that an Intent sender desires. 24)What are the advantages of Android? The following are the advantages of Android: * The customer will be benefited from wide range of mobile applications to choose, since the monopoly of wireless carriers like Orange and AT&T will be broken by Google Android. * Features like weather details, live RSS feeds, opening screen, icon on the opening screen can be customized * Innovative products like the location-aware services, location of a nearby convenience store etc., are some of the additive facilities in Android. 6/12/2016 TOPS Technologies- Android training -

B IO Please visit our website at: Contact numbers for our national and international working institutes: Mehsana Baroda Rajkot Navsari Surat Junagadh Indore Bhopal Jabalpur (10) Noida Kota Jaipur Nagpur Dehradun /12/2016 TOPS Technologies- Android training -

6/12/2016 TOPS Technologies- Android training -