Re: [android-developers] Re: Problem in height of Listview

2010-09-30 Thread Rocky
Hi Bibek, if i'm using fill_parent, also it fill entire screen, and my bottom button goes off, (footer button not showing that case) is any dynamic approach, thr that i can set the height according to device, in java file (coding) --RKJ On Fri, Oct 1, 2010 at 12:14 PM, Kumar Bibek wrote: > Wr

[android-developers] Re: Problem in height of Listview

2010-09-30 Thread Kumar Bibek
Wrap_content is not suitable for listview's height. AFAIK. Either you set the height, or allow it to expand, by setting fill_parent -Kumar Bibek http://techdroid.kbeanie.com On Oct 1, 11:08 am, "RKJ (Android developer)" wrote: > Hi Techie, > > I'm facing a problem in height of ListView (in my l

Re: [android-developers] Re: Implement seek bar for playing videos

2010-09-30 Thread Ashok Jeevan
Hi, I want something similar to the Youtube player where the user is able to scroll the thumb of the seek bar, so that the video starts playing from the position of the thumb. Right now, in my app, I am able to move the thumb of the seekbar forward and backward, but the video is not playing accord

[android-developers] Re: Issue in importing apk lib file to application

2010-09-30 Thread Namrata
When I created TestApp it automatically added android.library.reference.1=/home/axa/test/project entry to default.properties, and sdk.dir=/home/axa/development/android-sdk- linux_86 entry to local.properties. Its not only about TestLib I am getting errors about sdk too. I am confused seeing these e

[android-developers] Re: Issue in importing apk lib file to application

2010-09-30 Thread Namrata
When I created TestApp it automatically added android.library.reference.1=/home/axa/test/project entry to default.properties, and sdk.dir=/home/axa/development/android-sdk- linux_86 entry to local.properties. Its not only about TestLib I am getting errors about sdk too. I am confused seeing these e

[android-developers] Re: Implement seek bar for playing videos

2010-09-30 Thread Nightwolf
Implement OnSeekBarChangeListener for your seekBar and handle onProgressChanged(). On Oct 1, 8:51 am, Ashok Jeevan wrote: > Hi, > > I am using seekBar to show the progress of the video which I implemented > using Media Player / Video View. > > But as the thumb of the seekBar is moved back and for

[android-developers] Re: LG Ally from Verizon 2.1-update1 has broken apps

2010-09-30 Thread Sheado
Hi Pete, I got about 6 reports from LG Ally users having this same issue with my app since the OTA update. Unfortunately, I have not figured out if there's anything I can do from my end to prevent this from happening in the future. Anybody have any info on this? Thanks! -Chad On Sep 26, 10:50 

[android-developers] Problem in height of Listview

2010-09-30 Thread RKJ (Android developer)
Hi Techie, I'm facing a problem in height of ListView (in my list i'v some time 1 item or some times 20-30 items) Here I want android:layout_height = " wrap_content" or android:layout_height = "fill_parent" but in both the case lower part of button is not sh

[android-developers] Re: Launching application in Market

2010-09-30 Thread pramod.deore
Thanks to all your responses. On Sep 30, 9:32 pm, Brion Emde wrote: > I created a blog on blogspot.com and write about my apps there and > embed screencast video demonstrations, and stuff like that. > > Then I put the address of the blog in field on the Marketplace. > > On Sep 30, 3:13 am, "pramo

[android-developers] Re: Tablet programming

2010-09-30 Thread pramod.deore
Thanks Devdroid for your reply, any other suggestions? On Sep 30, 4:11 pm, "{ Devdroid }" wrote: > On 30 September 2010 06:28, pramod.deore wrote: > > > Hi, everybody > >           I want to develop application for Android Tablets, Please > > let me know that developing application for Tablets a

[android-developers] Re: Problem with reading contacts on Samsung Galaxy Europa

2010-09-30 Thread Zarah Dominguez
I was also able to insert a contact into the address book. So far it looks like the only action not supported is viewing the whole contacts list. Pasted the stacktrace I got in StackOverflow: http://stackoverflow.com/questions/3547118/accessing-the-phonebook-on-galaxy-s-crashes-the-app I guess w

[android-developers] Re: New countries !!!!

2010-09-30 Thread Kumar Bibek
Pretty disappointed for not having India in the list. But congrats to others. Go make some money. I guess, it will be another year that the next set of countries are announced, and I really hope the see India in that list. On Oct 1, 9:20 am, gjs wrote: > Many many thanks Google > > This has

[android-developers] Implement seek bar for playing videos

2010-09-30 Thread Ashok Jeevan
Hi, I am using seekBar to show the progress of the video which I implemented using Media Player / Video View. But as the thumb of the seekBar is moved back and forth, the video is not starting correspondingly from the position of the thumb. Is there any way to locate the position of the thumb so

[android-developers] Re: Setting/Passing values

2010-09-30 Thread rb
Thanks for the handy method. First of all, I have to get this working, then I may try this out. Good thing to know.. :RB On Sep 30, 9:03 pm, davemac wrote: > You should also check out this handy method: > > PreferenceManager.setDefaultValues(Context context, int resId, boolean > readAgain) > >

[android-developers] Re: Setting/Passing values

2010-09-30 Thread rb
Thanks for the link to your book. I have tried your examples from it and now I get the app forcing to close. Perhaps you can shed some light on this? Here's my code: -- Calculator.java-- package com.calculator; import android.app.Activity; import android.content.Intent; import android.graphics.

[android-developers] Re: New countries !!!!

2010-09-30 Thread gjs
Many many thanks Google This has been a long long time coming, glad the day has finally arrived ( I was thinking Australia was still too small a market & would likely miss out again... ) Look forward to you bringing the rest of the world in as well. Regards :-) On Oct 1, 2:00 pm, metal mi

[android-developers] Re: New countries !!!!

2010-09-30 Thread metal mikey
G'day Google, Thank you!! -- 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

[android-developers] Problem in using Document Builder parser on Device

2010-09-30 Thread Mrid
Hello All, I am using document builder parser for parsing xml response from the server. It works fine on emulator (SDK 1.6 and 2.2 both) but when I tried to use that on LG Moment (SDK 2.1), it failed. Found out that it is not able to load the xml response as a whole document. Also, XML response i

[android-developers] Re: Setting/Passing values

2010-09-30 Thread davemac
You should also check out this handy method: PreferenceManager.setDefaultValues(Context context, int resId, boolean readAgain) Assuming you've defined default values for preferences in your preferences.xml file, this method will use those to initialize your saved preferences file. Which means you

[android-developers] Re: New countries !!!!

2010-09-30 Thread Denis Souza
I just registered here in Brazil. It links to your AdSense account so you can receive the payments. I thought it was a pretty clever way to do it, using the existing AdSense system so they wouldn't have to implement payment systems for every country. Maybe the restrictions to Czech Republic and Pol

[android-developers] Re: Anyway to pre allocate memory for a Bitmap?

2010-09-30 Thread Brian
bump On Sep 27, 5:58 pm, Brian wrote: > and how would I reload them with the contents of png from the SD card? > > On Sep 27, 4:31 pm, Yahel wrote: > > > > > > Hello is there any way to pre allocate the memory required for a > > > bitmap.  Android's memory model is making it very difficult f

[android-developers] Forum Real Slow last couple of days?

2010-09-30 Thread BobG
Is this slowdown due to lots of new traffic from the new customers in the new countries? -- 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

[android-developers] Re: Problem with interecepting outgoing calls on HTC Desire

2010-09-30 Thread Denis Souza
Anyone had any progress or ideas with this? It's a bit hard to test it when you don't have the device. Anyway, I got two reports from Motorola users with the same problem... but the interesting thing is they only started having any problems after upgrading to my app's latest version. It occurred t

Re: [android-developers] WebView - Documentation of JavaScript and Java Interaction

2010-09-30 Thread Mark Murphy
On Thu, Sep 30, 2010 at 9:34 PM, Dan wrote: > Second, what object types should we expect > when going to and from JavaScript. I have done some trial and error > and it appears that complex types can cross the boundary, for example > java.util.Vector. However when a Java method returns a byte array

Re: [android-developers] Re: Setting/Passing values

2010-09-30 Thread Mark Murphy
On Thu, Sep 30, 2010 at 9:15 PM, rb wrote: > I looked at the URL's that you provided and tried some coding with it, > but I am failing to understand > the proper coding methods. BTW, the preference chapter in my book has not changed that much from earlier editions, so you're welcome to read the r

[android-developers] WebView - Documentation of JavaScript and Java Interaction

2010-09-30 Thread Dan
Hello Developers, I have found that there is a significant lack of documentation of WebView's ability to communicate with Java via WebView.addJavaScript() method. First, the debug document http://developer.android.com/guide/developing/debug-tasks.html#DebuggingWebPages appears to no longer work.

Re: [android-developers] Re: Setting/Passing values

2010-09-30 Thread Mark Murphy
On Thu, Sep 30, 2010 at 9:15 PM, rb wrote: > I believe that I need this to read the preferences still in the main > and set a textview as such: > >        public void onResume() { >                super.onResume(); > >                SharedPreferences prefs=PreferenceManager >                    

[android-developers] Re: What is the URI for the Contacts content provider on Samsung phones? ActivityNotFoundException:

2010-09-30 Thread mikedroid
still not Contacts.UI.LIST_ALL_CONTACTS_ACTION , tried it On Aug 5, 12:21 am, Dmitri Plotnikov wrote: > You are right - I forgot that this intent is hidden API. > > Ironically, the deprecated equivalent Contacts.UI.LIST_ALL_CONTACTS_ACTION > is public and therefore is supposed to work.  ;) > > >

[android-developers] Re: Setting/Passing values

2010-09-30 Thread rb
I looked at the URL's that you provided and tried some coding with it, but I am failing to understand the proper coding methods. In the main, I have the options menu as: // options menu // Called only the first time the options menu is displayed. // Create the menu entries. /

[android-developers] Re: Problem with reading contacts on Samsung Galaxy Europa

2010-09-30 Thread mikedroid
actually it does show me a list (calling ACTION_VIEW or ACTION_PICK) using ContactsContract.Contacts.CONTENT_URI. but we wanted to call the samsung's native contacts activity which is named something like PhoneBookTopMenuActivity. Also i noticed that instead of the two actions i;ve mentions they ar

[android-developers] scaleType="fitXY" works scaleType="centerInside" doesnt

2010-09-30 Thread Shawn Brown
Hi, If you know or can guess please tell me why: In the FrameLayout below, scaleType="fitXY" will adjust the image to fit the screen but scaleType="centerInside" doesn't. I need the aspect ratio preserved which fitXY doesn't do. Please look at the -> below. http://

[android-developers] Re: New countries !!!!

2010-09-30 Thread William Ferguson
Hey its definitely a step in the right direction. And should hold out hope that it will be rolled out further. Its certainly opened up the type of apps that I will consider developing now that I can sell into the market. On Oct 1, 8:55 am, "{ Devdroid }" wrote: > On 1 October 2010 00:37, Yahel

[android-developers] Re: New countries !!!!

2010-09-30 Thread Craigo
I registered an account in the United States (gave up waiting), and now I would like to switch the country to my actual country, however, it doesn't let me. Anyone know if this is possible? On Sep 30, 5:37 pm, Yahel wrote: > Effective today, developers from 20 additional countries (Argentina, >

Re: [android-developers] New countries !!!!

2010-09-30 Thread { Devdroid }
On 1 October 2010 00:55, { Devdroid } wrote: > (namely South Korea and Poland) I meant "Czech Republic and Poland" of course -- 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@googlegr

[android-developers] Re: Settings.Secure.ANDROID_ID not unique on DROID2?

2010-09-30 Thread JonFHancock
The last update from Google/Verzion was half a month ago. Is there any progress to report? On Sep 13, 11:48 am, "suzanne.alexandra" wrote: > Motorola is working on a fix for the ANDROID_ID issue on DROID 2. Any > fix that becomes available will be upgraded to devices over the air. I > don't have

Re: [android-developers] Re: Setting/Passing values

2010-09-30 Thread Mark Murphy
On Thu, Sep 30, 2010 at 6:51 PM, rb wrote: > Thanks for shedding some light on this issue. > > Here's some of my code: :: snip :: > I was going to save and read the data from a file which would be > stored > in the phones default applications directory as one file. All the more reason to use a

[android-developers] Re: VerifyError reloaded

2010-09-30 Thread DanH
Of course, the real problem is that the verifier is mis-designed. I'm guessing it uses reference chains. I redid the one for iSeries to use sparse bit vectors and cut the heap requirements by about a factor of 100, and made it much faster as well. On Sep 30, 12:29 pm, fadden wrote: > On Sep 29,

Re: [android-developers] New countries !!!!

2010-09-30 Thread { Devdroid }
On 1 October 2010 00:37, Yahel wrote: > Effective today, developers from 20 additional countries (Argentina, > Australia, Belgium, Brazil, Canada, Denmark, Finland, Hong Kong, > Ireland, Israel, Mexico, New Zealand, Norway, Portugal, Russia, > Singapore, South Korea, Sweden, Switzerland and Taiwan

[android-developers] Re: Setting/Passing values

2010-09-30 Thread rb
Thanks for shedding some light on this issue. Here's some of my code: --- Main -- package com.calculator; import android.app.Activity; import android.content.Intent; import android.graphics.Color; import android.os.Bundle; import android.view.

[android-developers] Re: scrollbarAlwaysDrawVerticalTrack doesn't work with ListView

2010-09-30 Thread jlopeznava...@gmail.com
Ok, thanks for the tip. On Sep 30, 6:50 pm, Romain Guy wrote: > The track is not the scrollbar, the track is what the scrollbar > "slides" into. The default theme does not have a track anymore. The > track is normally shown only when the view can scroll and this > attribute can be used to show th

[android-developers] New countries !!!!

2010-09-30 Thread Yahel
Effective today, developers from 20 additional countries (Argentina, Australia, Belgium, Brazil, Canada, Denmark, Finland, Hong Kong, Ireland, Israel, Mexico, New Zealand, Norway, Portugal, Russia, Singapore, South Korea, Sweden, Switzerland and Taiwan) can now sell paid apps on Android Market. Ove

[android-developers] No access to Errors reports for unpublished apps?

2010-09-30 Thread { Devdroid }
Hi, I noticed that when I unpublish app for which I see fresh error reports in Market console I no longer can access these error reports as long as app is unpublised. When I publish it back, "Errors" reappears. Is is it me, or Market sucks there too? -- You received this message because you are

Re: [android-developers] Setting/Passing values

2010-09-30 Thread Mark Murphy
On Thu, Sep 30, 2010 at 6:09 PM, rb wrote: > How do you set/pass values from one screen (activity) to another? That depends on the nature of the "values". > When you press the menu button, you get the options menu.  If you > select "Setup", then > it will display the setup screen.  Now what I ne

[android-developers] Setting/Passing values

2010-09-30 Thread rb
How do you set/pass values from one screen (activity) to another? What I have in the R.layout.main view labeled Calculator contains the code for doing calculations. The main.xml contains the layout (view) of the main screen. I have created an options menu which has another screen which shows you

[android-developers] JavaScript Debugging

2010-09-30 Thread Dan
Hello, I've been trying to debug JavaScript in the emulator using the instructions provided at http://developer.android.com/guide/developing/debug-tasks.html#DebuggingWebPages but it has not worked. I am not using a customized WebView so I have not overridden WebView.onConsoleMessage(). Also, th

[android-developers] Re: "Proguard, Android, and the Licensing Server", or...

2010-09-30 Thread Dan Galpin
I'm glad we can finally talk about this. http://android-developers.blogspot.com/2010/09/more-countries-more-sellers-more-buyers.html Cheers, Dan - Dan Galpin Developer Advocate Google, Inc. - If you actually want answers to your questions, it's far better to post them here, because the collective

Re: [android-developers] default email

2010-09-30 Thread Kostya Vasilyev
Take a look at k9mail - it's an open-sourced project based on the built-in email client, with improvements and fixes. Perhaps it would be a good place to contribute, or fork your own efforts while leveraging their work. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 30.09.2010 23:53 пользова

[android-developers] "Unknown" group for SyncAdapter

2010-09-30 Thread Stephen Lau
I've built my own SyncAdapter and things seem to work okay, except on TouchWiz & Motoblur phones, there seems to be a label set as "Unknown" On TouchWiz, this is visible if you look at the linked contacts for a contact, it shows "Unknown" as the provider. Similarly if I go to the Groups tab i

[android-developers] Re: OpenGL lockups in 2.2

2010-09-30 Thread timedilation
Jeremy, Glad to note that is has so far worked out for you. Leigh, to your point, I also tested this with an explicit call to eglWaitGL() function in my own version of GLSurfaceView (basically this call was added just before the eglSwapBuffer() call). This also fixed the freezing in my case. I jus

Re: [android-developers] default email

2010-09-30 Thread Chris Stewart
I'd love to see your attempt to "fix it" yourself. No really, I would... -- Chris Stewart http://chriswstewart.com Fantasy Football- Android app for MFL fantasy football owners On Thu, Sep 30, 2010 at 3:53 PM, richie rich wrote

Re: [android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-09-30 Thread Greg Donald
On Thu, Sep 30, 2010 at 2:43 PM, Justin Giles wrote: > I updated one of my apps on Tuesday.  I have noticed that the active install > numbers were accumulating at a higher rate than my download numbers.  So, I > think as people update the app, it is putting the active installs back to > normal.  S

[android-developers] Re: Anchors aren't working

2010-09-30 Thread paladin
OK, found the answer. The WebView was in a ScrollView, when that is unnecessary, and that was messing up the navigation. On Sep 30, 3:20 pm, paladin wrote: > In an HTML page, I have at one place, , but in a > WebView, when I click on updates, it doesn't > jump to the correct place. It works fine

Re: [android-developers] Anchors aren't working

2010-09-30 Thread Greg Donald
On Thu, Sep 30, 2010 at 2:20 PM, paladin wrote: > In an HTML page, I have at one place, , but in a > WebView, when I click on updates, it doesn't > jump to the correct place. It works fine if I load that page in a > browser. It does nothing but mark that link as visited in the WebView. > Is there

[android-developers] default email

2010-09-30 Thread richie rich
did google write the default email app? is the source code anywhere? i guess i'll have to fix it myself, because it is utter crap. loses my account settings weekly, and now, it is pulling in my gmail account bodies (that isn't even setup in that client) for the emails in my exchange account. bra

Re: [android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-09-30 Thread Justin Giles
I updated one of my apps on Tuesday. I have noticed that the active install numbers were accumulating at a higher rate than my download numbers. So, I think as people update the app, it is putting the active installs back to normal. So far I've only gone up 1%, but it's nice to see it seemingly

[android-developers] Need Ur Suggestion with Remote Service.

2010-09-30 Thread Jatin D Patel
My project is highly dependent on retrieving data via Remote Service. For that i have one option of writing php scripts for calling via remote http urls. 1. Is the methodology which i am going to adopt Efficient, bec there will be almsot 15 php scripts for a single user throught an app.? 2. If No

Re: [android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-09-30 Thread Greg Donald
On Thu, Sep 30, 2010 at 2:12 PM, scott19_68 wrote: > FYI:  Updated one of my apps that was affected by this issue - active > install percentage holding steady now, but has not returned to > anywhere close to 4 weeks ago.  Would like to know if past cases where > updates were counted as uninstalls

[android-developers] Anchors aren't working

2010-09-30 Thread paladin
In an HTML page, I have at one place, , but in a WebView, when I click on updates, it doesn't jump to the correct place. It works fine if I load that page in a browser. It does nothing but mark that link as visited in the WebView. Is there some setting that I'm not correctly configuring? -- You r

[android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-09-30 Thread scott19_68
FYI: Updated one of my apps that was affected by this issue - active install percentage holding steady now, but has not returned to anywhere close to 4 weeks ago. Would like to know if past cases where updates were counted as uninstalls are ever going to be corrected... On Sep 18, 1:37 pm, Peter

Re: [android-developers] Hi All, Please help me!!

2010-09-30 Thread TreKing
On Thu, Sep 30, 2010 at 12:56 PM, Ulzii wrote: > The certificate that signed this apk is not valid until the future. This usually means the time on your computer, at the time you signed your app, was ahead of the real current time. Try manually resetting your system clock to like a day in the

Re: [android-developers] Re: Java classes not inclded in android

2010-09-30 Thread Fabrizio Giudici
On 9/28/10 01:49 , Lance Nanek wrote: I kind of managed this the other day in a hackish sort of way. I wanted to use an open source RSS library that used java.beans.** Java classes, which aren't in Android. So I downloaded the source for those classes from the Apache Harmony project, ripped out

[android-developers] Mount sdcard USB Storage through adb.

2010-09-30 Thread Nathan
I can't seem to find a command that will allow me to mount/unmount the sdcard from the adb prompt. >From the documentation, it appears that this can't be done in an emulator, so I am trying with a Nexus One. I would like to simulate the card being mounted or unmounted while my Activity is active.

Re: [android-developers] Re: OpenGL lockups in 2.2

2010-09-30 Thread Leigh McRae
You might want to look into the eglWait functions that are used to synchronize with the native rendering system. On 9/30/2010 2:07 PM, Jeremy Statz wrote: I've tested this extensively at this point (including a 20-hour run on an Incredible) and I think you're right, calling glFinish() seems li

[android-developers] Re: Hi All, Please help me!!

2010-09-30 Thread Andy Burns
Ulzii wrote: When I upload my Android App to market it gives as next message: The certificate that signed this apk is not valid until the future. Create a new certificate. I setup my duration 50 years. I have signed my App from Eclippse. Sounds like the problem isn't the expiry time of your ce

[android-developers] AndroidHttpClient documentation error - no ability to add interceptor

2010-09-30 Thread Carl H.
The documentation mention that AndroidHttpClient subclass DefaultHttpClient while it implements HttpClient. Furthermore, it says that it gives the ability to users to add interceptors which is not the case. Currently implementing my own until fixed. Thanks, Carl -- You received this message beca

[android-developers] Re: OpenGL lockups in 2.2

2010-09-30 Thread Jeremy Statz
I've tested this extensively at this point (including a 20-hour run on an Incredible) and I think you're right, calling glFinish() seems like it largely fixes the problem. Wow, I'd really thought that one was outmoded. Related to this, the most recent EVO update was causing the framebuffer to fli

[android-developers] A problem regarding Alarm Clock application in Android

2010-09-30 Thread Tarun S
Hi, I am pretty new in Android. I have noticed a problem in Alarm Clock application that comes with the Android Codebase. Let me explain the problem first. Current Time is 12:15 pm. Snooze time is 10 mins. I have set an alarm at 12:30 pm. I have set another alarm at 12:35 pm. When the fist alarm fi

[android-developers] Hi All, Please help me!!

2010-09-30 Thread Ulzii
When I upload my Android App to market it gives as next message: The certificate that signed this apk is not valid until the future. Create a new certificate. Help me to solve this problem. I setup my duration 50 years. I have signed my App from Eclippse. Thanks, Ulzii -- You received this me

Re: [android-developers] Re: Icons to support different screens

2010-09-30 Thread Brad Gies
Thanks... I'll definitely have a look at that today sometime. Appreciate it very much... Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.com http://bistroblurb.com http://ihottonight.com http://forcethetruth.

[android-developers] Re: VerifyError reloaded

2010-09-30 Thread fadden
On Sep 29, 11:32 am, Dirk wrote: > In order to get around the problem, I tried to replace the whole > switch-statement with lots of if-elseif statements. > Unfortunately, another problem arose. The Verifyer now says: > > 09-29 18:02:44.058: WARN/dalvikvm(450): VFY: arbitrarily rejecting > large me

Re: [android-developers] How to show notification while service is running..?

2010-09-30 Thread TreKing
On Thu, Sep 30, 2010 at 12:00 PM, Gold wrote: > I want to show notification in service..! OK..! - TreKing

Re: [android-developers] Re: Issue in importing apk lib file to application

2010-09-30 Thread Mark Murphy
On Thu, Sep 30, 2010 at 1:16 PM, Namrata wrote: > I tried setting up 2 test projects as per the instructions given in > http://developer.android.com/guide/developing/other-ide.html#libraryP... > TestLib (libray project) and TestApp (application). Setup is done > successfully. ant compile on TestLi

[android-developers] Re: Issue in importing apk lib file to application

2010-09-30 Thread Namrata
Mark, I tried setting up 2 test projects as per the instructions given in http://developer.android.com/guide/developing/other-ide.html#libraryP... TestLib (libray project) and TestApp (application). Setup is done successfully. ant compile on TestLib works perfectly. When I tried ant debug/release o

[android-developers] Re: Interactive Touchscreen plays sounds twice

2010-09-30 Thread Sarwar Erfan
Two events are generated... First : ACTION_DOWN Second: ACTION_UP Try something like this in your event handler: if (event.getAction() == MotionEvent.ACTION_DOWN) { //play sound here } Regards Sarwar Erfan On Sep 30, 4:11 am, ericmahlon wrote: > I have an interactive image which

Re: [android-developers] Re: Free version or not?

2010-09-30 Thread Greg Donald
On Wed, Sep 29, 2010 at 5:22 PM, dm1973 wrote: > Google doesn't set eCPMs. The market does. eCPMs function on a supply/ > demand curve. The supply went way up when they let more developers > into the program. Hence the eCPM drop. In my experience google pays > about as well as anyone. Not for me.

Re: [android-developers] Icons to support different screens

2010-09-30 Thread Kostya Vasilyev
Brad, 30.09.2010 20:12, Brad Gies пишет: Actually, just confirmation that the 24, 32 and 48 are the right sizes for the smaller icons is quite helpful. I can guess at the correct sizes for the larger icons, and then adjust as I test the different AVD's... The "reference" device densities

[android-developers] How to show notification while service is running..?

2010-09-30 Thread Gold
Hi, I want to show notification in service..! While I click button in my home screen I just call service.! That service run every 30 seconds with the help of timer..! I want to show result to user..! How can I imple

[android-developers] Re: Icons to support different screens

2010-09-30 Thread Yahel
I'm not sure this might help you, this is what I use on the server side for my app 'a World of Faces' : It allows to get an image to a specified size no matter what. It's very efficient and does not consume much cpu or memory on the server. I tweaked the code quite a lot for my purpose but it works

Re: [android-developers] scrollbarAlwaysDrawVerticalTrack doesn't work with ListView

2010-09-30 Thread Romain Guy
The track is not the scrollbar, the track is what the scrollbar "slides" into. The default theme does not have a track anymore. The track is normally shown only when the view can scroll and this attribute can be used to show the track even when you can't scroll. In your case I believe you want to d

Re: [android-developers] Re: PDF Libraries for android

2010-09-30 Thread Mark Murphy
On Thu, Sep 30, 2010 at 12:44 PM, Bret Foreman wrote: > But it does support Linux so an Android port seems at least feasible. Oh, no doubt. I'm just making sure the OP doesn't think it's ready for Android immediately. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/com

[android-developers] Re: PDF Libraries for android

2010-09-30 Thread Bret Foreman
But it does support Linux so an Android port seems at least feasible. On Sep 30, 9:07 am, Mark Murphy wrote: > On Thu, Sep 30, 2010 at 12:03 PM, Bret > Foremanbegin_of_the_skype_highlighting end_of_the_skype_highlighting > wrote: > >http://www.icepdf.org/ > > Note that this doesn't support

Re: [android-developers] Android Widget

2010-09-30 Thread Mark Murphy
On Thu, Sep 30, 2010 at 12:34 PM, yenpei wrote: > When I add a widget, there always the widget label name let's say > "Weather widget" with "HTC" as the provider in 2 lines. That is a feature of HTC Sense. It does not work that way on all phones. > How do I add the creator of the widget like "HT

[android-developers] Android Widget

2010-09-30 Thread yenpei
Hi, When I add a widget, there always the widget label name let's say "Weather widget" with "HTC" as the provider in 2 lines. How do I add the creator of the widget like "HTC". All my current widget are showing "Android" as provider. Can we change it to some other name? -- You received this mes

[android-developers] Re: Launching application in Market

2010-09-30 Thread Brion Emde
I created a blog on blogspot.com and write about my apps there and embed screencast video demonstrations, and stuff like that. Then I put the address of the blog in field on the Marketplace. On Sep 30, 3:13 am, "pramod.deore" wrote: > Hi, I want to launch my application in market. I ahd go >

Re: [android-developers] Icons to support different screens

2010-09-30 Thread Mark Murphy
On Thu, Sep 30, 2010 at 12:12 PM, Brad Gies wrote: >> With respect to your larger icons, I have no clue what to tell you. > > Hah... Mark... now you're scaring me... you know as much about screen > size/density etc. as anyone I know :). You need to know more people, then, particularly ones that a

Re: [android-developers] Icons to support different screens

2010-09-30 Thread Brad Gies
With respect to your larger icons, I have no clue what to tell you. Hah... Mark... now you're scaring me... you know as much about screen size/density etc. as anyone I know :). In my case, I absolutely do not have the ability to learn this... my brain totally shuts down as soon as image/s

[android-developers] ResourceBundle.Control supported?

2010-09-30 Thread Eurig Jones
I have code that subclasses ResourceBundle.Control which allows it to support XML based property bundles in an external library that I'm using. Android doesn't like it though even though ResourceBundle itself is supported... Unable to resolve superclass of package.util.XMLControl (366) XMLControl

Re: [android-developers] Re: PDF Libraries for android

2010-09-30 Thread Mark Murphy
On Thu, Sep 30, 2010 at 12:03 PM, Bret Foreman wrote: > http://www.icepdf.org/ Note that this doesn't support Android, at least based on their list of supported platforms: http://www.icepdf.org/product/supported-platforms.html -- Mark Murphy (a Commons Guy) http://commonsware.com | http://gith

[android-developers] Re: Is anyone's active install % INCREASING lately?

2010-09-30 Thread OldSkoolMark
I'm wondering what happens to the counts when somebody upgrades to a new phone, and doesn't reinstall an app that they had on their old phone. Or does reinstall. On Sep 30, 2:02 am, Doug wrote: > On Sep 28, 3:10 pm, JonFHancock wrote: > > > It was.  I went up from 33% to 42%.  Now I'm back down

[android-developers] Re: PDF Libraries for android

2010-09-30 Thread Bret Foreman
http://www.icepdf.org/ -- 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 Fo

[android-developers] Re: PDF Libraries for android

2010-09-30 Thread Alessandro Pellizzari
Il Thu, 30 Sep 2010 11:57:51 -0400, Mark Murphy ha scritto: > Sure. On the other hand, I am not aware of a PDF viewing library for > Android. There are a couple of projects on code.google.com, using mupdf, if I remember correctly. But I think the license is GPL, so you must release your softwar

[android-developers] Re: Launching application in Market

2010-09-30 Thread Bret Foreman
I create a (free) website for each app and put up a capture of every screen. Then, as questions come in about a particular screen or function, I add commends below the relevant screen shot on the website. After a while, most questions have been answered on the website and I can just email a link wh

Re: [android-developers] Re: PDF Libraries for android

2010-09-30 Thread Mark Murphy
On Thu, Sep 30, 2010 at 11:41 AM, viktor wrote: > I cant inform all app users that for viewing pdf from site, will need > download additional application. > > It is not very comfortable to download app for simple thing. > > If you what to see YouTube video you don't need additional software, > you

Re: [android-developers] Launching application in Market

2010-09-30 Thread TreKing
On Thu, Sep 30, 2010 at 2:13 AM, pramod.deore wrote: > But i don't have any website then what should I enter there? or is it > necessary to have our own website to launch application in market? > I don't think you need one, but you probably should have one. Just leave it blank and see what happen

[android-developers] Re: PDF Libraries for android

2010-09-30 Thread viktor
Thanks DanH I cant inform all app users that for viewing pdf from site, will need download additional application. It is not very comfortable to download app for simple thing. If you what to see YouTube video you don't need additional software, you can yous build-in. Am I right? On 30 Вер, 1

[android-developers] Cryptic ANR trace file from Android Market

2010-09-30 Thread LinusOnline
I'm analyzing some ANR traces that were reported by users of my application via Android Market. I have some questions about ANR traces in general: How reliable are the traces? Most the traces I have make sense, but many don't. There is one which doesn't mention any of my code at all, like it's bee

Re: [android-developers] Free version or not?

2010-09-30 Thread TreKing
On Tue, Sep 28, 2010 at 3:34 PM, Darrin Smith wrote: > Do you offer a slightly crippled free version, go for a full fledged > version that has nuisance screens that tell people to upgrade, try the fully > functional but with advertising route, or just release one app for purchase > only? Limite

[android-developers] Re: PDF Libraries for android

2010-09-30 Thread DanH
Certainly you can install a 3rd-party viewer as a separate app. I don't know why you wouldn't be able to install something as a part of another app. On Sep 30, 9:44 am, viktor wrote: > Hi, > > Is it possible to use third-party libraries for display pdf? > > I mean to use custom pdf view, in whic

[android-developers] Re: how to save the state of checked item in ListView having Checkbox

2010-09-30 Thread viktor
Do you use adapter with domain objects? You can set the state(CheckBox) what you want into object. While you make your views in a adapter set Tag for every checkboxes with the item position. Add listener for checkboxes, when checkbox is checked or unchecked set this state to the odject. On 30

[android-developers] scrollbarAlwaysDrawVerticalTrack doesn't work with ListView

2010-09-30 Thread jlopeznava...@gmail.com
Hi, I have a ListView and I want it show the vertical scrollbar always so the user can know there are more options below. I ha tried the scrollbarAlwaysDrawVerticalTrack="true" but it doesn't work, any idea/suggestion? Thanks in advance. -- You received this message because you are subscribed to

  1   2   >