
Selesai
Disiarkan
Dibayar semasa penghantaran
I'm using the standard camera intent to take a photo: Intent takePictureIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); startActivityForResult(takePictureIntent, 123); And then in onActivityResult() if (requestCode == 123 && resultCode == RESULT_OK) { Bitmap bitmap = (Bitmap) [login to view URL]().get("data"); }; Bitmap is a thumbnail. How to make a thumbnail a large image? Here is my code: [login to view URL]
ID Projek: 40317982
32 cadangan
Projek jarak jauh
Aktif 18 hari yang lalu
Tetapkan bajet dan garis masa anda
Dapatkan bayaran untuk kerja anda
Tuliskan cadangan anda
Ianya percuma untuk mendaftar dan membida pekerjaan

I see that your camera intent is only returning a low-resolution thumbnail because you're relying on the default `ACTION_IMAGE_CAPTURE` behavior without specifying a file output URI. To get the full-resolution image, I'll modify your code to create a temporary file using `FileProvider`, pass its URI as `EXTRA_OUTPUT` in the intent, and then load the saved full-size image in `onActivityResult()` using `[login to view URL]()` or a content resolver stream. I'll also handle the necessary `[login to view URL]` provider configuration and runtime permissions for storage access. I'm an experienced Android developer and can start working on this immediately.
$10 USD dalam 1 hari
5.0
5.0
32 pekerja bebas membida secara purata $21 USD untuk pekerjaan ini

Hello, Being an experienced and innovative developer, I would love to lend you my expertise for navigating the complexities of your camera intent project with ease. In my extensive experience working with Android, JavaScript, Kotlin and Mobile App Development, I have mastered skills that are directly relevant to your needs. The ability to grow a thumbnail into a high-quality image is one I confidently possess and can seamlessly implement in your code. At Our Software, our clients' satisfaction is paramount to us, hence we tailor our solutions to meet specific project goals. With proven track records in creating impactful and user-friendly Android apps, my team and I are dedicated to bringing a `'wow'` factor to all our deliverables. This is done through incorporating the latest technologies into our designs whilst emphasizing excellent customer service. In conclusion, as you're seeking a professional who can help usher your project into reality, look no further. My deep understanding of the Android media ecosystem combined with an eye for quality make me the ideal candidate for this task. Let's work together to turn this seemingly complex problem into a smooth process that enhances the overall performance of your app! Thanks!
$30 USD dalam 1 hari
7.8
7.8

Hi. As an Android Expert, I am very interested in your project. I am very familiar with Android Studio and bitmap. I have mobile and backend skills with 8+ years. I wish to work for you. Thanks for attention.
$50 USD dalam 1 hari
7.3
7.3

With over 7 years of experience, I have honed my skills in Android app development and am adept at optimizing performance and solving complex problems such as the one you've presented here. I am highly skilled in Kotlin and Java, which are the languages you're using for your project. My experience also covers working with MediaStore, Bitmaps, and all the intents and code you provided. I can provide a solution that goes beyond just scaling your thumbnail into a large image. I can help improve the overall user experience by implementing best practices like Modern Android MVVM architecture, optimizing memory usage with the help of Coroutines, ensuring compatibility across Android versions, and much more. My proficiency in Jetpack libraries including LiveData and ViewModel will complement the clean architecture you already have in place. Some other notable tools in my arsenal include Retrofit for API integration (useful if you're working with a backend team), Firebase for authentication or data syncing, Hilt or Dagger for dependency injection, extensive use of Room database for fast local storage retrieval and advanced debugging proficiencies. Additionally, my skill set includes incorporating Material Design UI to not only make the app visually appealing but also provide an intuitive user experience. Let's work together on this project to create a scalable, highly performant application that delivers on all fronts.
$20 USD dalam 1 hari
5.5
5.5

Dear Client, I understand the challenge: the data-return of ACTION_IMAGE_CAPTURE yields a thumbnail by default. To obtain a full-size image, I will implement a robust workflow that uses an OUTPUT_URI for the camera intent, saving the photo directly to a file via a FileProvider, and then load the bitmap from that file (or stream it as needed) in onActivityResult. This approach avoids relying on the small “data” extra and ensures a high-resolution result across modern Android versions. Plan: - Create a persistent file (and content URI via FileProvider) for the image destination before launching the camera. - Start the camera with Intent(MediaStore.ACTION_IMAGE_CAPTURE) and include EXTRA_OUTPUT pointing to the URI. - In onActivityResult, read the image from the file path or stream and handle rotation/scaling to deliver a ready-to-use bitmap or a saved full-size file to your UI. - Provide minimal, well-documented code snippets and test steps compatible with Android Studio, Java/Kotlin, and a range of API levels. This delivers a scalable solution for developers who need reliable full-size captures in production, with clean separation between capture and presentation layers. Sincerely, Ivaylo
$25 USD dalam 2 hari
5.4
5.4

I'll fix your camera capture to deliver a full-size, high-resolution image instead of a thumbnail—giving you quality suitable for your platform. I understand you need the actual captured photo, not just the small preview. My approach: 1) Replace the thumbnail approach by saving the full image to a file URI before capture, 2) Modify your onActivityResult to load that high-res file instead of the intent's thumbnail, 3) Ensure proper file permissions and cleanup to avoid storage issues. I excel at Android development with Java, camera intent handling, and file management. A value-add I recommend: adding image compression options so you control file size while preserving quality—giving you flexibility for upload performance. Let me know if you'd like me to provide the updated code. Happy to discuss further!
$25 USD dalam 4 hari
4.8
4.8

As an experienced and highly skilled Android developer, I am more than capable of addressing your specific project needs. I have a deep knowledge in Android Studio, Java, as well as Mobile App Development in general with over a decade working full stack. My skills extend to not only understanding your code but I have the ability to create dynamic solutions to any challenge that arises. And with my specialised skills in API Integration, I will be able to precisely address your issue with the thumbnail conversion. My approach is always user-centric and future-forward, so when dealing with image manipulation, such as your need for large image thumbnails, I have advanced algorithms that will expertly convert these thumbnails into high quality, large-scale images without any loss of detail or resolution. As a developer who values efficient maintenance of code, I will provide clean and scalable solutions that will put the control back in your hands moving forward.
$15 USD dalam 5 hari
4.1
4.1

Hi there, It looks like you're trying to capture a photo using the camera intent and are currently getting a thumbnail instead of a full-sized image. To resolve this, I would suggest changing the way you handle the image returned in `onActivityResult()`. Instead of using the "data" extras, you can save the image to a file and then retrieve it, allowing you to get the full-sized image. With 4+ years of experience in Android development, I have worked on similar issues before and can guide you through the process or implement the solution directly. It’s important to ensure the captured image is stored correctly, and I can help set that up for you. Just to clarify, do you have a specific storage location in mind for saving the full-sized images? Best regards, Arslan Shahid
$10 USD dalam 1 hari
4.2
4.2

I can help you reliably capture and use the thumbnail returned from the ACTION_IMAGE_CAPTURE intent in your Android app. Your issue likely relates to how the camera result is handled in onActivityResult and how the Bitmap is extracted or persisted. I’ve worked extensively with Android camera APIs, both via intents and CameraX/Camera2, including handling thumbnails, full-resolution images, permissions, and dealing with inconsistent behavior across OEM devices. This includes ensuring images are not lost on configuration changes and are efficiently displayed in lists or detail views. My approach will be to review your current intent setup and result handling, then adjust how the thumbnail is retrieved, stored, and displayed to make it consistent and safe for production. I would love to chat more about your project! Regards
$20 USD dalam 7 hari
3.9
3.9

I can help you capture high-quality images rather than just thumbnails by saving the full-size photo to a file. We’ve worked with various apps requiring clean, professional image capture with seamless integration into user workflows. I bring strong off-platform experience with Android intents and file handling. You’re using ACTION_IMAGE_CAPTURE which returns a small bitmap thumbnail, but to get a large image you need to provide a file Uri via EXTRA_OUTPUT. This way, the camera saves the full image directly to storage instead of returning a scaled-down bitmap. Key skills I bring include Android development, intent management, handling media storage securely, and working around device compatibility issues. We can chat more about your image capture needs and tweak your app together. Promise I won’t make you pose for too many photos. Let’s have a chat, Alicia
$24 USD dalam 14 hari
3.2
3.2

Hello, I understand that you are working with the standard camera intent in Android and receiving only a thumbnail image in your onActivityResult. You want to capture a full-sized photo instead of just a small bitmap thumbnail. I have extensive experience with Android development and working with camera intents. When using ACTION_IMAGE_CAPTURE, the small image returned by default is only a thumbnail. To obtain a full-sized image, you need to specify a file Uri where the camera app can save the large photo before launching the intent. I can help update your code to create a file Uri using FileProvider, pass it to the camera intent via EXTRA_OUTPUT, and then access the full resolution image from that location in onActivityResult. This approach preserves image quality and is compatible with modern versions of Android. With my knowledge of Android’s camera API and file handling, I can implement this functionality efficiently for you and explain the steps clearly. Please share any additional project details or questions you have, and let's get your app capturing full-sized photos correctly.
$30 USD dalam 3 hari
3.1
3.1

Hey , I just went through your job description and noticed you need someone skilled in Java, Android App Development, Android, Android SDK, Mobile App Development, JavaScript, Android Studio and Kotlin. That’s right up my alley. You can check my profile —I’m Software engineer working at large-scale apps as a lead developer with U.S. and European teams. I’ve handled several projects using these exact tools and technologies. Before we proceed, I’d like to clarify a few things: Are these all the project requirements or is there more to it? Do you already have any work done, or will this start from scratch? What’s your preferred deadline for completion? Why Work With Me? 1) Over 230 successful projects completed. 2) I have not received a single bad feedback since the last 5-6 years. 3) You will find 5 star feedback on the last 100+ major projects which shows my clients are happy with my work. 4) Long-term track record of happy clients and repeat work. I prioritize quality, deadlines, and clear communication. Availability: 9am – 9pm Eastern Time (Full-time freelancer) I can share recent examples of similar projects in chat. Let’s connect and discuss your vision in detail. Kind Regards, Imran Haider
$10 USD dalam 5 hari
2.4
2.4

✅✅✅Hi, There,✅✅✅ I’ve taken a look at your project, and it’s clear you’re aiming for something that not only looks good but actually delivers results. At the end of the day, I don’t just build websites — I focus on creating something that supports your goals, whether that’s generating leads, improving conversions, or strengthening your brand. From what you’ve described, the key challenge will be I'm using the standard camera intent to take a photo: Intent takePictureIntent = new Intent(MediaStore, and that’s exactly where I can help. I’ll make sure you end up with a website that works for you, not just something that looks nice. I’d love to chat more about your project and see if we’re the right fit. Thank you, Anton D.
$10 USD dalam 4 hari
1.9
1.9

Hello there What is the target resolution for the larger image you want instead of the thumbnail? Are you planning to save or just display the full-size photo after capture? Handling full-size images from the camera intent is tricky because device memory limits often cause crashes. Also, managing file storage and permissions correctly adds complexity. I can guide you to capture and store a high-resolution image safely by creating a file for the full photo and passing its URI to the intent. This approach avoids memory issues and ensures you get the image you want. I would be pleased to discuss the details and next steps with you.
$15 USD dalam 1 hari
0.0
0.0

Hi, I understand that you are looking to convert the thumbnail returned by the ACTION_IMAGE_CAPTURE intent into a larger image. I have reviewed the code you provided on Pastebin and have a clear understanding of the issue you are facing. My technical strategy involves implementing a custom method to resize the thumbnail image to a larger size while maintaining image quality. By using bitmap manipulation techniques and scaling algorithms, I can ensure that the enlarged image retains clarity and detail. What you'll receive: - Custom method for resizing the thumbnail image - Larger image output with improved resolution - Code optimization for better performance Credentials & Work Samples: I have experience working with bitmap manipulation and image processing in Android development. My background in Java and Android development ensures that I can provide a reliable solution to your issue. Next Steps: I'll send over my portfolio via direct message. Feel free to reach out there. I'm available to discuss your requirements further and provide a detailed plan for resolving the thumbnail enlargement issue. Best regards, Taneem
$20 USD dalam 7 hari
0.0
0.0

Hey — saw your post about the thumbnail issue when using ACTION_IMAGE_CAPTURE. That tiny, low-res bitmap from the camera intent is usually the first thing that blocks people from getting a usable full-size image. Quick question before suggesting an approach: Do you actually need the full-resolution image saved to disk, or is an in-memory bitmap enough for your use case? I’ve dealt with this exact Android camera intent flow before (thumbnail vs full-res URI output, handling file providers, etc.), so I know the common pitfalls. If you share the full code snippet of your intent setup and onActivityResult (or Activity Result API), I can point out exactly what needs to change.
$20 USD dalam 7 hari
0.0
0.0

Hi :) I read what you need: your camera intent only gives a thumbnail in "data", but you want the full photo for upload to your WebView flow. right ? I can fix this the right way: use MediaStore.EXTRA_OUTPUT + FileProvider, save the real JPG on disk, then in onActivityResult read that URI before your base64/Volley upload. So I have a question. What min SDK / target SDK is the app on, and do you want full-res always or resize before upload to save data? I’m new on this platform, but I’ve shipped mobile + web flows before - I’ll keep it simple and documented. Thanks..
$20 USD dalam 7 hari
0.0
0.0

Greetings! It sounds like you want your JavaScript snippets aligned with StandardJS and passing JSLint without warnings, with anything beyond formatting flagged for your review. I understand you're looking for a lint-first cleanup of spacing, semicolons, and naming to keep your code consistent and your tools quiet. I am a Full-Stack and Automation Strategist with extensive experience in code refactoring and style compliance. I specialize in cleaning up raw codebases to meet strict professional standards, ensuring that every line is both functional and aesthetically aligned with your requirements. My approach focuses on precision to ensure your scripts remain professional, readable, and perfectly consistent. To get your code into top shape, I will: Reformat all snippets to follow StandardJS conventions, including 2-space indentation and no semicolons. Run JSLint on each snippet until all style-related warnings are completely cleared. Deliver the cleaned code along with a brief report or screenshots showing zero warnings. Include short comments only where a specific issue requires your judgment beyond simple formatting. You can see examples of my commitment to clean code and automation on my profile. Regarding the final delivery, would you prefer these stay as individual files or be combined into one document? I can turn this around quickly from what you’ve already sent. Best regards, Amir Shahzad Hashmi
$10 USD dalam 1 hari
0.0
0.0

Hello I can help you capture full-resolution images instead of just thumbnails when using the camera intent. I’ll guide you to use a FileProvider and proper URI so the camera saves the full-size image directly. This will ensure you get high-quality images without memory issues. Thanks Alina
$20 USD dalam 7 hari
0.0
0.0

I have reviewed your project details and the code snippet you shared. The issue of receiving only a thumbnail from the camera intent is a common challenge, and I can provide a clear solution to capture and store the full‑size image. With experience in Android development, Java/Kotlin, and image handling APIs, I will adjust your implementation so the captured photo is saved at high resolution and can be easily retrieved for further use. I am confident I can deliver a clean, well‑documented fix within your budget and timeline.
$20 USD dalam 7 hari
0.0
0.0

Lipno, Poland
Kaedah pembayaran disahkan
Ahli sejak Dis 28, 2013
$90-750 USD
$90-750 USD
$30-90 USD
$30-250 USD
$30-90 USD
$250-750 USD
$250-750 USD
$250-750 USD
€30-250 EUR
₹750-1250 INR / jam
$250-750 USD
$15-25 USD / jam
₹37500-75000 INR
$250-750 USD
$15-25 USD / jam
$30-250 USD
₹1500-12500 INR
₹600-1500 INR
€5000-10000 EUR
€8-30 EUR
$15-25 USD / jam
₹1500-12500 INR
₹600-1500 INR
₹12500-37500 INR
₹600-3000 INR