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

Monday 20 September 2010

Sample Code Download Link

Hi,

I got a lot of requests for alternate download sites (for the Sample Code). So, I have put all the sample code into one page and here is the link to the same. Hope this helps you.

https://sites.google.com/site/saigeethamn/home/android-tutorial-code-for-download

34 comments:

  1. Hello madam, Krishna here, i am new to android mobile development.
    can you please clarify my confusion over this question?
    if there are A,B,C D activities in application. if i want to move from D activity to A activity, what should i do?

    ReplyDelete
    Replies
    1. Use Intent.startActivity()

      Delete
    2. in ActivityD.java:-
      Intent i=new Intent(getApplication(),ActivityA.class);
      startActivity(i);


      in ActvityA.java:-
      Intent i=getintent();
      setResult("RESULT_OK",i);

      Delete
  2. Hi All,
    I'm using the Eclipse SDK 3.5 and not able to open Android Project of samples. Could someone explaining me how to handle it?
    Thank you in advantage.

    Best Regards.

    ReplyDelete
    Replies
    1. Hi you need to add the sample codes manually as eclipse doesn't ship with Android code... Follow these instructions you will be good to go :)

      Start Eclipse, then select Help > Install New Software....
      Click Add, in the top-right corner.
      In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location:
      https://dl-ssl.google.com/android/eclipse/

      Delete
  3. Hello Geetha. I have my client and service in 2 separate packages. for some reason that I haven't able to find, when I invoke the remote service from the client.. I get a method not found exception. Both manifests have services declared ..it. please advise

    ReplyDelete
  4. hello geetha thanks for tutorial.its really very helpful for us:)

    ReplyDelete
  5. Hello geetha,

    your all tutorials are very helpful.

    can you give a tutorial to load a very large image say 10000 x 10000 pixels.because in imageview it gives OutOfmemoryerror

    any help will be appreciated.

    ReplyDelete
  6. Karihna if you want to move from activity D to A you just send an intent aur you clear the on top activity

    ReplyDelete
  7. Hi Geetha,i am new for android i dot no how to create data base.Can you give me one example

    ReplyDelete
  8. Hii Geetha ,i am new android developer .can you give me one example for paypalintrigration with source code.

    ReplyDelete
  9. Good posting, im subscribing to your rss. Many thanks once more

    ReplyDelete
  10. nice article, i just finished bookmarking it for future reference.

    ReplyDelete
  11. Hi mam, can U giv me code for TimeTable of a particular lecturer, means if from a spinner after I click on an item of spiiner which contains the names of the Professors, then it shud display the timetable of that particular Professor after I select his name and click on OK butoon, Thanx in advance

    ReplyDelete
  12. hi mam,,,,i am new for android...i want a explanation of sharing text,url,images to facebook.....can u give a example...Thanx in advance

    ReplyDelete
  13. hi mam can you explain me hoe to write code for animation and Convertion of utf-8 code into Unicode and Unicode to Utf-8 code

    ReplyDelete
  14. your work is appreciated
    boygaggoo@gmail.com

    ReplyDelete
  15. hi mam,will you tell me how to insert an image into sqlite database and how to retrieve from the database..

    ReplyDelete
  16. thank u very much

    ReplyDelete
  17. Hello,
    Am facing a problem to extract the birthday stored in the contacts after extracting the contacts. Could anybody please help me out?

    ReplyDelete
  18. Hello mam,

    I am trying to inserting the 10 images from the drawables to database,am not able storing the images, please get out me from this problem....

    ReplyDelete
    Replies
    1. u can store image name uniquely in data base and again call to file name then set the resource of image from drawable folder of android.
      check my blog
      neerajsinghandroid.blogspot.in

      Delete
  19. thank you and i need create a one sample application about battery usage of every application in device.

    How can I get battery usage per application in Android.

    ReplyDelete
  20. How to solve my problem ?

    http://stackoverflow.com/questions/13230663/sorting-the-non-nulls-date-in-ascending-or-descending-and-null-date-last-display/13231927#comment18024925_13231927

    ReplyDelete
  21. Hi sai geetha
    I am beginner android application developer.
    Now we are developing remote accessing from client to server. In that
    how can we sync data from server to local storage. Please give me some guidance.
    its very urgent

    ReplyDelete
  22. Hi ,
    Rama krishna here.I am beginner android application developer.
    Now we are developing remote accessing from client to server. In that
    how can we sync data from server to local storage. Please give me some guidance.
    its very urgent

    ReplyDelete
  23. Hi Sai,
    I am looking for App developer, if you are interested, pl. contact me.

    ReplyDelete
  24. hi sai...madhu here.. an images is dragable on the screen.. when dragging on the screen ,if it touches another image it has to stop moving....please help me
    mandalamadhuri@gmail.com

    ReplyDelete
  25. Gud mrng madam...

    I am new in Android. i need some example of responsive UI for Android.

    ReplyDelete
  26. i am beginner in android,and if you give example code for show the toast message whenever the net is up or down without activity .(it show in home page itself)it will help full for me ,i am also tried by using BroadcastReciver but its not working i don't no where i did a mistake . please help thanks....

    ReplyDelete
  27. Hello saigeeta,

    I am wondering how to sort the contact numer list from sdcard and sorting number by whatsapp account ,whether they number using whatsapp or not.
    If it is possible give me favor to resolve this for me
    Thanks
    sthawari@yahoo.com

    ReplyDelete