Up next

Android Tutorial for Beginners 4 # Basic Overview of an Android App

7 Views· 14 Aug 2019
ITCOURSES
ITCOURSES
5 subscribers
0

This video will give you the overview of Structure of an Android Project. After you have introduced all the modules vital for the advancement of an Android app development, you can now start to building up Android application. From the top menu, pick File – Project, and from the “New Project window”, pick “Android Project”. Take after the task setup wizard and in the wake of completing the wizard, you will have an essential Android application. Each Android venture contains a few organizers:

src: This envelope contains the Java source documents.
gen: Generated Java library, this library is for Android inside use as it were.
Res: Here we can store asset documents, for example, pictures, XML records for characterizing designs, et cetera. Inside this organizer there are extra envelopes, for example, Drawable, Layout, and Values.
Drawable: Here we store the different realistic records. We can see three sorts of drawable organizers. This is on the grounds that there are numerous Android gadgets with various screen resolutions. As a matter of course, there are a few adaptations of this envelope, for example, Drawable-mdpi, drawable-hdpi, et cetera. This is required with a specific end goal to adjust to various screen resolutions.
Layout: This is the spot for XML format documents. Format documents are XML records which characterize how different Android articles, for example, textboxes, catches, and so on. are sorted out on the screen.
Values: XML records which store different string values titles, marks, and so forth.

----------------------Follow---------------------------------------------
My Website - http://www.codebind.com
My Blog - https://goo.gl/Nd2pFn
My Facebook Page - https://goo.gl/eLp2cQ
Google+ - https://goo.gl/lvC5FX
Twitter - https://twitter.com/ProgrammingKnow
Pinterest - https://goo.gl/kCInUp
Text Case Converter - https://goo.gl/pVpcwL
-------------------------Stuff I use to make videos -------------------
Stuff I use to make videos
Windows notebook – http://amzn.to/2zcXPyF
Apple MacBook Pro – http://amzn.to/2BTJBZ7
Ubuntu notebook - https://amzn.to/2GE4giY
Desktop - http://amzn.to/2zct252
Microphone – http://amzn.to/2zcYbW1
notebook mouse – http://amzn.to/2BVs4Q3
------------------Facebook Links ----------------------------------------
http://fb.me/ProgrammingKnowledgeLearning/
http://fb.me/AndroidTutorialsForBeginners
http://fb.me/Programmingknowledge
http://fb.me/CppProgrammingLanguage
http://fb.me/JavaTutorialsAndCode
http://fb.me/SQLiteTutorial
http://fb.me/UbuntuLinuxTutorials
http://fb.me/EasyOnlineConverter
-------------------Online Courses to learn----------------------------
Java - https://bit.ly/2H6wqXk
C++ - https://bit.ly/2q8VWl1
AngularJS - https://bit.ly/2qebsLu
Python - https://bit.ly/2Eq0VSt
C- https://bit.ly/2HfZ6L8
Android - https://bit.ly/2qaRSAS
Linux - https://bit.ly/2IwOuqz
AWS Certified Solutions Architect - https://bit.ly/2JrGoAF
Modern React with Redux - https://bit.ly/2H6wDtA
MySQL - https://bit.ly/2qcF63Z

Show more
100% online learning from the world's best universities, organisations and Instructors

 0 Comments sort   Sort By


Up next