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 6125317
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:14:00+00:00 2026-05-23T16:14:00+00:00

Firstly, I’m new to Android (so I apologize if this question is ignorant) but

  • 0

Firstly, I’m new to Android (so I apologize if this question is ignorant) but have some experience in Java. I have been reading a book on Android and remain slightly confused about the basic components (activities, intent, content providers, and broadcast receivers).

I have a few java classes that I’m wanting to convert over to Android but I’m not sure what type of components they should be.

If a class does simple conversions, should that be an intent?
Or, if a class draws, should it be an activity?

I’m just looking for someone who can explain the components a bit better than the references at android and perhaps give some good examples of each component.

  • 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-05-23T16:14:01+00:00Added an answer on May 23, 2026 at 4:14 pm

    I think you’re confused about some of the terminology. An activity is what the user interacts with (displays the content, contains the listeners for buttons, etc.) So when you launch an app and see something on the screen, an Activity is what draws all the buttons/components on screen and contains the code for user interaction. An intent is kind of a way to tell activity to launch something else. For example, if you were on your main activity, and wanted to change the Activity when the user clicked something, you would create and start an intent specifying that:

    Intent intent = new Intent(CurrentActivity.this, NextActivity.class);
    startActivity(intent); 
    

    Read this basic tutorial. It should be somewhat clearer than the official docs.
    http://androiddevelopertips.com/activity/understanding-activities-in-android.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Firstly, this seems like something that should have been asked before, but I cannot
Firstly sorry if this is a common question but I couldn't find anything on
Firstly, very sorry if this is not a true stackoverflow question. But it's something
Firstly I have tried to re create this within a JSfiddle but unable to,
Firstly some background,.. IVe started a new job as PHP developer with a company
Firstly, I know this [type of] question is frequently asked, so let me preface
Firstly, this is going to sound like homework, but it ain't. Just a problem
Firstly I hate IE but we all have to support it! I have a
Firstly, I have migrated my CVS repository into SVN repository. I checked out this
Firstly I tried fiding some similar posts but could not quite find anything. Mainly

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.