Re: [android-developers] Re: pleasehelp me on below query

2011-12-20 Thread Md.Fazla Rabbi OPU
If you are using eclipse then it is very easy. Click* DDMS *then u
will see*File Explorer
*. If *File Explorer* is not displayed click
*Window->Show View->File Explorer* .In File Explorer u can see 3 folders
click on *mnt *folder then u can see *sdcard*. Select *sdcard* . Right side
of the *File Explorer* u can see two icons with arrow. This two are used to
push a file into or delete a file from the *sdcard*. Hope u can use this to
insert a image.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: pleasehelp me on below query

2011-12-20 Thread chowdary nani
Hi,
thanks for  reply.
I to do the same thing but image is not displaying.I can not understand how
the image in sdcard is taken in to the application.Please help on this.

On Tue, Dec 20, 2011 at 8:50 PM, Md.Fazla Rabbi OPU  wrote:

> Actually your problem is in your * imageInSD String. *Because this string
> takes the *id* of the image not the *path*. But the* *method *decodeFile 
> *takes
> path of the image as a parameter that should be stored in sdcard.*
> *So first store the image into sdcard then refer the path*.
>
> Changeprivate final String imageInSD = "R.drawable.honeycomb";*
>
>TO
>
> *  private final String imageInSD = "/sdcard/honeycomb.png";*
>
> Hope this will work.
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: pleasehelp me on below query

2011-12-20 Thread Md.Fazla Rabbi OPU
Actually your problem is in your * imageInSD String. *Because this string
takes the *id* of the image not the *path*. But the* *method
*decodeFile *takes
path of the image as a parameter that should be stored in sdcard.*
*So first store the image into sdcard then refer the path*.

Changeprivate final String imageInSD = "R.drawable.honeycomb";*

   TO

*  private final String imageInSD = "/sdcard/honeycomb.png";*

Hope this will work.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: pleasehelp me on below query

2011-12-20 Thread Zsolt Vasvari
Ali, you are a saint...  For actually responding to this "query."

On Dec 20, 4:49 pm, Ali Chousein  wrote:
> Develop in Eclipse and use the debugger. I doubt that you'll find a
> breathing debugger, member to this forum (and if you find one, my
> respects to him/her).
>
> -
> Ali Chousein
> Weather-Buddyhttp://weatherbuddy.blogspot.com|http://twitter.com/weather_buddy
> Geo-Filtered 
> Assistanthttp://geo-filtered-assistant.blogspot.comhttps://marketplace.cisco.com/apphq/products/994

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: pleasehelp me on below query

2011-12-20 Thread Ali Chousein
Develop in Eclipse and use the debugger. I doubt that you'll find a
breathing debugger, member to this forum (and if you find one, my
respects to him/her).

-
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en