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
While this blog started off as my personal ramblings on Techncial things it has turned out to be a blog dedicated to Android. Any other technical ramblings are shared at my Technical Blog.
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
License
Sai Geetha's Blog by Sai Geetha M N is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Search This Blog
x
Monday, 20 September 2010
Subscribe to:
Post Comments (Atom)
Thanks for your knowledge sharing
ReplyDeleteHello madam, Krishna here, i am new to android mobile development.
ReplyDeletecan 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?
Use Intent.startActivity()
Deletein ActivityD.java:-
DeleteIntent i=new Intent(getApplication(),ActivityA.class);
startActivity(i);
in ActvityA.java:-
Intent i=getintent();
setResult("RESULT_OK",i);
Thank you so much
Deletegreat!! thanks
ReplyDeleteHi All,
ReplyDeleteI'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.
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 :)
DeleteStart 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/
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
ReplyDeletehello geetha thanks for tutorial.its really very helpful for us:)
ReplyDeleteHello geetha,
ReplyDeleteyour 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.
Karihna if you want to move from activity D to A you just send an intent aur you clear the on top activity
ReplyDeleteHi Geetha,i am new for android i dot no how to create data base.Can you give me one example
ReplyDeleteHii Geetha ,i am new android developer .can you give me one example for paypalintrigration with source code.
ReplyDeleteGood posting, im subscribing to your rss. Many thanks once more
ReplyDeletenice article, i just finished bookmarking it for future reference.
ReplyDeleteHi 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
ReplyDeletehi 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
ReplyDeletehi 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
ReplyDeleteyour work is appreciated
ReplyDeleteboygaggoo@gmail.com
hi mam,will you tell me how to insert an image into sqlite database and how to retrieve from the database..
ReplyDeletethank u very much
ReplyDeleteHello,
ReplyDeleteAm facing a problem to extract the birthday stored in the contacts after extracting the contacts. Could anybody please help me out?
Hello mam,
ReplyDeleteI 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....
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.
Deletecheck my blog
neerajsinghandroid.blogspot.in
thank you and i need create a one sample application about battery usage of every application in device.
ReplyDeleteHow can I get battery usage per application in Android.
How to solve my problem ?
ReplyDeletehttp://stackoverflow.com/questions/13230663/sorting-the-non-nulls-date-in-ascending-or-descending-and-null-date-last-display/13231927#comment18024925_13231927
Hi sai geetha
ReplyDeleteI 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
Hi ,
ReplyDeleteRama 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
Hi Sai,
ReplyDeleteI am looking for App developer, if you are interested, pl. contact me.
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
ReplyDeletemandalamadhuri@gmail.com
Gud mrng madam...
ReplyDeleteI am new in Android. i need some example of responsive UI for Android.
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....
ReplyDeleteHello saigeeta,
ReplyDeleteI 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