NOTE:

NOTE: Of late, I have been getting requests for very trivial problems that many of you are facing in your day-to-day work. This blog is not to solve your "project" problems - surely not a "Support" site.
I just love to share my knowledge in my spare time and would appreciate any questions or feedback on the articles and code I have shared. I also do appreciate thought-provoking questions that would lead me to write more articles and share.
But please do not put your day-to-day trivial problems here. Even if you do, you most probably would not get a response here.
Thanks

Search This Blog

x

Friday 20 November 2009

Updating the past tutorials to Android SDK 2.0

Hi Friends,

It has been a couple of weeks since Android SDK 2.0 has been released. Since I have got caught up in many other demanding projects, I have not been able to find any time to update my tutorials' sample code uploaded so far to be compatible to 2.0.
It would be wonderful if, as and when you try my tutorials, you can update / post your comments on deprecated APIs or newer APIs that need to be used.

Thanks.

Hi, I have written a few steps about upgrading to SDK 2.1 at http://saigeethamn.blogspot.com/2010/03/basic-steps-for-upgrading-source-code.html

8 comments:

  1. I am very much glad to see android related blog from Indian! Thanks a lot.
    Btw, do you know any way to generate a notification in notification bar by using shell command. Thanks a lot. Keep it up.

    ReplyDelete
  2. Hi Mobilepkg,

    I do not see anyway to generate a notification in the emulator from the shell command. I do not think there is support for the same.

    ReplyDelete
  3. Hello Saigeetha

    I am new to Andriod. I want to develop some application which will be like this. I will store some messages for each contact no in my contact book.

    When i contact a person the message associated to him in contact book should appear on screen.

    Is this possible ?

    I read there are four type of components which will be used for developing Andriod applications like Activity,Services,Broadcast receivers and content providers

    Among these Four types of components
    which will be used and how they can be managed to develop this application ?

    If we are done with development can we use them on any mobile or there any specific requirements for using the andriod applications

    Thanks is advance

    waiting for ur reply.

    ReplyDelete
  4. Hello Saigeetha

    I am new to Andriod. I want to develop some application which will be like this. I will store some messages for each contact no in my contact book.

    When i contact a person the message associated to him in contact book should appear on screen Is this possible ?

    Among the Four types of components
    Activity,Services,Broadcast receivers and Content Providers
    Which will be used and how they can be managed to develop this application ?

    If we are done with developing the above app how can we install in mobile.

    Can we install this app in java enabled phone or any other specific requirements are there .

    Sorry for my english.

    Thanks in advance.

    Waiting for your reply

    Kin

    ReplyDelete
  5. Hi Kin,

    I suppose the use of activities and intents along with the APIs for phone contacts should suffice to build the application you are looking for.

    How to install an application into a mobile - you can look at this URL - http://www.blogsdna.com/1939/how-to-install-non-market-apk-apps-on-google-android-g1-phone.htm

    You certainly need an Android Phone i.e. a phone with Android OS to be able to install

    ReplyDelete
  6. hi geetha..
    its inspiring to see such a good blog

    ReplyDelete
  7. This comment has been removed by the author.

    ReplyDelete