Month: July 2012

Android Database Tutorial

Tutorial
In this tutorial I will show how to use a database in Android by creating the tables and columns using the SQLite Database Browser.1. So the first step is to download…

Android TCP Connection Tutorial

Tutorial
In this tutorial we will make a TCP Connection. The server will be written in Java and the client will be written in Android. Actually it will be a very…

Add image to email intent in Android

Snippets, Solutions
How to add image to an email intent in Android: // build a email sending intent Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND); emailIntent.setType("image/png"); // set the email subject emailIntent.putExtra(Intent.EXTRA_SUBJECT, "email subject");…
keyboard_arrow_up
sponsored
Exit mobile version