Nowadays smart phones have a great number of hardware enhancements:
camera,
accelerometer, GPS, Wi-Fi... Its time
to start using their whole functionality on our phone. Let's learn how to
use the
phone's camera. In this example, we will
need to work with 2 files, the layout file and the activity file.
Hint! → Some days ago, there was a software actualization
for the 1.5 (cupcake) Android phones. It was a security
improvement. One of these security changes was related to
camera permission. Before this actualization,
you were able to create applications that take pictures without the user's
permission. Now, this issue is fixed, and if you want to use the camera
in your application, you need to add the corresponding line in the AndroidManifest.xml.
The line is as follows:
<uses-permission android:name="android.permission.CAMERA"/>
How to use custom de...
lets say i change this app to days to...
How to display a JPG...
Is that posible to zoom in and drag p...
Making a custom Andr...
Cool - I will use it carefully i promise
How to display a JPG...
problem in image loading - i have exe...
Introducing Calculon...
Thank You for your contribution - Hi,...