[android-developers] Problem in height of Listview

2010-10-01 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) ListView android:id=@+id/ListView01 android:layout_height=330px android:layout_width=fill_parent

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

2010-10-01 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] Re: Implement seek bar for playing videos

2010-10-01 Thread Nightwolf
Implement OnSeekBarChangeListener for your seekBar and handle onProgressChanged(). On Oct 1, 8:51 am, Ashok Jeevan ashokjee...@gmail.com 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

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

2010-10-01 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

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

2010-10-01 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

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

2010-10-01 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

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

2010-10-01 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) rkjhaw1...@gmail.com wrote: Hi Techie, I'm facing a problem in height of

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

2010-10-01 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

[android-developers] Re: scaleType=fitXY works scaleType=centerInside doesnt

2010-10-01 Thread Shawn Brown
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. Sorry, it works fine. In the eclipse plugin it does not scale but on the phone it works. Shawn -- You received this message

[android-developers] New countries, but not possible to move existing account?

2010-10-01 Thread Chister Nordvik
We have registered a company in the UK to be able to sell on the Android Market. Now that the market is opened in our own country (Norway) it would be great to move the applications so that our income would be in the Norwegian account. Or change our exisiting country to Norway. This is not

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

2010-10-01 Thread Indicator Veritatis
In the meantime, you can still get your apps published on Slideme (http://slideme.org) or Getjar (http://getjar.com). They are not as big as Google, of course, but they do have the advantage that people already know about them in countries where Google is not established/ present. On Sep 30,

[android-developers] WebServis authentication problem, Android

2010-10-01 Thread filiz_gokce
Hi, I have an web service on developed .net The Url is : www.yemeksepeti.com/YemeksepetiCatalogWebService/CatalogExportMobile.asmx I want to use the service methods is : Mobile_GetCities SOAP 1.1 The following is a sample SOAP 1.1 request and response. The placeholders shown need to be

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

2010-10-01 Thread Mrid
Can anyone please reply on this ?? On Sep 30, 8:44 pm, Mrid mrid@gmail.com wrote: 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.

[android-developers] Mapping 6 faces of cube with 6 different images

2010-10-01 Thread Girish H T
Hi all, I am newbie to OpenGL programming. I was going through the code of API demos.I understood how to map a single image resource on to all the 6 faces of the cube,but i want to know how can i map 6 faces of the cube with 6 different images. I searched in the web without any luck.Can any one

[android-developers] Library Projects support ?

2010-10-01 Thread MobDev
Hi, I have been trying to work with a Library Project, just like it's mentioned in the documentation : http://developer.android.com/guide/developing/eclipse-adt.html I have created my Library Project as a Android 1.6 Project and now I have been trying to reference to it out of my second project

[android-developers] Re: New countries, but not possible to move existing account?

2010-10-01 Thread webmonkey
I would also like to know this. But you may actually want to switch to a US account if you can. A few days ago the SwiftKey app switched from UK£0.60 to US$0.99 because like many non-US developers they were getting a lot of payment declined US orders. http://www.swiftkey.net/blog/?p=102 So it is

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

2010-10-01 Thread Kumar Bibek
Try weight parameter in a LinearLayout. That should solve your problem. -Kumar Bibek http://techdroid.kbeanie.com On Oct 1, 11:56 am, Rocky rkjhaw1...@gmail.com wrote: Hi Bibek, if i'm using fill_parent, also it fill entire screen, and my bottom button goes off, (footer button not showing

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

2010-10-01 Thread Filip Havlicek
I'm not an AdSense user, although from what I just read, AdSense support has been brought to Czech Republic few years ago (it even has UI in Czech language). 2010/10/1 Denis Souza denis.so...@gmail.com I just registered here in Brazil. It links to your AdSense account so you can receive the

Re: [android-developers] Re: Tablet programming

2010-10-01 Thread { Devdroid }
On 1 October 2010 07:37, pramod.deore deore.pramo...@gmail.com wrote: Thanks Devdroid for your reply, any other suggestions? Not really I am afraid, unless you got particular device in mind, as there might be some device specific bugs in i.e. hardware drivers that may affect your, otherwise

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

2010-10-01 Thread Evgeny V
Great news! But for some reason citizens of couple of countries will have to create Google AdSense account to make payments available. Somebody can explain why? On Fri, Oct 1, 2010 at 10:04 AM, Filip Havlicek havlicek.fi...@gmail.comwrote: I'm not an AdSense user, although from what I just

[android-developers] Re: VerifyError reloaded

2010-10-01 Thread Dirk
That was fast ! Thank you. Do you know if the fix will be included in the next Android version ? On 30 Sep., 19:29, fadden fad...@android.com wrote: On Sep 29, 11:32 am, Dirk dirkb...@googlemail.com wrote: In order to get around the problem, I tried to replace the whole switch-statement

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

2010-10-01 Thread Rocky
hi Bibek, still same problem, ListView android:id=@+id/ListView01 android:layout_height=wrap_content android:layout_weight=1 android:layout_width=fill_parent /ListView or ListView android:id=@+id/ListView01

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

2010-10-01 Thread Peter Sinnott
Something has changed but I think they fixed the reporting without restoring all the lost data. I'm up 5% over the last 7 days but down 16% over the 30 days before that. On Sep 30, 8:56 pm, Greg Donald gdon...@gmail.com wrote: On Thu, Sep 30, 2010 at 2:43 PM, Justin Giles jtgi...@gmail.com

[android-developers] Re: LVL licensing and versioning question

2010-10-01 Thread MarcoAndroid
Yes I know, but that's not what I'm having problems with. I see in my scenario (see first post) that I get back NOT_MARKET_MANAGED. And that translates in my app to 'not licensed' of course, because that's also returned for an app not in the market. But I expected LICENSED_OLD_KEY back based upon

[android-developers] WebView - Unable to call a dynamically added Javascript (part of a HTML) inside a DIV using innerHTML

2010-10-01 Thread Swaroop
Hi Android experts, I have a weird code situation where I need to have a DIV to hold dynamic HTML generated. Here I am populating the DIV using its innerHTML attribute and it works fine and dynamically adds any HTML elements that are there in the dynamic HTML. The problem I am facing now is if

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

2010-10-01 Thread Kumar Bibek
The parent of the ListView should be Linear Layout, just ensure that, and it should work. But I suspect that what you want is really not what this will give you. If you can be more specific, that would help. -Kumar Bibek http://techdroid.kbeanie.com On Oct 1, 1:48 pm, Rocky rkjhaw1...@gmail.com

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

2010-10-01 Thread Kumar Bibek
What does your logcat say? -Kumar Bibek http://techdroid.kbeanie.com On Oct 1, 12:26 pm, Mrid mrid@gmail.com wrote: Can anyone please reply on this ?? On Sep 30, 8:44 pm, Mrid mrid@gmail.com wrote: Hello All, I am using document builder parser for parsing xml response from the

[android-developers] Re: LVL licensing and versioning question

2010-10-01 Thread MarcoAndroid
My bad, LICENSED_OLD_KEY *will* pass as long as you don't have any device restrictions setup, see this code (and I just tested it): case LICENSED: case LICENSED_OLD_KEY: LicenseResponse limiterResponse = mDeviceLimiter.isDeviceAllowed(userId);

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

2010-10-01 Thread Doug
On Sep 30, 9:51 pm, Ashok Jeevan ashokjee...@gmail.com wrote: Is there any way to locate the position of the thumb so that the video can load from the seekBar's thumb's position? Doesn't SeekBar expose a callback listener to determine when its position has been changed? -- You received this

[android-developers] Debugging system_process

2010-10-01 Thread Nitin Mahajan
Hello, I am using eclipse for android development on a Non mobile target device. I would like to debug the system_process from DMMS perspective in Eclipse. What project do I need to open in the Eclipse IDE so that I will be able to start debugging this process from DDMS perspective? regards

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

2010-10-01 Thread Ashok Jeevan
Hi Doug, Thanks for the info. Let me check whether there is any call back listener associated with seekBar. If I do face any issues, I will surely post again. Thanks On Fri, Oct 1, 2010 at 3:03 PM, Doug beafd...@gmail.com wrote: On Sep 30, 9:51 pm, Ashok Jeevan ashokjee...@gmail.com wrote:

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

2010-10-01 Thread Rocky
LinearLayout xmlns:android=http://schemas.android.com/apk/res/android; android:orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parent include layout=@layout/tabbar android:layout_height=fill_parent / LinearLayout

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

2010-10-01 Thread Kostya Vasilyev
Maybe they are counting updates as new installs for a limited time, just like they were counting them as uninstalls before? -- Kostya Vasilyev -- http://kmansoft.wordpress.com 01.10.2010 13:01 пользователь Peter Sinnott psinn...@gmail.com написал: Something has changed but I think they fixed

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

2010-10-01 Thread Kostya Vasilyev
Use a relative layout. Set layout_alignParentBottom for the footer view, and use fill_parent for height of the list view. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 01.10.2010 13:46 пользователь Rocky rkjhaw1...@gmail.com написал: LinearLayout

[android-developers] Re: How to Create ListView within ListView

2010-10-01 Thread Ganapathy.C
Same as your List bith its not clickable...? i need detailed explaination about ur Expandable List... -- 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

[android-developers] Re: WebView - Unable to call a dynamically added Javascript (part of a HTML) inside a DIV using innerHTML

2010-10-01 Thread Swaroop
Just wanted to add that I experimented out a little with using an iFrame (it finds the Javascript, but there's a huge problem with the scope). I want any JS functions between Outer document and inner container (dynamically added) to be flexible to call each other (like how its behaving on a DIV).

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

2010-10-01 Thread Mark Murphy
On Fri, Oct 1, 2010 at 12:34 AM, rb rbs...@gmail.com wrote: Thanks for the link to your book.  I have tried your examples from it and now I get the app forcing to close. Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and look at the stack trace associated with your

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

2010-10-01 Thread Rocky
RelativeLayout xmlns:android=http://schemas.android.com/apk/res/android; android:orientation=vertical android:layout_width=fill_parent android:layout_height=wrap_content ListView android:id=@+id/ListView01 android:layout_height=fill_parent

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

2010-10-01 Thread FrankG
Your subject is strange .. as the sdcard has nothing to do with the sdcard. I assume you would like to know how to mount the sdcard via a command from a adb prompt . You can do this via a system call command. I haven't the details by hand, but it is one of the system services which allow you

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

2010-10-01 Thread Nam Ngo
You can try: 1. Enable USB MASS STORAGE mode (UMS) adb shell /system/bin/sdutil ums enable 2. Mount it into a folder sudo mount /dev/sdb ~/SDCARD 3. Disable USB MASS STORAGE adb shell /system/bin/sdutil ums disable BR, Nam On Fri, 2010-10-01 at 04:14 -0700, FrankG wrote: Your subject is

[android-developers] RTSP streaming - how to do redirects

2010-10-01 Thread ff
Hi, Android developers! I've recently tried to make some kind of load balancer for RTSP streaming. It worked with Quicktime player, however didn't work with android (2.2). My load balancer is quite simple - when it receives something like this: OPTIONS rtsp://ip.ip.ip.ip/vod/path/file.mp4

[android-developers] widget with custom bitmaps

2010-10-01 Thread siliconeagle
I am writing a clock widget that uses customised bitmaps (so the widget loads the bitmap from the sdcard) Just have a couple of questions regarding how updates work: 1. if i want to display seconds on the clock widget will the widget load the bitmaps off the disk every second or can they be

Re: [android-developers] widget with custom bitmaps

2010-10-01 Thread Kostya Vasilyev
The issue here is marshalling bitmap data from your widget process into the launcher process. If you load the bitmap in your process, and specify as a drawable in RemoteViews, then its actual bytes will need to be marshalled into the launcher process. This is not efficient. It's better to specify

[android-developers] Auth Token Usage

2010-10-01 Thread Muhammad Ali
Dear All, I am working an email client for android which send email throug the Auth token of the registered user. i.e authTokenBundle.get(AccountManager.KEY_AUTHTOKEN).toString(); Can anyone know that how to send the email using this token or encrypted password. I also want to send a email

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

2010-10-01 Thread Yahel
Hi all, Sorry but I see you giving percentage and all about your date, just so I know, do you guys actually go everyday on the developper console and record in some kind of excel sheet the numbers you find there ? Or do you have some automatic tools to do that or something I never saw in my

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

2010-10-01 Thread Namrata
Please help me on this..This is very important thing for me. On Oct 1, 11:34 am, Namrata puranik.namr...@gmail.com wrote: 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-

[android-developers] webpage zooming on android using the keys

2010-10-01 Thread kiran
Hi All we are running android on a non touch device, So i need to zoom the web-pages of the android browser using the Keys. Is there any way can i use the existing webkit built-in zoom features of the android browser to zoom the webpage using the any keys rather than touch based.

[android-developers] Re: scaleType=fitXY works scaleType=centerInside doesnt

2010-10-01 Thread Streets Of Boston
The Eclipse plugin sucks if you do a bit more than just simple layouts or drawables. The only way to check if it all works fine, is to check it during runtime (either on the emulator or, better, a real device). On Oct 1, 3:08 am, Shawn Brown big.coffee.lo...@gmail.com wrote: If you know or can

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

2010-10-01 Thread { Devdroid }
On 1 October 2010 15:43, Yahel kaye...@gmail.com wrote: Hi all, Sorry but I see you giving percentage and all about your date, just so I know, do you guys actually go everyday on the developper console and record in some kind of excel sheet the numbers you find there ? Or do you have some

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

2010-10-01 Thread Justin Giles
Also, when a developer has a slight case of OCD when it comes to how well his/her app is doing, hundreds of visits to the dashboard a day to see stat updates, new comments, new sales is not out of the question. Over time, current and past percentages get ingrained in your head! :) Justin On

[android-developers] java.net.socketException The Operation timed out

2010-10-01 Thread uday
Hi All, Im trying to send the data from my HTC Desire to a tomcat server which is installed in my PC through Wi-Fi from my android application.. I can able to send the data from the Emulator. but i can't able to send the data from the Mobile. Im getting an exception when i sent data from the

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

2010-10-01 Thread AnasSamara
Hi Techie 1- Get the height useing this function Display display = ((WindowManager) getSystemService(Context.WINDOW_SERVICE)).getDefaultDisplay(); int width = display.getWidth(); 2- Set the height at run time using the Layoutparams. -AnasSamara On Oct 1, 8:08 am, RKJ (Android

[android-developers] Re: How to Create ListView within ListView

2010-10-01 Thread AnasSamara
Use ExpandableListView instead -AnasSamara On Sep 30, 10:37 am, Ganapathy.C cganapa...@gmail.com wrote: Sorry I Want Clickable MultiHeading List,, If u know any thing about it means tell me. Thank you... On Sep 28, 9:50 pm, Kumar Bibek coomar@gmail.com wrote: Try the

[android-developers] GalleryView Bug???

2010-10-01 Thread Albert
Hi all, I have implemented a GalleryView using a custom BaseAdapter. The issue is that when the gallery reaches either end, the getView() calls the last/first item and right after calls the prev/next one, therefore it shows the wrong data. I understand why it needs to call its neighbour items but

[android-developers] Gallery view

2010-10-01 Thread AnasSamara
Hello all I have multi-listeners on gallery view, first listener is on the image located in the gallery, the second listener is longpress of gallery item, and the third is ontouch event. I use the otouch event in order to drag the image to down, the problem is when I scroll the gallery the

[android-developers] GalleryView Bug???

2010-10-01 Thread Albert
Hi all, I have implemented a GalleryView using a custom BaseAdapter. The issue is that when the gallery reaches either end, the getView() calls the last/first item and right after calls the prev/next one, therefore it shows the wrong data. I understand why it needs to call its neighbour items but

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

2010-10-01 Thread TreKing
On Fri, Oct 1, 2010 at 3:10 AM, Evgeny V evgen...@gmail.com wrote: But for some reason citizens of couple of countries will have to create Google AdSense account to make payments available. Somebody can explain why? AFAIK, since Google Checkout is not available in those countries, they

[android-developers] Re: GalleryView Bug???

2010-10-01 Thread AnasSamara
Follow the tutorial you will get every thing working correctly http://developer.android.com/resources/tutorials/views/hello-gallery.html thanks -AnasSamara On Oct 1, 4:35 pm, Albert albert8...@googlemail.com wrote: Hi all, I have implemented a GalleryView using a custom BaseAdapter. The

[android-developers] USB driver issues on Vista + Droid

2010-10-01 Thread dashman
the driver works - but after a few sessions it's in la la land. for example i can't download apps via eclipse and also cannot mount - if mounted cannot access drive. reboot and works for a few sessions - and same again. i've got rev3. -- You received this message because you are subscribed to

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

2010-10-01 Thread Craigo
Here is a list of the countries that use AdSense: https://checkout.google.com/support/sell/bin/answer.py?hl=enanswer=150324ctx=share The ones with a * against their names. On Oct 1, 9:53 am, TreKing treking...@gmail.com wrote: On Fri, Oct 1, 2010 at 3:10 AM, Evgeny V evgen...@gmail.com wrote:

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

2010-10-01 Thread Frank Weiss
Sure, use a SAX parser instead of Document Builder. There are very few cases where you need to load the entire XML file into memory in order to parse it. -- 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] Re: GalleryView Bug???

2010-10-01 Thread Albert
I have actually followed that tutorial. Look at this log: : getView 6 : getView 5 : getView 7 : getView 6 the gallery has stopped at the last item (7) but the getView bounces back to 6, so the data displayed is for item 6 instead of 7... Thanks, Alberto On Oct 1, 4:04 pm, AnasSamara

[android-developers] Hide Partition From My Computer

2010-10-01 Thread Sami
http://softsami.blogspot.com/2010/09/hide-partitions-from-my-computer.htm -- 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] Re: widget with custom bitmaps

2010-10-01 Thread siliconeagle
is it possible to create resource ids programatically? On Oct 1, 2:27 pm, Kostya Vasilyev kmans...@gmail.com wrote: The issue here is marshalling bitmap data from your widget process into the launcher process. If you load the bitmap in your process, and specify as a drawable in RemoteViews,

[android-developers] Re: How to Create ListView within ListView

2010-10-01 Thread Bret Foreman
It's not clear from the OP how many levels of data he has but XML files are often more than two levels. From the ExpandableListView docs: ExpandableListActivity hosts a ExpandableListView object that can be bound to different data sources that provide a two-levels of data -- You received this

[android-developers] Re: USB driver issues on Vista + Droid

2010-10-01 Thread DanH
I've got rev 3 on Vista, but using a Google phone. Have not had any of these problems that I've noticed. On Oct 1, 10:23 am, dashman erjdri...@gmail.com wrote: the driver works - but after a few sessions it's in la la land. for example i can't download apps via eclipse and also cannot mount

[android-developers] Re: GalleryView Bug???

2010-10-01 Thread Albert
Problem solved by implementing OnItemSelectedListener and avoiding getView() to update my views Thanks! Alberto On Oct 1, 4:30 pm, Albert albert8...@googlemail.com wrote: I have actually followed that tutorial. Look at this log: : getView 6 : getView 5 : getView 7 : getView 6 the gallery

[android-developers] Re: How to Create ListView within ListView

2010-10-01 Thread Ganapathy.C
ok thank you...I will try this again.. On Oct 1, 9:06 pm, Bret Foreman bret.fore...@gmail.com wrote: It's not clear from the OP how many levels of data he has but XML files are often more than two levels. From the ExpandableListView docs: ExpandableListActivity hosts a ExpandableListView

[android-developers] How to transfer application ownership from one Developer account to another?

2010-10-01 Thread peter
Hello fellow developers, My company is a Hong Kong based company and my app has been hosted by my good friend in America under his Android Market account. Now that Google announced support of selling app in my region, I want to move the app back so to avoid more hassle to him for tax reporting

[android-developers] TextView:autoLink=all + textAppearance bug?

2010-10-01 Thread Mark Wyszomierski
Hi, I have a TextView. I am setting its textAppearance attribute, as well as autoLink=all: TextView android:layout_width=wrap_content android:layout_height=wrap_content android:autoLink=all android:textAppearance=@style/myStyle / With this configuration, items do get

[android-developers] Running multiple activities in for loop one after the other - android

2010-10-01 Thread Gopi
Hello I have multiple activities in my android app and one final activity All which should run all the activities of my app one after the other. When I kept all my activities in for loop and used startactivity(intent) for each activity in that for loop, at the end I could see not all my

Re: [android-developers] Running multiple activities in for loop one after the other - android

2010-10-01 Thread TreKing
On Fri, Oct 1, 2010 at 11:29 AM, Gopi sreehari.vad...@gmail.com wrote: Any clue how to implement this? First question is Why are you trying to do this? - TreKing

[android-developers] Re: Running multiple activities in for loop one after the other - android

2010-10-01 Thread Bret Foreman
Use startActivityForResult and then chain them together so that each result kicks off the next Activity. -- 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

[android-developers] Best way to prevent multiple clicks - multiple activity starts??

2010-10-01 Thread DanH
If I have a button that starts an activity, and the activity sometimes takes a second or two to throw up its own view, how can I most simply and reliably protect against the button being clicked multiple times and kicking off multiple (identical) activities? -- You received this message because

Re: [android-developers] Best way to prevent multiple clicks - multiple activity starts??

2010-10-01 Thread TreKing
On Fri, Oct 1, 2010 at 12:53 PM, DanH danhi...@ieee.org wrote: how can I most simply and reliably protect against the button being clicked multiple times and kicking off multiple (identical) activities? Disable the button on first click, re-enable on return from your activity?

Re: [android-developers] Best way to prevent multiple clicks - multiple activity starts??

2010-10-01 Thread Mark Murphy
You could call setEnabled(false) at the point when you call startActivity(), then setEnabled(true) in onResume() as you're coming back to the screen. On Fri, Oct 1, 2010 at 1:53 PM, DanH danhi...@ieee.org wrote: If I have a button that starts an activity, and the activity sometimes takes a

Re: [android-developers] Adaptive streaming - any plans for Android implementation?

2010-10-01 Thread Julie Andrews
Nice to Know that On Tue, Sep 28, 2010 at 12:09 PM, Chister Nordvik cnord...@gmail.comwrote: I am working on a iPhone/Android project where we stream H.264 video from live events. This works great with adaptive streaming on the iPhone but the Android devices doesn't offer this so we have to

[android-developers] Android licensing implementation is slow - specifically the AESObfuscator

2010-10-01 Thread MrGreg
I'm starting to implement the new Android licensing stuff into my app. I implemented it pretty much straight from the ServerManagedPolicy example, and it does seem to work. However, it takes many seconds to complete every time I start the app, which is unacceptable. When I step through the

[android-developers] how to control the bitmap rotate base on the touch position?

2010-10-01 Thread rc
how to control the bitmap rotate base on the touch position? the bitmap at the center, the user touch different position, the bitmap will rotate according to the touch position. the bitmap not move, only rotate. how can i make it?? -- You received this message because you are subscribed to the

[android-developers] Bundle.putIBinder is deleted

2010-10-01 Thread Weizhe Liu
Hi, I need pass a Binder object to another process via Message, in Android 2.1, the code like below: Bundle b = new Bundle(); b.putIBinder(KEY_BINDER, new Binder()); message.setData(b); mService.send(message); It works well in Android 2.1. However, the API putIBinder() is deleted in Android2.2.

[android-developers] CRC32 checksum use in order to secure Android LVL Applications

2010-10-01 Thread Asker
Hi, Following the examples given by Johns Trevor in order to secure Android LVL Applications (http://android-developers.blogspot.com/ 2010/09/securing-android-lvl-applications.html), I've been stucked on one only particular issue. Indeed, here is the matter: The most obvious mechanism is to use

[android-developers] android.view.inflateException:Binary XML file line #43:Inflating Classunknown

2010-10-01 Thread Aneesh
Hai, I am using MapView in my application.I ma getting android.view.inflateException:Binary XML file line #43:Inflating Classunknown Exception while loading the map second time. First Time it shows correctly The XML file i am using shows here ?xml version=1.0 encoding=utf-8? LinearLayout

Re: [android-developers] Re: Passing arguments to JSON c# .net web service

2010-10-01 Thread Julie Andrews
Cool On Tue, Sep 28, 2010 at 11:45 AM, titleist tadej.ore...@gmail.com wrote: I have function in c# like: LogInUser(string username, string password). Now i would have to pass those two arguments from android JSON web service to server (JSON c# web service.) -- You received this message

[android-developers] Weird MapView problem; PixelConverter Error

2010-10-01 Thread baldwinlouie
I have an application based on the MapActivity. The application drops ItemizedOverlay items on the map as you start to move about. It has been running with no problems until I dropped it into a Nexus 2.2 phone. I'm running into a weird problem where sometimes when I zoom in/out too fast, or pan

[android-developers] Email Multiple Images

2010-10-01 Thread Vgerao
I am facing problem with sending mulitple images via email. I saved images in /mnt/sdcard/MyFolder/subFolder/*.jpg i am creating uri for all the images using Uri.fromFile(filepath); and added these uri's to ArrayList. ArrayListUri arrayList = new ArrayListUri; File filePath = new

[android-developers] ListView problem

2010-10-01 Thread sisko
In following a tutorial from SAMS Android Application Development in 24 hours I hit a problem with my first ListView example. Basically, my java code is firing according to log messages I set but my ListView does not display when I execute my app. The App runs fine without crashing so

Re: [android-developers] Content Provider Question

2010-10-01 Thread Mark Murphy
On Sat, Sep 25, 2010 at 6:37 PM, Adam Hammer adamhamm...@gmail.com wrote: I think I've got to write a content provider for handling a add-on style architecture for my app. Why? If I have 2 seperate providers, different .apks and manifests, and lets say one has the authority

[android-developers] Query about ClickListeners

2010-10-01 Thread LazyGarfield
Hi Everyone! I have got around 15 buttons in my activity. I just wanted to know that what would be a better approach to implement their ClickListeners. Should I write a single ClickListener and use Switch case or I should write it individually fr each button? I got confused between these two

Re: [android-developers] requestLocationUpdates / non-UI-thread / getMainLooper()

2010-10-01 Thread damodhar meshran
why u used loop update-location lister update location automatically On Wed, Sep 29, 2010 at 9:05 PM, Pent tas...@dinglisch.net wrote: Is there anything wrong with specifying the main thread looper to handle messages about location update like this: lm.requestLocationUpdates(

[android-developers] Install APK from your application

2010-10-01 Thread TheViking
I have developed client software that is connected to a server using TCP sockets. I would like to send an upgrade request to the server which replies with a binary stream. (=.apk file) If I would save that APK in a file on the smartphone, can I now start something, or run a function that starts

[android-developers] Re: Weird problem with ListView

2010-10-01 Thread ericharlow
Hey John, First off I like the styling you have on your list. I ran into a problem like this before. I definitely second the idea of listview recycling. two things that might help. One I assume you are using an EfficientAdapter, I was. Try swaping the adapter for an array adapter just to see if

[android-developers] Re: Killi Process with files on SD card

2010-10-01 Thread Heartnet
Hi, I'm having the same kind of issue, I can usually receive the media_eject intent, but I dont get it when my app is using the sd card at the same time, because it kill the process before i receive the intent =/ So i cant even try to close my file on the sdcard before the sdcard get unmounted,

[android-developers] Receive SMS on a specific port

2010-10-01 Thread Warren
Is it possible to receive SMS on a specific port on my HTC Desire? My development enviroment:Android 2.1 This is the configuration of my Receive program AndroidManifest.xml: receiver android:name=.Receive intent-filter action android:name=android.provider.Telephony.SMS_RECEIVED/ data

[android-developers] Sipdroid application get closed after disconnecting the call

2010-10-01 Thread islet
Hi, I am a newbie in android. I downloaded the latest version of sipdroid and install. Now am able to make calls to my PSTN from my sip client. My problem is, after disconnecting the call (green slider moved down to disconnect), my app get closed and re-directs to the phone home. I have one more

[android-developers] narrowing intent filters for PACKAGE_ADDED PACKAGE_REMOVED

2010-10-01 Thread Leif
I have a broadcastreceiver that listens to PACKAGE_ADDED and PACKAGE_REMOVED action. It works fine, but I think my receiver will be called whenever a package is being added/removed from the device. I am only interested in packages in my own project. Is there a way to specify in the intent filter

[android-developers] while i mute the sound of moto droid start my game app and start the sound in app it get crashed

2010-10-01 Thread rohit anvekar
Hi , while i mute media volume of motorola droid and start my game application with sound in my game. it get crashed on that sound screen can any one know the isssue.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Money Laundering and Education Re-Investment in U.S. Universities

2010-10-01 Thread Financial Terrorized
FW MESSAGE: Dear who are concerned, Trading trafficking and bribe laundering network are maintained by criminal governors in U.S. and Vietnam. They are defrauding import-export and VAT taxes to launder in U.S. To avoid public revealing, they transfer dirty money including their bribes for their

[android-developers] Connection with eclipse ganymade

2010-10-01 Thread Adison
I am new with android and I want to configure eclipse with android and it is giving me error related to platform.Platform not found.How to download the platform and install it.I have downloaded the sdk tools. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Thread crash if activity is restarted

2010-10-01 Thread Saren Inden
Good day, I am writing a program that uses a UDP poort to listen to information send from a system. First the users sees an activity that allows them to close the activity or start it on a port they can select (edittext) The port is checked and if correct a new activity is launched. This display

[android-developers] read only file system

2010-10-01 Thread elmatador
hey evrybody im new in android developping i try to puch a photo in the sdcard for an android emulator using the eclipse ide , everything is alright until this error showing: read only file system so plz how can i resolve this problem using the ddms with eclipse?? thanks -- You received

  1   2   3   >