Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8525117
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T07:52:56+00:00 2026-06-11T07:52:56+00:00

I was learning how to connect to the internet by readiing a book, and

  • 0

I was learning how to connect to the internet by readiing a book, and in the first line of the example given was the following:

String myFeed = getString(R.string.my_feed);

I’m still learning how to connect to the internet but I could not understand what does R.string.my_feed means, and the author has not given any clue how my_feed is defined.

Now my question is, how to define my_feed? Should I create a folder named string and inside it write the website I want to have access to or what?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T07:52:58+00:00Added an answer on June 11, 2026 at 7:52 am

    There is an XML file reserved for defining custom strings, it is in res/values/strings.xml. If strings.xml doesn’t exist, create it with the following content:

    <?xml version="1.0" encoding="utf-8"?>
    <resources>    
      <string name="my_feed">http://myfeed.com</string>
    </resources>
    

    Then you can access it using

    String myFeed = R.string.my_feed;  // (it becomes a static final property)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Learning xml, Can anyone help me? I have following XML code: **<book lang=en>name of
Ok I can successfully connect to my Access database but I am still learning
I'm learning a .Net library to connect to the AdWords API. My first block
I'm learning how to connect win8 metro app with azure sql database. I've created
I am learning PHP and tried to connect to MySQL. Altough I am using
im learning wpf for the first time, i have made this far private void
I am learning boost/asio ad wrote 2 programs(client and server) from e-book with minor
I'm learning Objective-C, so please, be nice. :-) While learning how to connect Objective-C
I am still learning Python and as a little Project I wrote a script
Im a newbie to android, I am learning to connect to a server through

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.