Month: November 2012

  • Android Camera Code Tutorial

    Today we are going to do a code that can enable your android application to capture images using the device camera. In this example code, we will have: A “Take Picture” button on our main activity, when the user clicks it, the device camera will be shown that will enable your user the take a […]

  • Android Webview Example Code

    Hi there! Today I’m gonna share how to view a website or webpage to your Android apllication. You’ll be able to view webpages from the internet or from the storage of your Adroid device such as your sdcard. This is useful if you want your app not to open a web browser for web links. […]