MCQs > IT & Programming > Android Programming > what is the purpose of generating R.java as follows?

Android Programming MCQs

After building an Android project with Android Studio, what is the purpose of generating R.java as follows?  package com.intelstar.venus; public final class R {      public static final class attr {      }      public static final class drawable {          public static final int icon=0x7f020000;      }      public static final class layout {          public static final int main=0x7f030000;      }      public static final class string {          public static final int app_name=0x7f040000;      } }

Answer

Correct Answer: R class is used for the linking of the resource into the source code

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Android Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Android Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it