Home
Chat
This website collects cookies to deliver better user experience
OK
Terms Every Android Dev Should Know
Terms Every Android Dev Should Know
Accelerometer
An accelerometer is a sensor that measures the acceleration of an object in order to determine the movement of a mobile device.
Gyroscope
An instrument that measures the orientation of a device in order to orient the display.
Emulator
The emulator is an application that duplicates the functionality of the hardware or operating system for testing purposes.
Native App
An application that is written in a programming language that is directly compatible with the target platform.
Native Bridge
The native bridge is an abstraction layer that gives non-application access to mobile device APIs.
WebView
A view that displays web pages within a mobile app.
Splash Screen
The first screen is visible to the user when the app is launched and used to display some illustrations and animations.
SDK
(Software Development Kit) A set of programming tools and resources built to aid software development on a particular platform.
Hybrid App
A mobile application is written on web technologies that use a web-to-native abstraction layer.
Read More:
Terms Every Android Dev Should Know
36
1
Categories:
Android
Tags:
Android
Terms
Devs
Related Posts
loading...
loading...
loading...
loading...
loading...
loading...
loading...
loading...
Post Comment
Show Comments
App Development Practices To Follow For Your Business In 2021
How To Develop An App In 2021: 6 Ways
Beginner Exercises - Android Lists
Android Basics: UI Layouts
Kotlin vs Java: 10 Years In
Better Unit Tests with Parameterized Tests
Kotlin vs. Java: Which is the better Android Development Language
Why Using GlobalScope Is Discouraged In Kotlin-Coroutines?