Blog About Android Development

iPhone Development and Flex Development

Android Development

Archive for ‘Applications’ Category

May28

{Loading Images from Remote Server over HTTP on a Separate Thread}

by Binil Thomas

Whenever a user launches an Android application, a thread called “main” is automatically created. This main thread, also called the UI thread, is crucial since it’s responsible for dispatching events to various widgets, including the drawing events.…

>Read more

Posted by binil in Applications | Code | Development | News | Tutorials Comments: 0 Add comment

Apr20

{Writing Portable Android Applications}

(Binil Thomas)

Anyone with significant time in mobile application development understands the challenges of writing portable applications. There are tons of reasons for this, but probably the biggest hurdles we face are:

  • Varying screen sizes
  • Varying screen resolutions
  • Varying

>Read more

Posted by cary in Applications | Code | Development Comments: 2 Add comment

Aug28

{AndroidBook Now available in Android Market}

AndroidBook after a month of intensive bug fixing sessions is again available in Android Market. We are sure there are few more bugs that we need to fix, but we did not want our users to keep on waiting. Rest…

>Read more

Posted by rohit in Applications | Development | Facebook | News | Sourcebits Comments: 2 Add comment

Apr3

{Signing your Android Application}

Generating Your Own Key:

If you wish to publish your application to other users, you are required to sign your application with your own personal certificate. You can generate your own certificate by using the keytool.exe that comes with the…

>Read more

Posted by Shesh in Applications Comment: 1 Add comment