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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T01:47:14+00:00 2026-06-05T01:47:14+00:00

I am creating an android application that will need to capture images from the

  • 0

I am creating an android application that will need to capture images from the front camera but this function is by far not the main purpose of the application.

I was wondering if there are any pre made custom views that manage and make use of the android Camera object to take a picture but which wraps all the basic camera functions (zoom, focus etc. including the interface) within it and returns me a final image when the user has captured a photo. Does such a thing exist?

I know it seems lazy but it would benefit me to focus on the unique parts of the application instead.

Thanks in advance

  • 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-05T01:47:15+00:00Added an answer on June 5, 2026 at 1:47 am

    you can use intent to do this task ::

    Intent intent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE); 
    startActivityForResult(intent, cameraRequestCode); 
    

    and inside onActivityResult ::

     protected void onActivityResult(int requestCode, int resultCode, Intent data)
     {  
        if ( (resultCode == Activity.RESULT_OK) && (requestCode == cameraRequestCode)) 
        {  
            Bitmap myPicture = (Bitmap) data.getExtras().get("data"); 
            imageView.setImageBitmap( myPicture );
        }  
     }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm thinking about creating an application for the iPhone and Android that will need
I'm creating a splash screen that will display while my Android application loads. I'd
I'm creating an Android application that requires the following: Data from RSS feed gets
I'm creating an android application and within it there is a button that will
I am creating an application that will have multiple images on the screen, these
I'm creating an Android application that will register an Observer and listen for events,
I am creating an android application but while(if?) server is not found, it will
Hello I'm creating application for android no mater what kind but I need to
I am creating an android Application that will add effect on Bitmap. Is there
So I'm making this android application, that needs to read data from user-provided CSV

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.