Android 1 5 Tutorial
Android 1 5 Tutorial
Theory + Practical
FAHAD HUSSAIN
MCS, MSCS, DAE(CIT)
Computer Science Instructor of well known international Center
Also, Machine Learning and Deep learning Practitioner
• A view is the UI element such as button, label, text field etc. Anything that you see is a view.
• There are two types of services local and remote. Local service is accessed from within the application whereas remote
service is accessed remotely from other applications running on the same device.
• Fragments are like parts of activity. An activity can display one or more fragments on the screen at the same time.
• AndroidManifest.xml: It contains information's about activities, content providers, permissions etc. It is like the web.xml
file in Java EE.
• Android Virtual Device (AVD): It is used to test the android application without the need for mobile or tablet etc. It can be
created in different configurations to emulate different types of real devices.
Thanks
Do Subscribe the Channel
The Dalvik Virtual Machine (DVM) is an android virtual machine optimized for mobile devices. It optimizes the
virtual machine for memory, battery life and performance.
Dalvik is a name of a town in Iceland. The Dalvik VM was written by Dan Bornstein.
The javac tool compiles the java source file into the class
file.
The dx tool takes all the class files of your application and
generates a single .dex file. It is a platform-specific tool.
https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
https://developer.android.com/studio
If you create any component in the activity_main.xml file, id for the corresponding
component is automatically created in this file. This id can be used in the activity source
file to perform any action on the component.
in Android Studio
For further assistance, code and slide https://fahadhussaincs.blogspot.com/
YouTube Channel : https://www.youtube.com/fahadhussaintutorial
Thanks
Do Subscribe the Channel