Send Email in your Android Application
I've seen a lot of examples of how to send email from an android application. All of them result in applications coming up in a chooser list that are not appropriate for sending email. In this post, I'll described the various solutions I found, and the solution that brings up only email clients.
Conversion to Dalvik format failed with error
I went looking, and looking, and looking, for a solution to this problem. None of them seemed to fit the bill. I tried...
- updating proguard
- not using libraries I shouldn't be
- re-importing the project
- removing duplicate android jars
- removing all android jars
- a host of other "suggestions" from Eclipse Android users
Eclipse Android Hello World Tutorial Video – Part 3
In third part of the android hello world video, we explain the different components of the application, and why things are done in a certain way. This video is a bit raw. However, rather than editing the videos, I'm going to try and improve my presentation skills as I go.
Eclipse Android Hello World Tutorial Video – Part 2
Okay, I've finished another android development demo video. Sorry it took so long, I got really busy with a new computer and what not, and life in general. In the next video in this series, I will explain the details of the hello android application. So, if you do not understand some of what is happening, stay tuned for the next video in the series.
Eclipse Android Hello World Tutorial Video – Part 1
My intention is to make all of my android videos as simple as possible, and as short as possible. That way you can learn what you need to, and get on with it.
This is a quick demo on how to get started on developing for Android. It is "hopefully" the first in a serious of android demo videos that I will be creating. I am mainly creating them for myself, so as to become familiar with basic android development tasks, and also to play with recording sessions; I too am a newbie to Android development. I am putting them on YouTube in case anyone else may find them valuable; perhaps for their simplicity. I hope you enjoy.