filmov
tv
How to create an android camera app using intents - Part 3

Показать описание
But for those of you experienced in Java by all means do this series.
This android camera intent tutorial is part 3 of a six part series.
***Note***
In this tutorial we will calling an external camera application by using an Intent with the MediaStore.ACTION_IMAGE_CAPTURE action. Thereby we will take a photo with the external camera application and have it return back to our android application because of the startActivityForResult function. Once back inside our application activity onActivityResult function we will call the Toast function to display whether our external application call was successful or not.
In this tutorial we will cover:
- Intents & the MediaStore.ACTION_IMAGE_CAPTURE
- StartActivity for result
- onActivityResult
- Android Toast
- Run the application on device.
- Walk through the code with the debugger.
This tutorial series is intended for beginners to android who have had some programming experience ideally with an object orientated language such as java or C++ for you will be exposed to writing android java code syntax.
This tutorial series does not use the android camera api's but calls one of the android camera applications via intents to capture it's image.
Android studio (1.2.2) is the editor of choice (IDE) for this tutorial series.
This tutorial will expose viewers to the android concepts of:
Intents
Activities
Android toasts.
Debugging.
This tutorial series is the first of what I expect to be many so I encourage comments and feedback to improve the quality and viewing experience.
This android camera intent tutorial is part 3 of a six part series.
***Note***
In this tutorial we will calling an external camera application by using an Intent with the MediaStore.ACTION_IMAGE_CAPTURE action. Thereby we will take a photo with the external camera application and have it return back to our android application because of the startActivityForResult function. Once back inside our application activity onActivityResult function we will call the Toast function to display whether our external application call was successful or not.
In this tutorial we will cover:
- Intents & the MediaStore.ACTION_IMAGE_CAPTURE
- StartActivity for result
- onActivityResult
- Android Toast
- Run the application on device.
- Walk through the code with the debugger.
This tutorial series is intended for beginners to android who have had some programming experience ideally with an object orientated language such as java or C++ for you will be exposed to writing android java code syntax.
This tutorial series does not use the android camera api's but calls one of the android camera applications via intents to capture it's image.
Android studio (1.2.2) is the editor of choice (IDE) for this tutorial series.
This tutorial will expose viewers to the android concepts of:
Intents
Activities
Android toasts.
Debugging.
This tutorial series is the first of what I expect to be many so I encourage comments and feedback to improve the quality and viewing experience.
Комментарии