[android-developers] active notifications

2010-08-10 Thread Engin Arslan
hi, I am currently working on project in which users downloads sth and program shows download progress as notification. I am trying not to download file that is already downloading. Download operatİons are operated by threads so controllİng and checkİng actİve threads seems harder: ınstead, check

[android-developers] Re: locale change does not affect menu

2010-07-28 Thread Engin Arslan
you trying to change thelocalefor the > whole system? > > On Jul 28, 12:41 pm, Engin Arslan wrote: > > > > > Hi, > > > i am not trying to fight with system. i am just trying to publish > > application having multilanguage capability. so this should not be >

[android-developers] Re: locale change does not affect menu

2010-07-28 Thread Engin Arslan
o help with doing that because what you are trying to do > is > never going to work quite right because you will be fighting with the > platform over what configuration is being used in the resources. " > > See your previous > thread:http://groups.google.com/group/android-

[android-developers] Re: locale change does not affect menu

2010-07-27 Thread Engin Arslan
any ideas? On Jul 23, 3:17 pm, Engin Arslan wrote: > Specifically,menulanguage changes to English (which is default > language) when I try to changelocale. And then it does not change any > other language > > On Jul 23, 2:18 pm, Engin Arslan wrote: > > > > >

[android-developers] Re: locale change does not affect menu

2010-07-23 Thread Engin Arslan
Specifically, menu language changes to English (which is default language) when I try to change locale. And then it does not change any other language On Jul 23, 2:18 pm, Engin Arslan wrote: > Hi all, > > I am developing application in which user can choose application > language

[android-developers] locale change does not affect menu

2010-07-23 Thread Engin Arslan
Hi all, I am developing application in which user can choose application language. To achieve this, I am changing "Locale" as follows: Locale locale = new Locale("language code here"); Locale.setDefault(locale); Configuration config = new Configurati

[android-developers] Re: Resolution Problem in Nexus One

2010-07-23 Thread Engin Arslan
ver going to work quite right because you will be fighting with the > platform over what configuration is being used in the resources. > > On Thu, Jul 22, 2010 at 10:57 PM, Engin Arslan wrote: > > > > > > > Webnet, > > As I said in my question I tried following in m

[android-developers] Re: Resolution Problem in Nexus One

2010-07-22 Thread Engin Arslan
wrote: > On 21 July 2010 13:24, Engin Arslan wrote: > > > any suggestions?? > > http://adrianvintu.com/blogengine/post/Force-Locale-on-Android.aspx -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] Re: Resolution Problem in Nexus One

2010-07-21 Thread Engin Arslan
re going to be fighting with the > platform over this and we can't guarantee that you will continue to use the > language you set for any time after setting it. > > On Wed, Jul 21, 2010 at 4:24 AM, Engin Arslan wrote: > > > > > > > any suggestions?? > &

[android-developers] Re: Resolution Problem in Nexus One

2010-07-21 Thread Engin Arslan
any suggestions?? thanks On Jun 29, 2:22 pm, Engin Arslan wrote: > Hi all, > > In may application I support multi-language. For this purpose, I set > locale as user choice as follows: >                         languageToLoad  = "language code here"; >                

[android-developers] Resolution Problem in Nexus One

2010-06-29 Thread Engin Arslan
Hi all, In may application I support multi-language. For this purpose, I set locale as user choice as follows: languageToLoad = "language code here"; Locale locale = new Locale(languageToLoad); Locale.setDefault(locale);

[android-developers] Resolution Problem

2010-06-29 Thread Engin Arslan
Hi all, In may application I support multi-language. For this purpose, I set locale as user choice as follows: languageToLoad = "language code here"; Locale locale = new Locale(languageToLoad); Locale.setDefault(locale);

[android-developers] database exception when update applicarion

2010-06-25 Thread Engin Arslan
Hi everyone, In my applicattion, I have 3 databases. Even When I do some changes not related to database, application throws exception as follows 01-01 02:03:04.264: ERROR/CursorWindow(1463): Bad request for field slot 0,3. numRows = 1, numColumns = 3 When I uninstall and install application aga

[android-developers] Re: Downloading a file from a URL extremely slow, optimization advice needed.

2010-04-12 Thread Engin Arslan
is there any suggestion on this issue? On Mar 21, 2:38 am, Stormtap Studios wrote: > Hello folks, > > I have the following code todownloada binaryfilefrom a URL: > > private static final int BUFFER_SIZE = 1024 * 1024; > > BufferedInputStream stream = new BufferedInputStream(new URL( URL>).openStr

[android-developers] Re: real ip address

2010-04-09 Thread Engin Arslan
Thanks mscwd01 for answer, can you give example , code? thanks On Mar 30, 3:52 pm, mscwd01 wrote: > The only way I found to do this was by opening a socket connection and > reading the IP that way. I couldn't find a nice getIP() method. > > On Mar 30, 11:32 am,EnginArslan wrote: > > > > > Hi A

[android-developers] real ip address

2010-03-30 Thread Engin Arslan
Hi All , Can I get real ip address of android phone Thanks -- 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-devel

[android-developers] real ip address

2010-03-30 Thread Engin Arslan
Hi All, Can we get real ip address of android phone? -- 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+u

[android-developers] listview borders

2010-01-05 Thread Engin Arslan
Hi, how can i remove borders in listview. i want a flat listview there wont be any divider between two listview items. any suggestion?? Best Regards -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andr

[android-developers] Re: Sometimes the running emulator is not found from within Eclipse?!

2009-10-11 Thread Engin Arslan
ı have also same problem. Is there any suggestions??? On Oct 10, 9:36 pm, Mariano Kamp wrote: > Regarding the internet connectivity thing: same here. > > On Sat, Oct 10, 2009 at 4:10 PM, Guru wrote: > > +1 i have also ecountered this umpteen times on Windows XP. > > > Sometimes it does not tak

[android-developers] ListView progres

2009-09-13 Thread Engin Arslan
Hi, I use listview in my application. I get listview values from server so it is a little slow. So I want to optimize it such a way. I will load 10 content of listview and load anotjer 10 content when user pull down listview. Method is similar to google market method. My question is that how can ı

[android-developers] Re: Video quality

2009-09-10 Thread Engin Arslan
Any Suggestions?? On Sep 10, 2:05 am, Engin Arslan wrote: > To be more specific, When I captured video, it only capture left top > of screen with lowqualityas if it zooms top left of screen. What can > be problem? > > On Sep 9, 10:07 pm, Engin Arslan wrote: > > > >

[android-developers] Re: Video quality

2009-09-09 Thread Engin Arslan
To be more specific, When I captured video, it only capture left top of screen with low quality as if it zooms top left of screen. What can be problem? On Sep 9, 10:07 pm, Engin Arslan wrote: > Hi, i am capturing video with the code below. But there is problem on > videoquality, that is,

[android-developers] Video quality

2009-09-09 Thread Engin Arslan
Hi, i am capturing video with the code below. But there is problem on video quality, that is, when I capture video with applicaiton I wrote its quality is not as well as video quality of telepohnes' which is recorded by Camcorder. public CamcorderPreview(Context context, AttributeSet attrs) {