Android Apps Development Team
2.5K subscribers
293 photos
19 videos
5 files
151 links
We are tean of professionals Application Developers and Website Developers.If you have any Project Requirement you can contact me @laboontech
Our website laboontech.com
Download Telegram
Happens πŸ˜‚
Forwarded from Twing worldπŸ–₯
1) What is Android?


It is an open-sourced operating system that is used primarily on mobile devices, such as cell phones and tablets. It is a Linux kernel-based system that's been equipped with rich components that allows developers to create and run apps that can perform both basic and advanced functions
Forwarded from Twing worldπŸ–₯
2) What Is the Google Android SDK?

The Google Android SDK is a toolset that developers need in order to write apps on Android enabled devices. It contains a graphical interface that emulates an Android driven handheld environment, allowing them to test and debug their codes.
Forwarded from Twing worldπŸ–₯
3) What is the Android Architecture?

Android Architecture is made up of 4 key components:

Linux Kernel

Libraries

Android Framework

Android Applications
Forwarded from Twing worldπŸ–₯
4) Describe the Android Framework.


The Android Framework is an important aspect of the Android Architecture. Here you can find all the classes and methods that developers would need in order to write applications on the Android environment.
πŸ˜‚ true
Forwarded from Twing worldπŸ–₯
Describe Activities.


Activities are what you refer to as the window to a user interface. Just as you create windows in order to display output or to ask for an input in the form of dialog boxes, activities play the same role, though it may not always be in the form of a user interface.
Which language you use to make android app?
public poll

JAVA – 40
πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘ 78%

KOTLIN – 11
πŸ‘πŸ‘ 22%

πŸ‘₯ 51 people voted so far.
Forwarded from Twing worldπŸ–₯
Can I post regularly about FAQ for Android interview questions?
Anonymous Poll
95%
Yes
5%
No
Forwarded from Twing worldπŸ–₯
What are Intents?

Intents displays notification messages to the user from within the Android enabled device. It can be used to alert the user of a particular state that occurred. Users can be made to respond to intents.
Forwarded from Twing worldπŸ–₯
Differentiate Activities from Services.

Activities can be closed, or terminated anytime the user wishes. On the other hand, services are designed to run behind the scenes, and can act independently. Most services run continuously, regardless of whether there are certain or no activities being executed.
Forwarded from Twing worldπŸ–₯
What items are important in every Android project?

These are the essential items that are present each time an Android project is created:

AndroidManifest.xml

build.xml

bin/

src/

res/

assets/
Forwarded from Twing worldπŸ–₯
This is screen shot of those buttons
Forwarded from Twing worldπŸ–₯
. Split Screen



Split Screen is a new feature that is provided by almost every modern day’s IDE. By using Split Screen, you can use two screens at a time i.e. the same window will be split into two part, either vertically or horizontally. In order to split the window, right click on the tab of the file that you want to split and then choose Split Vertically/Horizontally.