[android-developers] Re: SDK Tools r12 causing aapt to fail

2011-07-18 Thread William Ferguson
Thanks Kostya, Xavier. I'll give that a whirl tonight. Is there a good reference anywhere about the right way to reference and handle styles? All I've ever managed to find are disjointed snippits by other developers. And have managed to proceed from that and by copying examples in the Android

Re: [android-developers] Re: SDK Tools r12 causing aapt to fail

2011-07-18 Thread Kostya Vasilyev
19.07.2011 2:00, William Ferguson пишет: Thanks Kostya, Xavier. I'll give that a whirl tonight. Is there a good reference anywhere about the right way to reference and handle styles? There is this: http://developer.android.com/guide/topics/ui/themes.html And personally, I like looking

[android-developers] Buttons in a videoview.

2011-07-18 Thread Tberry
I am trying to put some buttons on a videoview. I know frame layouts normally allow that but for some reason when I try to run the program it fails. Im not too sure if its because of space or something else wrong with my layout. The reason I know the buttons are causing it to fail is because when

[android-developers] it's coded (force closes, but coded) WAS: Need a slight clarification....

2011-07-18 Thread Jim Graham
Never mind. I got it. It's not working (force close instead of telling me that the app isn't licensed). In fact, the app isn't even uploaded to the Market yet And it won't be, until I get past this force close. -- 73 DE N5IAL (/4)| Peter da Silva: No, try rm -rf /

[android-developers] Help with ScrollView

2011-07-18 Thread Eduardo Reis
hi, could somebody help me, please? :] Do you remember what happen when there are a listview that contains some icons (about three icons), and I touch the screen and scrollup or scrolldown, so the list (of icons) moves and following my finger. So I remove my finger from screen and the list back

Re: [android-developers] Re: How to lock current orientation at runtime?

2011-07-18 Thread Dianne Hackborn
I wouldn't suggest putting it in a Service unless it is really something you want to have executing when the user is outside of your app. For example, a browser typically wouldn't associate a Service with networking, because all of its networking is there to serve the UI. On Mon, Jul 18, 2011 at

[android-developers] 10am TODAY is LAST CHANCE for Android ADK Open Call - Win an ADK !

2011-07-18 Thread Johno Scott
This is your LAST CHANCE to get involved in this great event. Be in front of your computer at 10am today for the Round 1 quiz https://sites.google.com/site/opencallforgdd/the-challenge Good luck ! Johno Scott -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: 10am TODAY is LAST CHANCE for Android ADK Open Call - Win an ADK !

2011-07-18 Thread Johno Scott
Apologies, in the rush i thought this was posting to my local Android User Group. On Jul 19, 8:54 am, Johno Scott john.scott.gro...@staff.studylink.com wrote: This is your LAST CHANCE to get involved in this great event. Be in front of your computer at 10am today for the Round 1 quiz

[android-developers] Join us for Android Programming July 21st 2011 Webinar - Publishing

2011-07-18 Thread Sang Shin
This week's topic is Publishing. Android Programming July 21st 2011 Webinar - Publishing Join us for a Webinar on July 21 https://www3.gotomeeting.com/register/360109006 *Space is limited.* Reserve your Webinar seat now at: https://www3.gotomeeting.com/register/360109006 In this

Re: [android-developers] Using assets / permissions from library projects

2011-07-18 Thread Xavier Ducrohet
Not at the moment. It's something we want to do but there's nothing right now. On Mon, Jul 18, 2011 at 1:56 PM, Dale Harvey d...@arandomurl.com wrote: I am currently working on an application that is packaged as an android library, the library contains some source files as well as some

[android-developers] Re: APK Size

2011-07-18 Thread Ronoli
Several really great work around ideas and they all have opportunity. I'm hoping that maybe in future releases this monolith .apk style might be tweaked into a smarter installer or is that an app idea? Smart Installer? Maybe the hardware of the near future won't even care... Anyway, thank you

[android-developers] Exceptions

2011-07-18 Thread bob
Has anyone seen this where you're debugging an app, and your app throws an exception. Then, you look in the log to see what it is but the log just keeps on clearing itself? Are you kidding me? Why does the log keep clearing itself? Is there an easier way to figure out what exception just

[android-developers] Re: Exceptions

2011-07-18 Thread NikolaMKD
Try selecting the Verbose (V) in the logcat It might show everything...I cant think of anything else. On Jul 19, 1:12 am, bob b...@coolgroups.com wrote: Has anyone seen this where you're debugging an app, and your app throws an exception.  Then, you look in the log to see what it is but

[android-developers] Re: Eclipse with ADT goes Not Responding

2011-07-18 Thread snpe
Hi, You can open your eclipse.ini and change the lines: -Xms40m -Xmx384m to -Xms256m -Xmx1024m These values ​​may be higher. It depends on your RAM. Regards, Peco On Jul 18, 3:12 pm, Mate Gulyas avalo...@gmail.com wrote: Hi! I upgraded to Indigo, downloaded the ADT plugin a few days ago.

Re: [android-developers] Exceptions

2011-07-18 Thread TreKing
On Mon, Jul 18, 2011 at 6:12 PM, bob b...@coolgroups.com wrote: Then, you look in the log to see what it is but the log just keeps on clearing itself? The log has a buffer - eventually it exhausts the space and it runs into this perpetual clearing behavior (I think it's a bug). You can just

[android-developers] Re: Role of the Compatibility Library?

2011-07-18 Thread Zsolt Vasvari
A good example of a widget that should never have been in the platform is the sliding drawer. Why can't you deprecate something like that and add an implementation of it to the CL, so people could still be using it if they want to? -- You received this message because you are subscribed to

Re: [android-developers] Re: Role of the Compatibility Library?

2011-07-18 Thread Romain Guy
We could do this. But my point was that it should have never been in the platform in the first place. On Mon, Jul 18, 2011 at 5:28 PM, Zsolt Vasvari zvasv...@gmail.com wrote: A good example of a widget that should never have been in the platform is the sliding drawer. Why can't you

[android-developers] Problems with Orders Inbox?

2011-07-18 Thread Gregg Reno
In the past week, I've had a couple of transactions in my google checkout orders inbox show up with the following error: Oops! An error occurred while retrieving data for your request. Please try again. If the error persists, please contact Google. So if there are 20 transactions on the page and

R: Re: [android-developers] Re: LVL behavior on client side license validity check for free apps

2011-07-18 Thread rich friedel
In his next post... (Billing works just fine with free apps.) -- 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

Re: [android-developers] Re: LVL behavior on client side license validity check for free apps

2011-07-18 Thread Mark Carter
What about if you submit an APK as a paid app and then later reduce the price to zero? Admittedly, this would break down as soon as you want to update the APK, but I'd be interested to know nonetheless. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Problems with Orders Inbox?

2011-07-18 Thread Mark Carter
Yep, I've been getting that too. It happens for failed operator billings (as opposed to credit card billings). I just archive it and so transfer the problem to my Archive folder! I sent a message about this to the Google Checkout team a couple of days ago - no reply yet... -- You received

[android-developers] app force-closing, need help with LogCat output

2011-07-18 Thread Jim Graham
First, here's the LogCat output. Every time I try to wrap the long lines, it ends up looking worse than it does nowso if you want to grab it online and pull it up in an editor (or just view it in your web browser), instead of in e-mail, it's online at http://www.jstrack.org. If I'm reading

[android-developers] Can't run Compatibility Library sample app on 2.3.4

2011-07-18 Thread Zsolt Vasvari
It cannot find OnQueryTextListener which is implemted by LoaderCustomSupport$AppListFragment. OnQueryTextListener was added in Level 11. What am I doing wrong, or is the sample wrong? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] CL Sample App: FragmentPagerSupport vs. FragmentStatePagerSupport

2011-07-18 Thread Zsolt Vasvari
Those two classes are identical. What were/are the intended differences? -- 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] Problem with dynamic table layout

2011-07-18 Thread julious raj
Hi all, I've generated table layout dynamically.But nothing displays in the activity. My program is below. I am beginner in Android.I don't know where the problem is? Please help me. package com.maag.tableproject; import android.app.Activity; import android.os.Bundle; import

Re: [android-developers] google map not display

2011-07-18 Thread arun kumar
its api key problem -- 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

Re: [android-developers] app force-closing, need help with LogCat output

2011-07-18 Thread Nikolay Elenkov
On Tue, Jul 19, 2011 at 12:21 PM, Jim Graham spooky1...@gmail.com wrote: ERROR  AndroidRuntime   16968   Caused by: android.util.AndroidRuntimeException: requestFeature() must be called before adding content ERROR  AndroidRuntime   16968       at

FIXED, Thanks! Re: [android-developers] app force-closing, need help with LogCat output

2011-07-18 Thread Jim Graham
On Tue, Jul 19, 2011 at 01:20:31PM +0900, Nikolay Elenkov wrote: Doesn't seem to have anything to do with LVL. Just call requestWindowFeature() before setContentView() in your onCreate(). Thanks. That appears to have fixed it. It now gets stuck on the Checking License screen, which makes

[android-developers] Fwd: Editview when click an listview has to appear in that layout only.......

2011-07-18 Thread arun kumar
-- Forwarded message -- From: arun kumar arun.kata...@gmail.com Date: Mon, Jul 18, 2011 at 10:10 PM Subject: Editview when click an listview has to appear in that layout only... To: android-developers@googlegroups.com HI am having an textview placed at the bottom of

[android-developers] Re: Android and Google Maps

2011-07-18 Thread kypriakos
Hi, I tried the link below - in fact it is fairly similar to the Professional Android book example ;) The app starts fine and it does display a map grid but no map. I am using the google map api key assigned to my account for Android access to the maps. Any idea as to why this map shows up

[android-developers] security using Biometrics

2011-07-18 Thread Narendra Bagade
Hi All, I want to develop voice security application. Basic idea is to compare voice and allow to login. can anyone help me how to achieve this. -- Regards, Narendra . -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] security using Biometrics

2011-07-18 Thread TreKing
On Mon, Jul 18, 2011 at 11:59 PM, Narendra Bagade bagadenaren...@gmail.comwrote: I want to develop voice security application. Basic idea is to compare voice and allow to login. can anyone help me how to achieve this. This is ridiculously vague - what kind of help are you looking for?

[android-developers] Calling Weather App Via Intent

2011-07-18 Thread plutonianandroid
Hello, I want to call the launch the stock weather app from my program via an intent, but I keep getting a force close runtime error, and LogCat gives me nothing. The code I am trying to use to achieve this is: public void startWeatherActivity() { Intent intent = new

Re: [android-developers] google map not display

2011-07-18 Thread arun kumar
hai guys, ya i got google map perfectly. its api key problem only:) now its works On Tue, Jul 19, 2011 at 9:41 AM, arun kumar arun.kata...@gmail.com wrote: its api key problem -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] security using Biometrics

2011-07-18 Thread Narendra Bagade
I want to know about android api avaialble for Biometric or any third party api. On Tue, Jul 19, 2011 at 11:00 AM, TreKing treking...@gmail.com wrote: On Mon, Jul 18, 2011 at 11:59 PM, Narendra Bagade bagadenaren...@gmail.com wrote: I want to develop voice security application. Basic

Re: [android-developers] How to get phone's flip state?

2011-07-18 Thread mayank k varshney
check onConfiguration change of activity may be this is the answer of ur question On Mon, Jul 18, 2011 at 2:05 PM, babycoo...@hotmail.com babycoo...@hotmail.com wrote: Hi, in my application, I want to get phone's flip state. i.e. Closed or Opened. How can I do that? Thanks. Qin. -- You

<    1   2