WHAT ARE THE MAIN COMPONENTS OF AN ANDROID APPLICATION?
MAIN CONTENTS:-
AndroidManifest.xml:
Every project in Android includes a manifest file, which is Android Manifest.xml, stored in the root directory of its project hierarchy. The manifest file is an important part of our app because it defines the structure and metadata of our application, its components, and its requirements.
This file includes nodes for each of the Activities, Services, Content
Providers and Broadcast Receiver that make the application and using Intent
Filters and Permissions, determines how they co-ordinate with each other and
other applications.
JAVA:
The Java folder contains the Java source code files. These files are
used as a controller for controlled UI (Layout file). It gets the data from the
Layout file and after processing that data output will be shown in the UI
layout. It works on the backend of an Android application.
Drawable:
A Drawable folder contains resource type file (something that can be
drawn). Drawables may take a variety of file like Bitmap (PNG, JPEG), Nine
Patch, Vector (XML), Shape, Layers, States, Levels, and Scale.
Layout:
A layout defines the visual structure for a user interface, such as the
UI for an Android application. This folder stores Layout files that are written
in XML language. You can add additional layout objects or widgets as child
elements to gradually build a View hierarchy that defines your layout file.
Mipmap:
Mipmap folder contains the Image Asset file that can be used in Android
Studio application. You can generate the following icon types like Launcher
icons, Action bar and tab icons, and Notification icons.
|
Colors.xml:
Colors.xml file contains color resources of the Android application.
Different color values are identified by a unique name that can be used in the
Android application program.
Strings.xml:
The strings.xml file contains string resources of the Android
application. The different string value is identified by a unique name that can
be used in the Android application program. This file also stores string array
by using XML language.
Styles.xml:
The styles.xml file contains resources of the theme style in the Android
application. This file is written in XML language.
NOTE:
I ONLY HAVE MENTIONED THE MAIN COMPONENTS AND THE SCREENSHOTS ARE FROM
AN EXISTING DECOMPILED APPLICATION SO IT MIGHT INCLUDE MANY FOLDER AND FILES
BUT DON'T WORRY THEY ARE JUST THE RESOURCES FILES WHICH AN APP HOLDS AND ENHANCE
ITS USER INTERFACE
Getting inside APK files
Disclaimer:
Never try to reverse engineer apps, which are not developed by you. I’m not
responsible for any damage you may cause to third-party developers using this
tutorial, I insist that you should use this knowledge only to audit your own
apps!
If you want to try Experiments with Android Apps then you have to learn,
How you can Modify Android Apk Apps with or without using Apk Tool.
This post
will help you to understand how to unpack and repack Apk file with or without
using Apk Tool.
- If you want to create a mod Apk then you have to learn, How to decompile apk on Android device.
- You can unpack Apk File by using Apk Decompiler App. Besides that, you can Also try Zip File apk Extractor for Android.
- But you don’t need Apk Extractor or Apk Editor App to unpack and Repack Android Apk Apps.
- You can unpack and repack Apk Files by using a Simple File Manager Application on Android device.
- But Before that, You need to understand the Need and Benefits of repacking or Unpacking Apk File.
NOTE: OUR EACH AND EVERY PICTURE OF THIS BLOG IS DIRECTLY TAKEN BY GOOGLE.COM AND SOME CONTENT IS ALSO COPIED FROM GOOGLE FOR BETTER ANALYTICS AND PROPER REPORT.
THANK YOU VERY MUCH
PLEASE SHOW YOUR LOVE BY LIKE , COMMENTS AND SUBSCRIBE US FOR MORE TECH RELATED CONTENT
our telegram link
https://t.me/w36c0d3r
Our youtube teaser video
https://youtu.be/D5XwOuB4ZMg
http://www.scriptkiddies.cf/
our website link
https://www.scriptkiddieshackers.com/2020/06/hacking-hacking-refers-to.html
our blog link
https://instagram.com/script_kiddies_developers?igshid=17prws6olul0r
Our Instagram page link
https://instagram.com/team_script_kiddies?igshid=ei7vr4q1vpls
FOR MORE INFORMATION ABOUT THIS YOU CAN CONTACT ME AS MY DETAILS ARE GIVEN 
FOR MORE INFORMATION ABOUT THIS YOU CAN CONTACT ME AS MY DETAILS ARE GIVEN
0 Comments