Fuzzy13
Extreme Android User
I would be insanely grateful if someone could help me out with some things. I dont want to cloud this thread up with "maybes" and off topic garbage. I want help and answers. That's it. I want to learn not chit chat about off topic randomness. Sorry to be blunt but I just dont want to deal with it in this particular thread. Im serious when it comes to my knowledge and learning. I dont like distractions 
With that being said.
This is what I would like explained in detail. (Leaving the "links" just for detail)
1. xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
2. android:title="@string/settings_ics_radio"
Location within the string xml and the name associated with it???
3. settings:icon="@drawable/ic_settings_wireless">
(Being this was in the settings app, would the settings part of "settings:icon" change from whatever app you are in? Ex. "systemui:icon"
Obviously the @drawable is the location and name of the icon.
4. android:targetPackage="com.android.settings"
This is the app name? How do I find the "com" format or whatever it is. i've seen this after a system app or reg app gets installed but how do I find the "technical name"? We'll call it the technical name
5. android:action="android.intent.action.MAIN"
I know this is the "destination" but how do I find it. Say I want to go to the accounts and sync apk. How would I find what to enter?
6. android:targetClass="com.android.settings.wifi.WifiSettings"
I know this is an xml but that's it. Is it related to #5 above?
7. android:key="applications_settings"
I notice this only comes up on a couple. no clue as to why though.
I have looked around for guides and what not explaining this stuff and I have found "some" info but nothing that is clear. They explain it in "developer" talk which serves no purpose when trying to explain this to beginners. Please add anything to whatever I have listed above. I want to know everything there is to know.
IF anyone can give me AS much detail as possible with examples or whatever, that would be fantastic. Links to guides or how to's or whatever would be great. I'm getting to where I can open an xml and it look "normal" per say but Im still a little lost and only about halfway there to fully understand how this ish works within an android phone.
Thanks in advance to anyone that is of assistance. It's bedtime.

With that being said.
This is what I would like explained in detail. (Leaving the "links" just for detail)
1. xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
2. android:title="@string/settings_ics_radio"
Location within the string xml and the name associated with it???
3. settings:icon="@drawable/ic_settings_wireless">
(Being this was in the settings app, would the settings part of "settings:icon" change from whatever app you are in? Ex. "systemui:icon"
Obviously the @drawable is the location and name of the icon.
4. android:targetPackage="com.android.settings"
This is the app name? How do I find the "com" format or whatever it is. i've seen this after a system app or reg app gets installed but how do I find the "technical name"? We'll call it the technical name

5. android:action="android.intent.action.MAIN"
I know this is the "destination" but how do I find it. Say I want to go to the accounts and sync apk. How would I find what to enter?
6. android:targetClass="com.android.settings.wifi.WifiSettings"
I know this is an xml but that's it. Is it related to #5 above?
7. android:key="applications_settings"
I notice this only comes up on a couple. no clue as to why though.
I have looked around for guides and what not explaining this stuff and I have found "some" info but nothing that is clear. They explain it in "developer" talk which serves no purpose when trying to explain this to beginners. Please add anything to whatever I have listed above. I want to know everything there is to know.
IF anyone can give me AS much detail as possible with examples or whatever, that would be fantastic. Links to guides or how to's or whatever would be great. I'm getting to where I can open an xml and it look "normal" per say but Im still a little lost and only about halfway there to fully understand how this ish works within an android phone.
Thanks in advance to anyone that is of assistance. It's bedtime.
