[android-developers] Re: Android 2.3 not handling orientation change properly - screen is not redrawn

2010-12-06 Thread Max Binshtok
docs.google.com/leaf?id=0B0GGcj6uh57VNDQ2OTA3ZGItNTJmYi00NWU5LWFlMzAtYWZhOTBhNzcxNzZk&authkey=CImk6qcM&hl=en On Dec 6, 10:13 pm, Max Binshtok wrote: > It is not my app apparently (thanks @ymst for the idea) > > I checked the browser app. Just opened the browser (the emulator has &

[android-developers] Re: Android 2.3 not handling orientation change properly - screen is not redrawn

2010-12-06 Thread Max Binshtok
It is not my app apparently (thanks @ymst for the idea) I checked the browser app. Just opened the browser (the emulator has it preinstalled) and the browser app exhibits the same behavior - once turned to landscape, it doesn't rotate back to portrait when the emulator is switched to portrait. So

[android-developers] Re: Android 2.3 not handling orientation change properly - screen is not redrawn

2010-12-06 Thread Max Binshtok
here I meant of course 2.2 not 2.3 - It rotates perfectly fine on all other OS versions 1.5 through 2.2 On Dec 6, 4:31 pm, Max Binshtok wrote: > Hi, > > Just tried my app on Android 2.3 and it seems that it is not handling > screen rotation from landscape to portrait mode proper

[android-developers] Android 2.3 not handling orientation change properly - screen is not redrawn

2010-12-06 Thread Max Binshtok
Hi, Just tried my app on Android 2.3 and it seems that it is not handling screen rotation from landscape to portrait mode properly. - It rotates without problem from portrait to landscape on 2.3 (but not the other way around, once rotated to landscape it is just stuck) - It rotates perfectly fine

[android-developers] Android 1.5 device behaves differently than the emulator

2010-08-13 Thread Max Binshtok
Did anyone encounter this problem? Particularly, I have a dialog style themes for a few activities and these come up as expected on the emulator, but are full screen on the device. The theme I a using is actually an extension of the basic dialog theme (Theme.Dialog). I did not check with the origin

[android-developers] Re: android.R.drawable.ic_menu_home - can not use

2009-12-03 Thread Max Binshtok
Diane and Mark either I do not understand something, or I am not being understood. If I use android.R.drawable.ic_menu_home for "Home" menu icon, it will _automatically_ change whenever this icon is updated. Isn't it? If yes then whenever manufacturers change this icon or as you said Diane, the p

[android-developers] Re: Do I need to notify users that I'm using analytics in my Android app? (like Flurry, Admob analytics or even logging tool like DriodDrop)

2009-12-03 Thread Max Binshtok
I think that you should not worry about this since as long as you do not identify the users by location and/or IMEI number the data is anonymous. Although I am not sure. I would think that this is fine to use any information that you want. Even if you record for example date of birth information in

[android-developers] motally analytics for Android

2009-12-03 Thread Max Binshtok
Is anyone using motally for analytics? If yes - did you experience any problems? I am just wondering how are they since I want to try them out. Thanks, Max. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send emai

[android-developers] Re: why is my app asking to access phone calls and storage?

2009-12-01 Thread Max Binshtok
SdkVersion does fix it. " message from Jarcikon (4-th from top). Thanks and regards, Max. On Nov 29, 2:11 pm, Max Binshtok wrote: > Rachel, thanks for the extended explanation but I did understand what > Diane was saying. I just don't see how this can solve my problem. Or > be

[android-developers] Re: why is my app asking to access phone calls and storage?

2009-11-29 Thread Max Binshtok
> subtlety about old applications here seemed pretty difficult, and not to > useful for a temporary situation. > > On Sat, Nov 28, 2009 at 12:02 PM, Max Binshtok wrote: > > > > > How do I overcome this? > > > I have: > > > uses-sdk> > > > If that

[android-developers] Re: why is my app asking to access phone calls and storage?

2009-11-28 Thread Max Binshtok
s not only me as the first message attests as well. Regards, Max. On Nov 28, 1:44 pm, Dianne Hackborn wrote: > Yes, and I am saying this is the normal expected behavior for apps that are > not explicitly targeting API 4 or later. > > On Sat, Nov 28, 2009 at 10:35 AM, Max Binshtok wrot

[android-developers] Re: why is my app asking to access phone calls and storage?

2009-11-28 Thread Max Binshtok
be granted it. > > On Wed, Nov 25, 2009 at 10:17 PM, Max Binshtok wrote: > > > > > I am having the same problem and I just want to confirm: > > > You are saying that when you try to install over the air (just by > > downloading APK file) you get asked those permis

[android-developers] Re: why is my app asking to access phone calls and storage?

2009-11-25 Thread Max Binshtok
I am having the same problem and I just want to confirm: You are saying that when you try to install over the air (just by downloading APK file) you get asked those permissions, but when your application is installed through the Android Market - you are NOT asked for PHONE_STATE and STORAGE? Is th

[android-developers] Re: android.R.drawable.ic_menu_home - can not use

2009-11-20 Thread Max Binshtok
istent because > they are a mix of your own and the built-in ones. > > On Thu, Nov 19, 2009 at 6:38 PM, Max Binshtok wrote: > > > > > This does not seem to make a lot of sense. My decision to go with > > built in icons in the OS was to provide a unified user experienc

[android-developers] Re: android.R.drawable.ic_menu_home - can not use

2009-11-19 Thread Max Binshtok
> On Fri, Nov 20, 2009 at 2:26 AM, Max Binshtok wrote: > > Hi, I have been having this problem for some time now... > > > I am using the icons that are coming with the platform for the menus. > > So I use: > > android.R.drawable.ic_menu_help > > and > >

[android-developers] android.R.drawable.ic_menu_home - can not use

2009-11-19 Thread Max Binshtok
Hi, I have been having this problem for some time now... I am using the icons that are coming with the platform for the menus. So I use: android.R.drawable.ic_menu_help and android.R.drawable.ic_menu_info_details but for some reason I can not use: android.R.drawable.ic_menu_home So basically I

[android-developers] Re: Code compiled with SDK 2.0 does not install (and therefore run) on 1.5 emulator

2009-11-15 Thread Max Binshtok
is phone" error rather than a parse error. > > On Nov 15, 12:55 pm, Max Binshtok wrote: > > > I did signed export of the package while setting the target as 2.0. > > Then I tried to install the package by downloading it *through > > browser* (OTA download) on al

[android-developers] Code compiled with SDK 2.0 does not install (and therefore run) on 1.5 emulator

2009-11-15 Thread Max Binshtok
I did signed export of the package while setting the target as 2.0. Then I tried to install the package by downloading it *through browser* (OTA download) on all the emulators. On 1.5, when I click on the download in order to install the package, I get the "Parse Error: There is a problem parsing

[android-developers] Re: Comment spam in android market :(

2008-11-26 Thread Max Binshtok
Googlers, please read! I recently posted my application and while overall the comments were very useful, there is abut 30% which are spam and one or two very offensive comments. If google can't/won't moderate the comments, WHY can't we as developers do that? Mystery to me... I'll tell you the tru

[android-developers] Is Market going to support applications autoupdate mechanism?

2008-11-17 Thread Max Binshtok
So I am wondering if the Market is going to support some autoupdate mechanism for the applications - we are required to version and sign our apps - so it seems like they can do it, but is it going to be done? If yes then : 1. When? 2. How the users will be notified? 3. How the reinstallation will

[android-developers] dynamic resource

2008-04-06 Thread Max Binshtok
Is there a mechanism to dynamically obtain a resource? I mean, let's say I want to show some image depending on context out of 5 images I have in drawable dir. So I would expect something like getResourceByName(String s) : int which would take a string that points to the resource and will get m

[android-developers] selectable AutoCompleteTextView and "filtering" issue

2008-03-31 Thread Max Binshtok
Hi, I have a problem with AutoCompleteTextView I have a (clickable) list of objects i.e. when you click on an item you get to another activity which is guided by that specific item clicked. I want to use the Autocomplete to search in that list but I want the same behavior I get with a regular li