[android-developers] Re: Set 2 buttons positions in all densities

2011-03-23 Thread Alaeddine Ghribi
Any help please? Thank you . On 23 mar, 14:43, Alaeddine Ghribi alaeddineghr...@gmail.com wrote: Sorry but i didn't find anything ! can you give me an example to follow ? Thank you :). On 23 mar, 12:17, lbendlin l...@bendlin.us wrote: use dp/dip, and read up a little more on the

Re: [android-developers] Amazon appstore

2011-03-23 Thread TreKing
On Wed, Mar 23, 2011 at 11:56 AM, Hendrik Greving fourhend...@gmail.comwrote: Do you guys know why you need a tax id in the amazon appstore? For tax purposes? - TreKing

[android-developers] How to test my application

2011-03-23 Thread rishabh agrawal
I have no real android mobile.I check my apps on emulator it working perfect.So how to check i sign my apps properly or not for real android deveice.Any other method for checking my apps in real android device.Please suggest -- You received this message because you are subscribed to the Google

[android-developers] Paypal Contest

2011-03-23 Thread Russell DuRoss
Anyone have any thoughts on this new Paypal in-app purchasing contest? https://www.x.com/community/ppx/xspaces/mobile -- 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

Re: [android-developers] Sync to google calendar

2011-03-23 Thread Mark Murphy
Use the Google Calendar GData API, presumably. On Wed, Mar 23, 2011 at 12:56 PM, Brad Stintson geek.bin...@gmail.com wrote: How can I sync my application data to google calendar? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog |

Re: [android-developers] Adding EditText custom context menu items *before* system defaults

2011-03-23 Thread Mark Carter
Yep, that's my current workaround - seems to work OK... On 23 March 2011 23:57, TreKing treking...@gmail.com wrote: On Wed, Mar 23, 2011 at 2:37 AM, Mark Carter mjc1...@googlemail.comwrote: Is there any way to override this? Could you remove them, add yours, then re-add the defaults?

Re: [android-developers] Re: bitmap size exceeds VM budget on BitmapFactory.decodeResource

2011-03-23 Thread Nasif Noorudeen
you have to make resize image basedon the sampling factor. i saw in stack overflow same question is answrered by some guys On Wed, Mar 23, 2011 at 2:44 PM, Pent supp...@apps.dinglisch.net wrote: I have to stop answering queries, someone else always comes along with a much better answer :-)

Re: [android-developers] Sync to google calendar

2011-03-23 Thread TreKing
On Wed, Mar 23, 2011 at 11:56 AM, Brad Stintson geek.bin...@gmail.comwrote: How can I sync my application data to google calendar? Read the manual on Google Calendar API? - TreKing

Re: [android-developers] Re: bitmap size exceeds VM budget on BitmapFactory.decodeResource

2011-03-23 Thread String
On Wednesday, March 23, 2011 5:11:56 PM UTC, nasif-android wrote: i saw in stack overflow same question is answrered by some guys Great, thanks for the helpful link! /snark String -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Scope of Singletons

2011-03-23 Thread Jake Colman
T == TreKing treking...@gmail.com writes: T On Wed, Mar 23, 2011 at 11:37 AM, Jake Colman col...@ppllc.com wrote: public static MyClass getInstance() { if( instance = null ) instance = new MyClass(); return instance; } T I hope that was a typo. If that's your

[android-developers] Re: Paypal Contest

2011-03-23 Thread Jake Colman
RD == Russell DuRoss r2s...@gmail.com writes: RD Anyone have any thoughts on this new Paypal in-app purchasing RD contest? https://www.x.com/community/ppx/xspaces/mobile I thought that in-app payments such as Paypal is providing is a violation of the Android Marketplace agreements since

Re: [android-developers] Re: Set 2 buttons positions in all densities

2011-03-23 Thread TreKing
On Wed, Mar 23, 2011 at 8:43 AM, Alaeddine Ghribi alaeddineghr...@gmail.com wrote: Sorry but i didn't find anything ! Where did you look!? What have you tried!? - TreKing

Re: [android-developers] Re: Paypal Contest

2011-03-23 Thread Justin Anderson
Only for apps that are distributed through the Android Market. If I were to implement this, I would implement it only as a custom build that I could distribute on my website. I already am going to have custom builds to allow for the Amazon AppStore, so once I implement that, adding a custom

[android-developers] Amazon Appmarket is now open!

2011-03-23 Thread Matt M
To those who have submitted apps to Amazon how long did it take between submitting and approval? 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

[android-developers] Re: Install % drop again?

2011-03-23 Thread Doug
I've been recovering % slowly last week (after a couple large initial gaps ups) and seemed to have topped off last weekend at a reasonable historical number. Rankings seems to be reasonable as well. All I can say is this Android Market roller coaster sure is a wild ride. Doug On Mar 22, 10:11 

[android-developers] Re: ScrollView inside Gallery does not scroll

2011-03-23 Thread jotobjects
On Mar 22, 3:59 pm, Shawn Holland seholl...@gmail.com wrote: In your activity, override onTouchEvent and pass the event to the gallery before you pass it on to the super class. Have your tried this. It sounds like Activity.onTouchEvent gets called last after all the View.onTouch events have

[android-developers] Android market?

2011-03-23 Thread kiros88
I hope this is okay to ask here but its jsut a simple questions im just curious does anyone knows if you can upload like a README file for the user so when they download the apk file they also download the .txt file with it? -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: Paypal Contest

2011-03-23 Thread TomTasche
I've already contacted the PayPal support about theirs contest violating Android Market's terms (more or less). They told me to release in-app purchases on third-party markets... Have a great day Tom -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Android market?

2011-03-23 Thread kiros88
Actually okay So im trying to technically put a config file in the apk package but im not really sure where to put it does anyone know where to store a .con file like right now i was thinking drawable cuz its the only place that doesnt give me a project error but i know its not going to work there

Re: [android-developers] Android market?

2011-03-23 Thread Justin Anderson
No. If you want to do that, bundle the information with your app, and display it the first time they launch it. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Mar 23, 2011 at 11:55 AM, kiros88 ghui...@gmail.com wrote: I hope this is okay to ask

Re: [android-developers] Amazon Appmarket is now open!

2011-03-23 Thread Justin Giles
It varies. When I was first submitting last year, it was a fairly quick turn around...say a week, week and half. Currently it appears the turn around is more in the 1-3 week time frame. On Wed, Mar 23, 2011 at 12:38 PM, Matt M matthew.mag...@gmail.com wrote: To those who have submitted apps

Re: [android-developers] Re: Android market?

2011-03-23 Thread Kostya Vasilyev
23.03.2011 21:10, kiros88 пишет: Actually okay So im trying to technically put a config file in the apk package but im not really sure where to put it does anyone know where to store a .con file like right now i was thinking drawable cuz its the only place that doesnt give me a project error but

Re: [android-developers] Amazon Appmarket is now open!

2011-03-23 Thread Justin Giles
Oh, and it never hurts to send them an inquiry after a week or so has passed. They are very responsive! On Wed, Mar 23, 2011 at 1:06 PM, Justin Giles jtgi...@gmail.com wrote: It varies. When I was first submitting last year, it was a fairly quick turn around...say a week, week and half.

Re: [android-developers] Re: Paypal Contest

2011-03-23 Thread Ralf Schneider
Is it allowed on the Amazon Appstore to include In-App payments (via PayPal)? I haven't found anything regarding this topic on their site... 2011/3/23 TomTasche tomtas...@gmail.com I've already contacted the PayPal support about theirs contest violating Android Market's terms (more or less).

Re: [android-developers] Releasing a tablet-only application

2011-03-23 Thread Chris Stewart
Thanks for the replies. -- Chris Stewart http://chriswstewart.com On Wed, Mar 23, 2011 at 11:51 AM, TreKing treking...@gmail.com wrote: On Wed, Mar 23, 2011 at 10:33 AM, Chris Stewart cstewart...@gmail.comwrote: Is it really a matter of setting the minimum SDK level to 11? No, that

[android-developers] PHP Support or not

2011-03-23 Thread rishabh agrawal
In the android O.S,I want develope web bassed apps.i am a beginner in this field.so plz suggest me PHP is give me help when i create web based apps. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] PHP Support or not

2011-03-23 Thread Chris Stewart
Android runs native code written in the Java language. If you want to build web-based apps for Android (and all mobile in that case), I would focus on building web apps that run on web servers which can be consumed by the phones and other mobile devices. You can't run PHP code natively in

[android-developers] Re: SIGSEGV on free()

2011-03-23 Thread Hari Edo
This has nothing to do with Android, per se. Calling free(x) when x is NULL is not harmful. Calling free(x) when x came from malloc() is not harmful. Calling free(x) twice with the same value of x will surely SIGSEGV. Calling free(x) with a bad value will likely SIGSEGV. Note case 3: if you

Re: [android-developers] PHP Support or not

2011-03-23 Thread Jonas Petersson
Not that I've tried it, but you may want to check this out: http://www.phpforandroid.net/ / Jonas On 2011-03-23 20:01, Chris Stewart wrote: Android runs native code written in the Java language. If you want to build web-based apps for Android (and all mobile in that

Re: [android-developers] Re: Paypal Contest

2011-03-23 Thread Justin Anderson
I would be surprised if it would... For the same reason that the Android Market doesn't allow this. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Mar 23, 2011 at 12:48 PM, Ralf Schneider li...@gestaltgeber.comwrote: Is it allowed on the Amazon

[android-developers] Re: Sending data from android apps to TCP IP

2011-03-23 Thread Wall-E
This is the code I use to do what you're trying to do, I'm not sure about the usage of DataOutputStream as that's the main difference I see in terms of setting up my socket and your setup. private boolean connect(String ip, String port) { try { InetAddress serverAddr

[android-developers] Re: Sending data from android apps to TCP IP

2011-03-23 Thread Wall-E
Sorry, I failed to include that the out variable is an OutputStream object. So, OutputStream out; is what I'm using. On Mar 23, 3:23 am, Honest honestsucc...@gmail.com wrote: Hello, I am able to connect to TCP IP netwrok but even if i am sending some byte array but yet i am not seeing any

[android-developers] Re: Android market?

2011-03-23 Thread kiros88
So if i was programming it in when i need to acces that file where do i get the assets folder like if it was in res/ its usually like R.drawable.icon so what would itbe for assets On Mar 23, 11:17 am, Kostya Vasilyev kmans...@gmail.com wrote: 23.03.2011 21:10, kiros88 пишет: Actually okay

Re: [android-developers] Re: Android market?

2011-03-23 Thread Kostya Vasilyev
For res/raw/blah: Resources resources = context.getResources(); InputStream stream = resources.openRawResource(R.raw.blah); http://developer.android.com/reference/android/content/res/Resources.html For assets/blah: AssetManager assets = context.getAssets();

[android-developers] Re: database and maps

2011-03-23 Thread sunny
@piyush thanx a lot . I knw this is bit too much do u hav links to sm tuts regarding dis .I have been at it fr a while.. On Mar 23, 12:33 pm, Piyush Hari piyush.h...@gmail.com wrote: Putting latitudes and longitudes is one way. Putting just the address and geocoding it before displaying on map

[android-developers] LogCat device-side configuration

2011-03-23 Thread Dev Asc
Hi, folks! Spamming messages of ViewRoot with touchevents hassle me ERROR/ViewRoot enter(14607): Dispatching touchevent to I use two different devices (Nexus and ZTE) with the same Android version for dev. Version is the same but firmware is not equal of cause. I noticed that LogCat of HTC

[android-developers] sensor HAL

2011-03-23 Thread palanivel.durais...@googlemail.com
Hi, I am developing gyro sensor driver for Android 2.3.1(gingerbread). I would like to develop sensor HAL module for accessing the driver. Where can I find the sample code for sensor HAL? Thanks Palanivel -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] android market application

2011-03-23 Thread Brill Pappin
I gotta' say I'm not impressed with Amazon's contribution at this point... the Google Market just jump a peg on my esteem meter because I'm very annoyed with the Amazon market right now. -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] creating a driver application

2011-03-23 Thread rahul
Hello, We need to access the USB port on an andriod tablet(version 3.0).A camera will be connected to the tablet via a usb port and should be able to receive commands of start and stop from the tablet. By default the usb is taken as a mass storage device and so we will not be able to have a 2

[android-developers] Which SDK to use

2011-03-23 Thread WildRock Media
Hello, I have a very basic news app which was built using 1.5 (level 3) I dont need any of the features of the new api so should I still with 1.5 or rebuild the app using the latest SDK. The app works fine for all api versions when using a emulator Thanks Bob -- You received this message

[android-developers] Translation

2011-03-23 Thread Stephen Cox
How can I help with translation? I can do an afrikaans android. -- Stephen Cox -- 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

[android-developers] Re: Animated Application icons

2011-03-23 Thread Viktor Lannér
On 22 mar, 20:01, Samuh samuh.va...@gmail.com wrote: Is it possible to animate application icons? Thanks. Fortunately, no. It would causing a bloating user experience. However, if you're looking to dynamically change an icon you should see the Widget alternative here:

[android-developers] android mapview maximum zoom level only 19

2011-03-23 Thread Petr
Hi all, I created a simple MapActivity on my android and discovered that its MapView can't be zoomed in to more than level 19. The zoom-in button just greys out. However, when I start the official Google Maps application, exactly the same area of the map successfully zooms in two more levels to

[android-developers] RSS - APP

2011-03-23 Thread diego barbosa
I have an application that read a rss when I click an item in the rss, it redirects to the browser, being that I wanted him to open inside my app. My code is as follows: protected void onListItemClick (ListView l, View v, int position, long id) { super.onListItemClick (l, v,

[android-developers] Re: Amazon Appmarket is now open!

2011-03-23 Thread Brill Pappin
Arrg! I just went to try and deploy one of our apps, but they seem to be using the old style (DRM?) licensing. Now i have to break my apps just to deploy them or maintain separate code copies or even separate apps! So far I'm more impressed with the lame-but-improving Google Market. Does anyone

[android-developers] Re: getbyname() on LAN

2011-03-23 Thread Dirk Bruere
Thanks. I'll check out the references tomorrow. Right now it's 04:24 here The app I am writing is for a tablet to be connected to customers LAN designed to control an XP based machine named Base. I have no control over their router settings. Nor can I rely on them having an active Internet

[android-developers] max duration reached

2011-03-23 Thread robin
when I cache video before playing, there is a error called max duration reached.How can I settle this problem? 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

Re: [android-developers] how to stop a progressbar which is runs using a thread?

2011-03-23 Thread JayasriRani Kunapareddy
hai can i have code for dynamic expandable list view similar to dynamic list view On Wed, Mar 23, 2011 at 11:39 AM, gaurav gupta gaurav.gupta...@gmail.comwrote: hi guys, in my application, m using a progrssbar that show the current progress of a song.i need to stop the song as well as

[android-developers] How to hide GUI (shown by default) after receiving call

2011-03-23 Thread t22
I want to hide the GUI popped up when I receive call and want that call to get received (answered) automatically.How can I do this? -- 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] Video chat?

2011-03-23 Thread saha dev
Hi, I need to develop an video chat application for android. Is there any open source application available for Video chat? Regards Naved -- 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] imsdroid working?

2011-03-23 Thread saha dev
Hi, Whether imsdroid -- High Quality Video SIP/IMS client for Google Androidhttp://code.google.com/p/imsdroid/ (http://code.google.com/p/imsdroid/) is working for any one? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Launching another app and measuring FPS?

2011-03-23 Thread Aaron
Hi all, Is it possible to launch a game and measure its FPS? Particularly, I want to measure FPS in similar manner to what FRAPS does on the desktop for DX and OpenGL. Aaron -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Re: SQLiteDatabase or XML(saving)?

2011-03-23 Thread Dianne Hackborn
Um, no. A database doesn't have anything to do with security. An XML file is not intrinsically tied to The Internet. You probably do not want to use a database. A database is good for situations where you have structured data with relatively lots of items where you want to do queries against

Re: [android-developers] Re: FLAG_BLUR_BEHIND not working with Honeycomb?

2011-03-23 Thread Dianne Hackborn
You can't, sorry. I recommend avoiding this. Back in the G1 days the blur effect could be implemented somewhat efficiently in software. Those days are long past. This is something you should avoid until at some point in the future when it is done on the GPU. 2011/3/15 Clément Plantier

Re: [android-developers] why is the account managed by AccountManager is delete automatically ?

2011-03-23 Thread Dianne Hackborn
Because when the SD card is unmounted the apps on it disappear, so things that have state associated with those apps will clean it up. This is why the documentation says you should not allow these kinds of apps to be placed on the SD card. On Mon, Mar 21, 2011 at 8:22 PM, 琅琅

Re: [android-developers] Re: Activity lifecycle... still a mystery to me

2011-03-23 Thread Dianne Hackborn
On Mon, Mar 14, 2011 at 3:25 PM, Indicator Veritatis mej1...@yahoo.comwrote: But (and you knew there was a 'but' coming), even this leaves important questions unanswered. In particular, what does it mean to have input focus over any other activities? You imply elsewhere that it does NOT mean

[android-developers] Texting on Contniuum

2011-03-23 Thread Courtney
What is the latest on the Droid texting issue?! I've just switched back to Droid from blackberry and want to make sure I will not be effected by messages going to the wrong users -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Newbie: Widget onUpdate called only on creation

2011-03-23 Thread Eduardo Yáñez Parareda
Hello, I'm developing my first widget so I've following Google tutorials, but I don't get it works as I expect, it only calls onUpdate when the widget is installed, but it isn't called again... code public class TestWidgetProvider extends AppWidgetProvider { // Log tag private static

[android-developers] Re: App review

2011-03-23 Thread ProtoLD
In response to the bitter comment left by TreKing, it could be similarly said, who cares about what some random dude's app on the internet? However, your site appears like it's a template of some blog or other. To offer suggestions at this point would be literally telling you how to develop your

[android-developers] Re: How to test my application

2011-03-23 Thread kevinlieb
You will need to just go out and get a real android device... On Mar 23, 10:01 am, rishabh agrawal android.rish...@gmail.com wrote: I have no real android mobile.I check my apps on emulator it working perfect.So how to check i sign my apps properly or not for real android deveice.Any other

[android-developers] Re: SQLiteDatabase or XML(saving)?

2011-03-23 Thread Jonathan Foley
That's not entirely true, one could base64 encode the image bytestream and store it in xml, alternatively one could store the image files themselves and just store their path in the xml file. Jonathan On Mar 23, 3:59 am, DanH danhi...@ieee.org wrote: Well, you can't put images in XML. If

[android-developers] Communicating with the running Thread after Activity is Restarted/Recreated.

2011-03-23 Thread Jacob
Hi I have a Activity class, a Thread class. The activity object creates the thread object and starts the thread. I can communicate with the thread via Handler class. The thread is running and doing some simple data fetching thru web. Question/Issue. If I press the back button on the Activity

[android-developers] Re: Set 2 buttons positions in all densities

2011-03-23 Thread lbendlin
http://lmgtfy.com/?q=android+layout+parent -- 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] ForceClose When Sending a Log File

2011-03-23 Thread Jake Colman
I have a simple file logging class that writes a log to the external drive. Using a Preference Screen the user can enable/disable debugging and email me the log. To send myself the log I create an ACTION_SEND intent and add an extra of EXTRA_STREAM with a file URI. This appears to be the

Re: [android-developers] Re: Amazon Appmarket is now open!

2011-03-23 Thread TreKing
On Tue, Mar 22, 2011 at 10:17 AM, Marcin Orlowski webnet.andr...@gmail.comwrote: On 22 March 2011 16:00, TreKing treking...@gmail.com wrote: On Tue, Mar 22, 2011 at 9:42 AM, Marcin Orlowski webnet.andr...@gmail.com wrote: Did sad panda mail amazon staff about that? Not yet, but I will.

Re: [android-developers] Re: Amazon Appmarket is now open!

2011-03-23 Thread David Williams
Hope you can get beers for a dollar a piece ;) David Williams Check out our WebOS mobile phone app for the Palm Pre and Pixi: http://www.dtw-consulting.com/GolfCaddie Golf Caddie http://www.dtw-consulting.com/GolfCaddie |

Re: [android-developers] Communicating with the running Thread after Activity is Restarted/Recreated.

2011-03-23 Thread Kostya Vasilyev
Jacob, A static member variable, possibly wrapped in a singleton is how you can get the thread. Otherwise, your activity isn't going to know that the thread already exists on second (and subsequent) launches. The thread would set the static to null when it's about to exit. However, using a

Re: [android-developers] Which SDK to use

2011-03-23 Thread Kostya Vasilyev
You can build with 1.5 if you don't need any 1.6+ features. However, one of those is support for multiple screen sizes and densities. Do you really not care about this? If you do, rebuild with 1.6 and at the very least set android:minSdkVersion in the manifest to 4. -- Kostya 23.03.2011

Re: [android-developers] Newbie: Widget onUpdate called only on creation

2011-03-23 Thread Kostya Vasilyev
As of 1.6 (I believe) the updatePeriodMillis is forced to be at least 30 minutes. -- Kostya 23.03.2011 19:07, Eduardo Yáñez Parareda пишет: Hello, I'm developing my first widget so I've following Google tutorials, but I don't get it works as I expect, it only calls onUpdate when the widget is

Re: [android-developers] Which SDK to use

2011-03-23 Thread TreKing
On Wed, Mar 23, 2011 at 6:30 AM, WildRock Media wildrockme...@gmail.comwrote: I dont need any of the features of the new api so should I still with 1.5 or rebuild the app using the latest SDK. In general, build against the latest API version you support, set minSDK to lowest level you

Re: [android-developers] ForceClose When Sending a Log File

2011-03-23 Thread TreKing
On Wed, Mar 23, 2011 at 3:43 PM, Jake Colman col...@ppllc.com wrote: Apparently the application will force close when sending the file if the logging had been on for an extended period of time before they tried to send it. What's causing the crash?

Re: [android-developers] ForceClose When Sending a Log File

2011-03-23 Thread Kostya Vasilyev
Jake, The limit would be dependent on the application chosen by the user to handle the action (the user may have multiple email applications installed and configured). Assuming that your Intent is well-formed (do you set the mime type?), and it isn't your application crashing, it sounds

[android-developers] Re: Activity lifecycle... still a mystery to me

2011-03-23 Thread Indicator Veritatis
The only 'correction' needed, Roger, is that backing out is the wrong term. When Activity A 'calls' Activity B (really, sending an Intent), no backing out takes place. Backing out is a much more appropriate term for what happens when the user presses the Back key, which causes finish() to be

[android-developers] Re: SQLiteDatabase or XML(saving)?

2011-03-23 Thread Robert
Hmmm I've been thinking about using a database to store a lot of data (several MB in text format). Is the sqlite db moved to the SD card when the app is moved or is it always on the internal memory? I'd rather not leave a big table on the phone's internal memory. Right now I have this data in

Re: [android-developers] Communicating with the running Thread after Activity is Restarted/Recreated.

2011-03-23 Thread TreKing
On Wed, Mar 23, 2011 at 3:23 PM, Jacob jacobroutolo...@gmail.com wrote: If I press the back button on the Activity dialog, activity is gone; the thread is still running and I like it that way The user will not like it that way. If I close your Activity, I have an expectation that you will

[android-developers] Re: ForceClose When Sending a Log File

2011-03-23 Thread Jake Colman
T == TreKing treking...@gmail.com writes: T On Wed, Mar 23, 2011 at 3:43 PM, Jake Colman col...@ppllc.com wrote: Apparently the application will force close when sending the file if the logging had been on for an extended period of time before they tried to send it. T

[android-developers] Re: sensor HAL

2011-03-23 Thread ip332
Android source code tree. On Mar 23, 4:52 am, palanivel.durais...@googlemail.com palanivel.durais...@googlemail.com wrote: Hi, I am developing  gyro sensor driver for Android 2.3.1(gingerbread). I would like to develop sensor HAL module for accessing the driver. Where can I find the sample

Re: [android-developers] Re: ForceClose When Sending a Log File

2011-03-23 Thread TreKing
On Wed, Mar 23, 2011 at 4:33 PM, Jake Colman col...@ppllc.com wrote: That's what I'm trying to find out! He claims that my app is force closing and I'm trying to figure what might cause that. Oh, well, in that case ... a bug in the bug reporting, classic (I had one of those). Since it

[android-developers] Strange behaviour with RessourceCursorAdapter

2011-03-23 Thread Antony BODY
Hi all, I have have a little question about a strange behaviour with a ListView wich is filled by a RessourceCursorAdapter. The result of my query contains diferent column, where one is a boolean use to display a picture or not. On true value the picture appears in my custom list item. My

[android-developers] Re: Amazon Appmarket is now open!

2011-03-23 Thread Nathan
On Mar 23, 5:37 am, Mark Murphy mmur...@commonsware.com wrote: On Wed, Mar 23, 2011 at 7:53 AM, Kostya Vasilyev kmans...@gmail.com wrote: A device manufacturer can only preinstall Market on their device is it passes Android certification tests. So a device without Market, at this point,

[android-developers] Re: ForceClose When Sending a Log File

2011-03-23 Thread Jake Colman
Kostya, I _think_ the intent is well-formed. Here is the code I am using: Intent emailIntent = new Intent( android.content.Intent.ACTION_SEND ); Resources res = getResources(); String emailTo[] = { AppMetaData.DEVELOPMENT_EMAIL_ADDRESS }; String emailSubject = res.getString(

[android-developers] Re: ForceClose When Sending a Log File

2011-03-23 Thread Jake Colman
T == TreKing treking...@gmail.com writes: T On Wed, Mar 23, 2011 at 4:33 PM, Jake Colman col...@ppllc.com T wrote: That's what I'm trying to find out! He claims that my app is force closing and I'm trying to figure what might cause that. T Oh, well, in that case ... a

[android-developers] Implementing Full-Justification

2011-03-23 Thread prgmratlarge
How can I go about getting full justification* working in an Android Textview. I understand it might not be natively supported, but there must be some way to do it. After all, the browser is able to do it. I would appreciate if someone can point me in the right direction... *see

Re: [android-developers] Re: ForceClose When Sending a Log File

2011-03-23 Thread Kostya Vasilyev
Two things. Calling putExtra twice with the same key is worthless, as only the latest will be kept (you can think of intent extras as a hash map). Don't remember if extra_email is supposed to be an array. Your code calls collectDeviceInfo - if it crashes, your code will not send email. Or one of

Re: [android-developers] Re: ForceClose When Sending a Log File

2011-03-23 Thread TreKing
On Wed, Mar 23, 2011 at 4:55 PM, Jake Colman col...@ppllc.com wrote: If I specify it then shouldn't that catch the Out of Memory exception or whatever it is that caused the force close? Yup. -

Re: [android-developers] Implementing Full-Justification

2011-03-23 Thread Kostya Vasilyev
The browser does not use textview to render HTML. You could look at Layout class in the SDK - this is what actually does text rendering in TextView. 24.03.2011 0:59 пользователь prgmratlarge yossiele...@gmail.com написал: How can I go about getting full justification* working in an Android

[android-developers] Re: Animated Application icons

2011-03-23 Thread Zsolt Vasvari
Fortunately, no. Exactly, I wouldn't want my phone to look like a page from the Daily Prophet. -- 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

Re: [android-developers] Re: Amazon Appmarket is now open!

2011-03-23 Thread Kostya Vasilyev
Do you mean they use Android's deprecated copy protection? Do they have anything similar to the LVL for licensing checks, or is it if it was allowed to download, it must have been paid for? 23.03.2011 23:16 пользователь Brill Pappin bpap...@sixgreen.com написал: Arrg! I just went to try and

[android-developers] Re: SQLiteDatabase or XML(saving)?

2011-03-23 Thread DanH
Yes, but then you're not storing an image. And whatever you are doing you're doing rather inefficiently. (And if XML would work, JSON would be a better choice in about 95% of cases.) On Mar 23, 3:18 pm, Jonathan Foley jonefo...@gmail.com wrote: That's not entirely true, one could base64 encode

Re: [android-developers] Re: Developers Phone Program

2011-03-23 Thread Greg Donald
On Sat, Mar 19, 2011 at 4:52 AM, Zsolt Vasvari zvasv...@gmail.com wrote: What other phone can you buy for $529 that's: a) better than a Nexus One An EVO. b) gets updated to the newest version of Android? It's pretty easy to root your phone and install whatever you want on it. ROM Manager

[android-developers] Re: Amazon Appmarket is now open!

2011-03-23 Thread Zsolt Vasvari
Side-note, I sold my first Amazon copy of my app (bringing the total up to an incredible ONE!) and am $2.10 richer! Woot! I'm hitting the dollar store after work and splurging on TWO things! =P LOL, you could (almost) ride the CTA once with that kind of cash... -- You received this message

[android-developers] Re: Developers Phone Program

2011-03-23 Thread Zsolt Vasvari
An EVO. That's on a contract. -- 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] Gallery default item selected is in center

2011-03-23 Thread Justin Anderson
* I'm using Gallery view within my app. Now when I run the code. Gallery has default selected item is no 1 which is in center and left side is blank. * *Instead I want no 1 item should be at left and selected.* From the description of Gallery: A view that shows items in a *center-locked*,

[android-developers] Re: AlertDialog.Builder question

2011-03-23 Thread dashman
i'd like to create a custom dialog using this code snippet from the SDK - verbatim. it doesn't work. i think there's a problem with the hi-lighted line. won't findViewById() try to find the element in the current window as opposed to the dialog that's being inflated. AlertDialog.Builder

[android-developers] Re: Amazon Appmarket is now open!

2011-03-23 Thread Russell DuRoss
I agree with the week or 2 for Paid apps, but I have a Free app that's been in the queue for several weeks - I'm thinking they're giving review preference to the Paid ones, which would make sense, of course. On Mar 23, 1:38 pm, Matt M matthew.mag...@gmail.com wrote:  To those who have submitted

[android-developers] replacing a fragments not working

2011-03-23 Thread jotobjects
Having a bit of a go with Fragments and hitting a snag. My layout looks like this. The objective is to add a Fragment to the LinearLayout. LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android android:id=@+id/foobar android:layout_width=fill_parent

[android-developers] Re: Amazon Appmarket is now open!

2011-03-23 Thread Gregg Reno
I'm not that happy about Amazon changing the descriptions without me reviewing it first, but they have been very responsive to my requests. I usually get something back from them the same day. What I am happy about are my sales numbers. Not sure if this is just a first day thing, but my sales

[android-developers] Re: Amazon Appmarket is now open!

2011-03-23 Thread sogwiz
Took about 1 week each for both the original version and for the updated version of the app. This was prior to the appstore being launched so those time durations may have since changed. On Mar 23, 10:38 am, Matt M matthew.mag...@gmail.com wrote:  To those who have submitted apps to Amazon how

[android-developers] Re: Paypal Contest

2011-03-23 Thread Russell DuRoss
Oops, that wasn't the correct link, it's this one: https://www.x.com/community/ppx/devchallenge -- 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

[android-developers] Re: SQLiteDatabase or XML(saving)?

2011-03-23 Thread lbendlin
Initially the database stays in main flash memory when you decide to move the application to SD card, as the (writable) database is considered part of the data. However nothing stops you from manually moving the database to SD card, independent of what the user decides for the program

<    1   2   3   >