Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Mark Murphy
On Wed, Sep 19, 2012 at 5:33 PM, Keith Wiley kbwi...@gmail.com wrote: I'll have to try to find a Nexus to test it on myself to be absolutely certain of the circumstances. Or, test it on an emulator where you have disabled support for the MENU button. -- Mark Murphy (a Commons Guy)

RE: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Tommy Hartz
Yeah what is the app name, I might have access to a nexus 7. I do have access to a 4.0 tablet that does not have any hard menu keys. I'd be happy to take a look and see if I can find the menu. I would consider myself an above average user who should be able to find the menu if it really is there

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Keith Wiley
Shead Spreet Lite. I would also be curious about WildSpectra Mobile Lite. Since they are built in very similar ways (w.r.t. the basic OS framework and model) I expect their menu behavior to be similar such that verifying with either one should inform me about both...I presume. Thanks a

Re: [android-developers] Setting .apk expiration

2012-09-19 Thread Marcelo Corvezola
Ok, thnx! On Wed, Sep 19, 2012 at 10:19 AM, Kristopher Micinski krismicin...@gmail.com wrote: No, this is not possible. kris On Tue, Sep 18, 2012 at 2:50 PM, Marcelo Corvezola mcorvez...@gmail.com wrote: Hi, I apologize if this easily availabe info I just couldn't find it. Is there

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Keith Wiley
Right, ugh. Thanks. I'm out of practice. I've been testing over USB on my own device for several months now and have completely blanked on the emulator. I'll see how that works. Good suggestions. On Wednesday, September 19, 2012 2:51:37 PM UTC-7, Mark Murphy (a Commons Guy) wrote: On

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Keith Wiley
Thanks. Either Shead Spreet Lite or WildSpectra Mobile Lite. Since boths apps are built using a similar overall approach to the OS, testing either should reveal the situation for both apps simultaneously. On Wednesday, September 19, 2012 2:53:31 PM UTC-7, Tommy wrote: Yeah what is the app

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Francisco Marzoa
Why it needs permission to call phone numbers? I rather like to try it on my N7, but no with such permission, indeed. On Sep 19, 2012 11:53 PM, Keith Wiley kbwi...@gmail.com wrote: Shead Spreet Lite. I would also be curious about WildSpectra Mobile Lite. Since they are built in very similar

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Mark Murphy
On Wed, Sep 19, 2012 at 5:51 PM, Keith Wiley kbwi...@gmail.com wrote: Shead Spreet Lite. I would also be curious about WildSpectra Mobile Lite. Since they are built in very similar ways (w.r.t. the basic OS framework and model) I expect their menu behavior to be similar such that verifying

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Keith Wiley
OYE! We're off topic and this is a very common complaint. People butt heads with me over the permissions all. the. time. It's so frustrating. I do the best I can to explain these things up front on the Android Market (or Google Play [worst name ever]) but the Google Play interface is not

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Keith Wiley
Thanks. On Wednesday, September 19, 2012 3:14:11 PM UTC-7, Mark Murphy (a Commons Guy) wrote: On Wed, Sep 19, 2012 at 5:51 PM, Keith Wiley kbw...@gmail.comjavascript: wrote: Shead Spreet Lite. I would also be curious about WildSpectra Mobile Lite. Since they are built in very

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Mark Murphy
On Wed, Sep 19, 2012 at 6:24 PM, Keith Wiley kbwi...@gmail.com wrote: The ability to jump to the phone dialer was a specific user request (not even my idea) to enable users to tap phone numbers in spread sheets and jump to the dialer app to easy calling. You do not need CALL_PHONE to use

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Francisco Marzoa
Well, bear in mind that I was about to install the application just for helping you for free, so I am actually not interested on it enough to read the app description... Anyway I realized after writing my previous message that N7 has no phone at all, so that permission has no effect neither... so

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Keith Wiley
Oh cool. I see what you're getting at. Thanks. I actually know exactly how that happened. I originally used ACTION_CALL (and therefore had to put CALL_PHONE in). I didn't like having it immediately dial so I switched to ACTION_DIAL and liked the interaction a lot better that way (allowing

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Keith Wiley
I appreciate you helping me clarify the situation. Cheers! On Wednesday, September 19, 2012 3:39:11 PM UTC-7, Fran wrote: Well, bear in mind that I was about to install the application just for helping you for free, so I am actually not interested on it enough to read the app

RE: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Tommy Hartz
On my Acer Iconia Tab I get the soft menu represented by 3 horizontal lines on the toolbar at the bottom that contains the time and battery information. So it defently shows even if there isn't a hard button for the menu. I will say from experience it took me a while to figure out what button was

Re: [android-developers] Setting .apk expiration

2012-09-19 Thread Nikolay Elenkov
On Tue, Sep 18, 2012 at 2:50 PM, Marcelo Corvezola mcorvez...@gmail.com wrote: Is there a way to set the .apk expiration cert. date for say, 1 day, or hours from build? On Thu, Sep 20, 2012 at 2:19 AM, Kristopher Micinski krismicin...@gmail.com wrote: No, this is not possible. How is

Re: [android-developers] Setting .apk expiration

2012-09-19 Thread Kristopher Micinski
On Wed, Sep 19, 2012 at 10:06 PM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Tue, Sep 18, 2012 at 2:50 PM, Marcelo Corvezola mcorvez...@gmail.com wrote: Is there a way to set the .apk expiration cert. date for say, 1 day, or hours from build? On Thu, Sep 20, 2012 at 2:19 AM,

Re: [android-developers] Setting .apk expiration

2012-09-19 Thread Kristopher Micinski
On Wed, Sep 19, 2012 at 10:11 PM, Kristopher Micinski krismicin...@gmail.com wrote: On Wed, Sep 19, 2012 at 10:06 PM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Tue, Sep 18, 2012 at 2:50 PM, Marcelo Corvezola mcorvez...@gmail.com wrote: Is there a way to set the .apk expiration

[android-developers] Re: gridview in android

2012-09-19 Thread Saurabh Khemka
Somebody plz suggest On Tuesday, 18 September 2012 19:29:11 UTC+5:30, Saurabh Khemka wrote: - I have a gridview of textfields in android. I want to shift a particular textview from its position. How do I get the view respective to that textview? -- You received this

[android-developers] Re: expandable list group view

2012-09-19 Thread sindhu
Actually button is not covering full list,i have my own layout design with textfield is left of the list view and image button at the right of the list view . when i click on the button need to invoke downloadingFile . When i select the list item i should get the file name . The problem is not

<    1   2