Category: ANDROID APP DEVELOPMENT
-
Android Basics
R. Java It is an autogenerated file generated by AAPT (Android Asset packaging Tool) that contains resources ID in the form of integer ID for all the resources in res folder. View It is the basic building block by which interface is made up of or we can say View is the control by which…
-
ANDROID STUDIO

INTRODUCTION Android Studio is integrated development environment (IDE) for Google’s Android operating system, built on JetBrains’ IntelliJ IDEA software and designed specifically for Android development. Integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of at least a source code editor, build automation tools and a…
-
Android
INTRODUCTION DEFINITION Android is a mobile operating system (open source operating system) based on Linux kernel, first developed by Android, Inc., a software company located in Silicon Valley before Google acquired it in 2005 and launched on 23rd Sep 2008. Operating system is the interface between user and the hardware or we can say low-level software…