Forum

Use of R.java in Android Studio

This thread contains 1 reply, has 2 voices, and was last updated by Nitesh User Do not delete 5 years, 3 months ago.

  • Author Replies
    • #50974

      How do you use R.java file in Android Studio?


    • #50976

      – R.java is neat & elegant; Every application has resources & common example of resources are strings, colors, drawable and bitmaps. Instead of hard-coding strings in the application, one will use an id for a string.

      How do you use strings in R.java file:

      One might be preferred to put a constant like “R.id.text” in R.java. But R.java is not editable, even if it were it gets regenerated all the time.

      <resources>
      <item type=”id” name=”text”/>
      </resources>

      The “type” refers to the type of resource, in this case, an “id”. here is a perfect example of using R.java elements in code:

      <TextView android:id=”@id/text”>
      ..
      </TextView>


      Regards,
      Nitesh Bavishiya

Viewing 1 reply thread

You must be to reply to this thread.Please or . Registration is 100% free.

GET FREE CONSULTATION

Call Us Now For Free Consultation97370 05566

Our experts listen to you patiently and suggest you the right course after conducting a personality profile test. Register your interest below to schedule personality profile test for you.

SUBSCRIBE TO OUR NEWSLETTER

Copyright 2016-2024 Smart Mentors. All Rights Reserved.

Login

FORGOT PASSWORD

Sign up now to Become An Instructor

    Register your Interest

      cf7captchaRegenerate Captcha