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
Hello guys in this video you are gonna see about top 5 plugins in android studio

1) Material design theme
this helps to use different kind of theme in android studio to look even better color and modern

2) codeglance
this plugin is embeded minimap in right side similer like sublime it works with both light and dark theme

3) ADB wifi
this plugin is one of very useful one. It helps to debug your program through your android mobile via wifi

4) Rainbow brackets
this plugin helps to change the color of bracket beacuse by changning the color of bracket we can easily find the nested brackets

5) name that color
this plugin is more powerful and light weight library it is used to detect and auto name it color just copy the hexa code of color
and paste in color resource it will assign approximate equal name to it

https://youtu.be/MI7-xnf-WS8
ExactlyπŸ˜…
Happens πŸ˜‚
Forwarded from Twing worldπŸ–₯
Programing shortcuts :

Reformat code : CTRL + ALT + L

Optimize imports : CTRL + ALT + O

Code Completion : CTRL + SPACE

Issue quick fix : ALT + ENTER

Surround code block : CTRL + ALT + T

Rename and refactor : SHIFT + F6

Line Comment or Uncomment : CTRL + /

Block Comment or Uncomment : CTRL + SHIFT + /

Go to previous/next method : ALT + UP/DOWN

Show parameters for method : CTRL + P

Quick documentation lookup : CTRL + Q
🀣🀣true
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.