[android-developers] Re: Circular Gallery

2009-09-02 Thread tstanly
hi Jasmine, can you share how to do slide shows effect on gallery? circulr showing just like you say, because I'm find for this topic... thanks On 9月3日, 上午11時57分, Jasmine wrote: > Hello Everyone, > > I have just now started working on Android,,, > Can anyone tell me how to make gallery wid

[android-developers] can webkit to handle page redirect problem

2009-09-02 Thread tstanly
hi all, I use webkit to implement a small-scale web browser, but some page have redirect problem, for example, use webkit link to http://xxx..com will redirect to http://oo.ooo.oo.com so whe webkit will load twice, is there possiable to solve this problem? thanks! --~--~-~--~

[android-developers] Problem in getting Lattitude and Longitude

2009-09-02 Thread ragavendran s
if i run the code to get latitude and longitude in android 1.5 version i wil get the output clearly... but at the same time if i run the same cod e in google Api 1.5 it doesnt displays anthng... i htnk problem in getting latitude and longitude in DDMS.. Can any one tell me pls.. With Regards

[android-developers] Re: how to post something thing on Facebook profile?

2009-09-02 Thread Y2U
actually i was looking for some sample code if some one on android has done it. facebook connect is the api for android to connect to facebook. but this official api does not provide the functionality to post onto the profile yet. so i was interested in some code using REST API of facebook. On S

[android-developers] Re: Inserting large volumes of data into SQLite - speed issues

2009-09-02 Thread skink
On Sep 3, 2:03 am, mjc147 wrote: > @skink - the gzip compression would only be useful for when > downloading the data, wouldn't it? After installation/first-time- > initialisation, wouldn't all the data be best stored uncompressed? well, if both key-value fields need to be searchable as you sa

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-02 Thread xeeku
One of my ADC2 submissions under Tools is called *Xeeku Search*. It's an universal search portal for both context and location based searches. The unique feature is that it presents search result in native format. For example, photos are presented with a nice gallery while locations are marked as

[android-developers] Re: ListView and onItemSelected

2009-09-02 Thread chrisoz
Thanks danny, what I am trying to achieve here is to change the background color of the selected list item (list items have a white background colour). Like you I am able to call onItemClick (or rather, onListItemClick), but not onItemSelected. Now, it is not possible to see which list item is se

[android-developers] Re: global application object or current activity...

2009-09-02 Thread Dianne Hackborn
There is nothing the framework provides -- there is no "the" global application (you can have multiple applications running in one process), nor concept of a "current" activity (especially when you mix tabs into the picture). Given that you know more about what is really going to happen (and not h

[android-developers] Re: Custom ListView With a lable on top

2009-09-02 Thread Gulfam
Hi John, I am using a button on the Custom List instead of Text view and its working fine because i am using second parameter like this android:layout_height="wrap_content" so you are filling the whole screen with your text view by using android:layout_height="fill_parent" if you will change y

[android-developers] Re: how to block the dropdown list in autocompletetextview?

2009-09-02 Thread Saurav Mukherjee
Thanks Jack for the reply On Thu, Sep 3, 2009 at 2:11 AM, Jack Ha wrote: > > Can you call dismissDropDown() right after you call setText()? > i did do this, but no results... it still drops down. is there any other concrete way to do this? > > -- > Jack Ha > Open Source Development Center

[android-developers] Re: Dialog windowBackground makes parent window go black

2009-09-02 Thread Tikoze
I had a copy/paste error. Change: @drawable/translucent_box To: @drawable/ translucent_background --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to an

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-02 Thread Holden Karau
My responses are in-line to your questions On Tue, Sep 1, 2009 at 10:41 AM, Lout wrote: > > While you developers relax... would you mind sharing what apps to > expect through this challenge.. and anything else you wish to share > about ADC2 submissions... well anything including the fact: 'thank

[android-developers] Re: which content providers to apps have access to?

2009-09-02 Thread Dianne Hackborn
The only supported APIs are the ones found in the SDK, which is basically the published contents of android.provider. Anything else is used at your own risk. On Wed, Sep 2, 2009 at 8:33 PM, Andy Droid wrote: > > What content providers in the cupcake android build do apps have > access to? > > A

[android-developers] global application object or current activity...

2009-09-02 Thread sdphil
i've asked this before, and wonderful dianne has answered, but i'm not satisfied with the answer :) -- dang he's stubborn! i want to know within a method / code, is there a way to get at the global application object or current activity without having an activity / context / whatever first. for

[android-developers] Re: Dialog windowBackground makes parent window go black

2009-09-02 Thread Tikoze
I figured it out! First create a file named translucent_background.xml in res/drawable: http://schemas.android.com/apk/res/android";> Then use something similar to the following for your theme: @drawable/translucen

[android-developers] Circular Gallery

2009-09-02 Thread Jasmine
Hello Everyone, I have just now started working on Android,,, Can anyone tell me how to make gallery widget circular? And my app takes over 70% of CPU usage can anyone suggest something. My application just displays images, slide shows a bit of music etc... thats all. Its gives highest CPU usage

[android-developers] Re: SoundPool bug

2009-09-02 Thread Dmitry.Skiba
Hm. I think that getStreamVolume() and values expected by play() are unrelated. getStreamVolume() returns integer value in range [0,getMaxStreamVolume], while SoundPool.play expects float value in range [0,1). You should try passing 0.99f to play(), so the resulting volume of sound will be 0.99f*A

[android-developers] Re: Inserting large volumes of data into SQLite - speed issues

2009-09-02 Thread mjc147
I've done some speed tests and here are my findings (disclaimer, my test runs for just over a minute so timings are not extremely reliable): 1. Reusing SQL params object array - negligible speed improvement - test too short to say anything with confidence 2. Using prepared statements rather then

[android-developers] I want to know to get browse history on android ?

2009-09-02 Thread ni
Hi All, I mean, I want to pull out web histroy from content provider for my application. I have some coding. But I got exception so, no running. So, how can I do ?please help me. Here are my coding package com.app.browser; import android.app.ListActivity; import android.database.Cursor; im

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-02 Thread dadical
My submission to ADC2 grew out of a utility application that I wrote for myself. It's called "Screebl" (see: http://www.keyeslabs.com). I became so annoyed with the phone timing out (screen blanking) while doing passive activities like showing a friend a picture, reading a long email, loading a

[android-developers] about tabhost problem

2009-09-02 Thread tstanly
hi all, I have a tab host and three tabs, each tabs have a own listview, the three listview shows different file directory in different tabs, and there is a problem is, for example, in the tab1, I click the item of listview1 and into the dirrectory1, and then I choose the tab 2, want to move to

[android-developers] which content providers to apps have access to?

2009-09-02 Thread Andy Droid
What content providers in the cupcake android build do apps have access to? According to this: http://developer.android.com/guide/topics/providers/content-providers.html "You can see some of them listed in the android.provider package..." which is listed here: http://developer.android.com/re

[android-developers] ADC2 Application Bug fixes policy revise

2009-09-02 Thread rizwan
hi All , I have submitted my ADC2 entry but there are bugs in it I m sure , as "There is no opportunity to improve or modify an application between the First and Second Rounds of Judging." but Google reserved the rights of Changing it's policy . they should allow the participant to submit upgrad

[android-developers] Re: Google Android Challenge II bugix..!

2009-09-02 Thread Dan Sherman
Right, but that would be very difficult to enforce, as I'm sure a lot of other people would love to make "bug fixes" to their app over the next week :) - Dan On Wed, Sep 2, 2009 at 10:55 PM, riz wrote: > > but there should be at least bug fixing or version upgrade option > available because we

[android-developers] Re: Looping thru interface elements

2009-09-02 Thread gimpsta
Haha I thought of that right after I posted this. Probably what I will end up doing for now. Thanks! On Sep 2, 9:32 pm, "Mark Murphy" wrote: > > This is probably a very "newbie" question as i'm relatively new to the > > android sdk, but figured this would be good place to ask. > > > Say you ha

[android-developers] Re: Google Android Challenge II bugix..!

2009-09-02 Thread riz
but there should be at least bug fixing or version upgrade option available because we are not changing the ORIGINAL IDEA SUBMITTED . On Sep 3, 7:39 am, "Eric Wong (hdmp4.com)" wrote: > Good luck getting google to help you on this. > I don't think they would do anything to help you ;) > > Rememb

[android-developers] Video Playback / h264 encoded videos

2009-09-02 Thread xerberus
We convert videos using ffmpeg to downsize mp4 videos. The result is a h264 encoded video that can be played on the iPhone, in Quicktime and other media players but the Android. If i simply convert the source video file via Quicktime the video can be played but i can't see any reasons why the vide

[android-developers] Re: Who makes embedded hardware Android devices?

2009-09-02 Thread Eric Wong (hdmp4.com)
What screen size or resolution you are looking at? What quantity you want? What prize range you are looking at? I believe I can help you get something if you can tell me more. E-mail or Gtalk me if you want faster response because I only come here once a day ;) Cheers Eric On Sep 2, 1:11 am, Je

[android-developers] Re: Google Android Challenge II bugix..!

2009-09-02 Thread Eric Wong (hdmp4.com)
Good luck getting google to help you on this. I don't think they would do anything to help you ;) Remember the no revision rule after deadline for ADC2? Eric On Sep 3, 12:55 am, sommeralex wrote: > google, please answer!! > > On 2 Sep., 02:15, sommeralex wrote: > > > Hello Google! > > > I can

[android-developers] AppWidgetProviderInfo documentation not found?

2009-09-02 Thread Agus
http://developer.android.com/reference/android/appwidget/AppWidgetProviderInfo.html --~--~-~--~~~---~--~~ 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@go

[android-developers] auto-repeat Buttons

2009-09-02 Thread Scott Powell
Just wanting to put some love out there, and refer to a blog post I just added on the above, which -seems- to be missing as a standard UI View. Enjoy: http://blog.spleenware.com/2009/09/auto-repeat-buttons-in-android.html --~--~-~--~~~---~--~~ You received this

[android-developers] Re: How to know software keyboard is on screen or not?

2009-09-02 Thread Agus
Have you tried this? InputMethodService ims = (InputMethodService) mActivity.getSystemService(Activity.INPUT_METHOD_SERVICE); ims.isInputViewShown(); Agus. On Wed, Sep 2, 2009 at 6:48 PM, Anonymous Anonymous < firewallbr...@googlemail.com> wrote: > I doubt this is possible. > > > On Tue, Au

[android-developers] Re: Reloading our Activities State after firing Intent to camera

2009-09-02 Thread Mark Murphy
> Mark, so I'm confused. No, the activity was not destroyed, but it > went in the background when the CameraActivity was started with an > intent -- do I need to shove the state in manually an instance > variable of an Application subclass? If the activity is not destroyed, there is nothing that

[android-developers] Re: task affinity - what is it?

2009-09-02 Thread rukiman
Can anyone recommend a good book or URL that explains affinity well? Doing a search for affinity in these forums bring up nothing. On Sep 1, 2:08 pm, rukiman wrote: > I am trying to understand what isaffinitygrouping and what its > purpose is? > > Also trying to understand activity reparenting.

[android-developers] Re: Too many PNGs in res/drawable?

2009-09-02 Thread Nicholas Albion
Can you use transparent images, super-imposed to refactor your 5000 images to (for example) 5 + 10 + 10 + 10 = 35 rather than 5 * 10 * 10 * 10 = 5000? On Sep 3, 11:48 am, markh23 wrote: > Thanks for the help guys.  I appreciate the time you took, Dianne, to > write out that response. > > And Zod

[android-developers] Re: files, local files, storage...

2009-09-02 Thread Mark Murphy
> so is that directory protected from other apps Yes. By default, all files there will be private to your application. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html --~--~-~--~~~---~--~~ Yo

[android-developers] Re: Reloading our Activities State after firing Intent to camera

2009-09-02 Thread bkbonner
Mark, so I'm confused. No, the activity was not destroyed, but it went in the background when the CameraActivity was started with an intent -- do I need to shove the state in manually an instance variable of an Application subclass? I guess that would be a solution. I guess another solution is

[android-developers] Re: Dynamically enable menu items

2009-09-02 Thread sam
Hi Mark, Thank for reply. let me describe my question in more details, I do not want to press the Menu button again, when the menu items are displayed as disabled, after I finished some work , i want the menu items to be repainted automatically. Any suggestions? thanks On Sep 2, 6:23 pm, "Mark

[android-developers] Re: Too many PNGs in res/drawable?

2009-09-02 Thread markh23
Thanks for the help guys. I appreciate the time you took, Dianne, to write out that response. And Zod, I just wanted to make a (large) counter for the status bar. Nothing fancy. Sorry about the delay. On Aug 27, 3:58 pm, Zod wrote: > Hi mark23, > > I'm just curious. What do you want to do w

[android-developers] Re: How to know software keyboard is on screen or not?

2009-09-02 Thread Anonymous Anonymous
I doubt this is possible. On Tue, Aug 25, 2009 at 6:24 PM, for android wrote: > probably this(i have not tried it though) > > > android-sdk-windows-1.5_r1/docs/reference/android/view/inputmethod/InputMethodManager.html#isActive(android.view.View) > > > > > On Tue, Aug 25, 2009 at 1:33 PM, aby w

[android-developers] Re: files, local files, storage...

2009-09-02 Thread sdphil
so is that directory protected from other apps, or do i need to provide protection for any file I create in there? On Sep 2, 4:27 pm, "Mark Murphy" wrote: > > So, can I use getFilesDir() to find out where that path is, and then > > use the standard java routines to read and write files in a dire

[android-developers] Re: How to display an animated GIF file

2009-09-02 Thread Nithin
Thanks for all reply. I will definetly, going to try the javascript one.. Thanks Nithin On Sep 1, 9:15 pm, "Fred Grott(shareme)" wrote: > you can do it via css and js if you have a film-strip style set of > image frames > > On Sep 1, 9:55 am, "Maps.Huge.Info (Maps API Guru)" > wrote: > > > > >

[android-developers] Re: Looping thru interface elements

2009-09-02 Thread Mark Murphy
> > This is probably a very "newbie" question as i'm relatively new to the > android sdk, but figured this would be good place to ask. > > Say you have a layout with several textviews that all have sequential > IDs (ie, tBox1, tBox2, tBox3, etc). Is it possible to reference each > box in a loop?

[android-developers] Looping thru interface elements

2009-09-02 Thread gimpsta
This is probably a very "newbie" question as i'm relatively new to the android sdk, but figured this would be good place to ask. Say you have a layout with several textviews that all have sequential IDs (ie, tBox1, tBox2, tBox3, etc). Is it possible to reference each box in a loop? Something li

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-02 Thread xeeku
Also submitted a Twitter client under Social. Wondering how many Twitter clients have been submitted? Will put on the market as soon as getting the disclaimer in place. Sebastian, nice app. Best luck. On Sep 2, 6:18 am, Sebastian wrote: > I was going crazy with the quality of Twitter apps for an

[android-developers] Audio input- capturing external audio

2009-09-02 Thread Troglodad
Has anyone experimented with an external audio connector, so the Dream/ G1 could be connected to a high quality, external microphone through the USB connector? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android D

[android-developers] Re: files, local files, storage...

2009-09-02 Thread Mark Murphy
> So, can I use getFilesDir() to find out where that path is, and then > use the standard java routines to read and write files in a directory > hierarchy? Absolutely! -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html --~--~-

[android-developers] Re: multiple selection in drop down list -spinner like widget

2009-09-02 Thread Jack Ha
You probably can create your own SpinnerAdapter for the Spinner. In getDropDownView() for that SpinnerAdapter, you determine what is displayed for each drop down view such as the combination of a TextView and a CheckBox. -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・ stick together The c

[android-developers] Re: Application uninstall hook

2009-09-02 Thread Todd
I have the same situation, I have data files on the SD card that I would like removed if possible. Anyone? Todd On Aug 27, 1:59 pm, Evgeny Rachinskiy wrote: > Hi All! > > Does anybody know how to hook to applicationuninstallevent? > I need to remove files on SD if my application uninstalled. >

[android-developers] Re: Audio streaming

2009-09-02 Thread Roman ( T-Mobile USA)
Yes, it does. You can do something like audioStreamer.startStreaming(”http:///″, 1444, 180); -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessa

[android-developers] Efficiency of requestLocationUpdates() and how to save these gps data

2009-09-02 Thread Stefan
Hello, i'm developing a small gps application. I want to track "some" gps data. So I use the requestLocationUpdates - function. Now a quote from the android development reference: "The frequency of notification or new locations may be controlled using the minTime and minDistance parameters. If m

[android-developers] Re: Inserting large volumes of data into SQLite - speed issues

2009-09-02 Thread mjc147
@Dianne - my assumption was that since all of the fields in the flat file need to be searchable, then a database would be the best approach. I'm wondering how this can be done without a database. Maybe a file for each index - each entry consisting of key-value pairs. For performing a lookup on the

[android-developers] Re: files, local files, storage...

2009-09-02 Thread Mark Murphy
> I could write to the sdcard (/sdcard/file.tmp) and other apps could > access these files, right? Correct. > I would like some local storage that I can write files to (and read > from later) that are not accessible to other applications, and I will > always have access to. openFileOutput() and

[android-developers] Re: onKeyDown event unavailable for space key in ListView

2009-09-02 Thread greg
Although I like that the space key causes the ListView to scroll down a page, I'm wondering if that behavior is important enough to be immutable. The ListView is a great general purpose widget (there are about 10 ListViews in my application). It would be nice to have access to all the entered te

[android-developers] Re: WebView data caching

2009-09-02 Thread Jason Proctor
the loadData() methods don't enter anything into the history and rather more awkwardly don't set the current URL. so if you call loadData() and then getUrl() you'll find that they don't match up. it's not really clear what WebKit is supposed to do in these circumstances, but i think as a minim

[android-developers] Re: stack overflow exception on certain sequence of UNICODE characters, I DONT HAVE TOO MANY LAYERS!

2009-09-02 Thread Romain Guy
Yes, you have too many layers. You should check in HiearchyViewer. On Wed, Sep 2, 2009 at 2:18 PM, kevikev2020 wrote: > > Hi, I DO NOT HAVE TOO MANY LAYERS, THIS STACK OVERFLOW EXCEPTION ONLY > OCCURS WHEN A CERTAIN UNICODE CHARACTER SEQUENCE COME TO THE > LISTVIEW.  THIS BUG IS KILLING ME BECAUS

[android-developers] Detecting when launched by an Alias

2009-09-02 Thread modaddy
Hello, I'm trying to figure out how my Activity can detect if it was launched by an alias as opposed to by the main icon. Is it possible to do this? e.g. In my manifest file, I have:

[android-developers] Upload Service

2009-09-02 Thread Googlebaba
I read that the SDK 1.5 has the Upload service integrated. But I'm unable to find the sources for the upload service. Does anyone know where I can find it? I want to try uploading to picasa and youtube with my own app as against using the currently available one. --~--~-~--~~-

[android-developers] Intercepting SQLite's file reads / writes, so we can encrypt the storage

2009-09-02 Thread JavaNut
Ok, Androids, I have an odd question on SQLite's file storage. We have a need to encrypt the data stored within SQLite. The obvious approach would be to encrypt individual records before storing them in the table, but that will melt down. For example, if we want to search for a string, we would

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-02 Thread Klaus Kartou
Hi all, Here is our entry: Gigbox By: Gigbox Team, the Gigbox Team consists of 3 students. Category: Lifestyle Site: www.mygigbox.com Description: "Gigbox brings music events from all over the world to your phone. Find events based on your location and your musical taste, bookmark your favorite

[android-developers] Re: files, local files, storage...

2009-09-02 Thread sdphil
i saw that, however it looks like openFileOutput() does not support a directory hierarchy -- "nameThe name of the file to open; can not contain path separators." So, can I use getFilesDir() to find out where that path is, and then use the standard java routines to read and write files in

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-02 Thread Luke Wallace
App: Gallery Map Category: Media Developer: Just me Website: None yet My idea seems pretty small in comparison to most I'm reading about here, but it's an idea I've had since I first got my G1, and after learning there was a competition with real prizes, and that putting apps up on the market was

[android-developers] multiple selection in drop down list -spinner like widget

2009-09-02 Thread DroidDude
Hi, I am wondering is there any way to create something similar to spinner but which allows multiple selection. I guess we can select multiple entries from ListView but I don't have much space to show all the entires and also I need to show three different categories on the same Activity which yo

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-02 Thread Tom Gibara
I submitted Daisy Garden which I just published to the Android Market (Entertainment). http://www.tomgibara.com/android/daisy/garden/ and there's a bit more about it on my blog: http://blog.tomgibara.com/ It's 'little brother' to a game I'm developing called Daisy Chase and was mostly complete,

[android-developers] Re: XML-RPC

2009-09-02 Thread skink
Wouter wrote: > Hey, > > Thank you for your answer. I have not that much experience with xml > rpc and HashMap so I don't knnow how to develop this in Java. > When I iterate the whole HashMap and do it one field at a time I can > see that when i get dates_video (like response.get("dates_video"))

[android-developers] WebView data caching

2009-09-02 Thread droidin.net
1. I load HTML data into WebView with loadDataWithBaseURL 2. Do it one more time 3. Execute the following code and instead of going back to the 1st page - whole app exits. What am I doing wrong here? public boolean onKeyDown(final int keyCode, final KeyEvent event) { if (keyCode == Ke

[android-developers] HttpsURLConnection SSL validation problem on connecting?

2009-09-02 Thread AndroidKJE
I seem to have an issue when trying to connect to my webserver from the emulator. My connection code is pretty basic: urlConn = (HttpsURLConnection) url.openConnection(); if(urlConn != null) { urlConn.setReque

[android-developers] Re: XML-RPC

2009-09-02 Thread skink
On Sep 3, 12:15 am, Wouter wrote: > I don't know.  I use the android-xmlrpc client (http://code.google.com/ > p/android-xmlrpc/) and I only see the response like in few posts > above.. > > Is there another way to get the data? ethereal/wireshark --~--~-~--~~~---~--

[android-developers] Id handling

2009-09-02 Thread Federico Paolinelli
Hi all, after building layouts for a couple of activities of my application, I'm starting to experience some issues in id organization. Is there a better way to point a certain id referencing the layout it is contained in? Or it is always defined in an absolute mean? For example, if I need to poin

[android-developers] Re: when does the ADC judging start?

2009-09-02 Thread danny
--- September: ADC2 client/scoring app goes up on Market; users begin reviewing apps October (estimated): first-round judging ends --- Could be this week...heck...could be end of this month. Since October has an "estimated" label. On Sep 2, 12:05 pm, Peter Jeffe wrote: > Anyone know when the AD

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-02 Thread yuvalkesten
Hi all! Me and two firends of mine devloped a really cool interactive movie player (for android) and editor (for pc) - It's called MiKiZaZa. This project started as a university (Tel Aviv University) workshop with coopration of cinema students. I hope pepole will use the editor as well to create g

[android-developers] stack overflow exception on certain sequence of UNICODE characters, I DONT HAVE TOO MANY LAYERS!

2009-09-02 Thread kevikev2020
Hi, I DO NOT HAVE TOO MANY LAYERS, THIS STACK OVERFLOW EXCEPTION ONLY OCCURS WHEN A CERTAIN UNICODE CHARACTER SEQUENCE COME TO THE LISTVIEW. THIS BUG IS KILLING ME BECAUSE I CANNOT PUT A TRY/CATCH AROUND IT ANYWHERE IN MY CODE: I DO NOT KNOW WHAT THAT SEQUENCE IS, BUT I DO KNOW IT"S A CERTAIN SM

[android-developers] Re: XML-RPC

2009-09-02 Thread Wouter
I don't know. I use the android-xmlrpc client (http://code.google.com/ p/android-xmlrpc/) and I only see the response like in few posts above.. Is there another way to get the data? Wouter On 3 sep, 00:00, skink wrote: > Wouter wrote: > > Hey, > > > Thank you for your answer. I have not that

[android-developers] Re: XML-RPC

2009-09-02 Thread Wouter
Hey, Thank you for your answer. I have not that much experience with xml rpc and HashMap so I don't knnow how to develop this in Java. When I iterate the whole HashMap and do it one field at a time I can see that when i get dates_video (like response.get("dates_video")) the response of this is an

[android-developers] Re: Customing the look&feel of DatePicker and TimePicker widgets

2009-09-02 Thread Armond Avanes
Just thought if I change the subject of the main thread it won't be considered in the same thread. Seems the old thread track is still somewhere in email header (although I can't see any with my email client). Sorry anyways And I still appreciate if anyone has any answer to my question. Or if

[android-developers] Re: Who makes embedded hardware Android devices?

2009-09-02 Thread Jeff Puckett
Thanks all. The SmartQ 5 is closest to what I'm imagining, something small and cheap to run apps for a hand-held. The Zii Egg looks good too, but I think that's going to be $199 or something. I was hoping for cheaper. Let me ask a different way - anyone know of a MIPS or ARM touch screen devic

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-02 Thread rdiaz82
We are a group of three (2 developers and 1 graphic designer) and we decided to enter the competition one and a half month ago. Firstly we spent some time trying to find an interesting application and finally we decided to develop DJ'it. DJ'it is an DJ console that allow you to manage two playlis

[android-developers] Re: nfs

2009-09-02 Thread Roman ( T-Mobile USA)
Yep, for getting NSF supported over the USB connection you need IP support. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent thos

[android-developers] Re: how and where to save SecretKey for encryption and decryption

2009-09-02 Thread Yusuf Saib (T-Mobile USA)
It just depends on how much the images are worth and how much the decryption costs the unauthorized party. If the images are not worth much (hypothetically speaking, of course), then decompiling the application isn't worth it. If on the other hand, the images will land you in jail (again, hypothet

[android-developers] Re: ListView and onItemSelected

2009-09-02 Thread danny
Not sure what your issue is...but this is what worked for me. In main activity init... final ListView searchResults = (ListView) findViewById (R.id.list_search_results); searchResults.setOnItemClickListener(this); and this DOES get called... @Override public void onI

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-02 Thread danny
My app is called 'pagehum'. You scan book ISBNs and it will get the title and book cover, along with your city and state. You essentially write a review or question about the book and post it to a 'board'. I did a rush job and there are bugs. But I'm just happy to release it considering I had 3 m

[android-developers] files, local files, storage...

2009-09-02 Thread sdphil
from the Android documentation: "You can store files directly on the mobile device or on a removable storage medium. By default, other applications cannot access these files. " I could write to the sdcard (/sdcard/file.tmp) and other apps could access these files, right? I would like some local

[android-developers] Re: how and where to save SecretKey for encryption and decryption

2009-09-02 Thread gymshoe
Isn't java byte code remarkeably easy to reverse engineer into source code using one of many free java decompilers? >From my understanding, even using an obfuscator on the byte code (if that is possible with android implementation) isn't terrible effective at preventing decompilers from doing a g

[android-developers] ListView and onItemSelected

2009-09-02 Thread chrisoz
Hello everyone! What is wrong with this code? I cannot intercept ListView onItemSelected (no effect and no log output. Nothing happens!). Advice appreciated! ListView mylist=(ListView)findViewById(android.R.id.list); mylist.setOnItemSelectedListener(new OnItemSelectedListener()

[android-developers] WebKit capabilities

2009-09-02 Thread David Kaneda
Hi all, I'm new to the Android platform and actually mostly interested in the browser. I created http://www.jqtouch.com/ in hopes of developing a web-based cross-device application framework — but I'm running into a lot of issues with Android. Does anyone know of any good resources which describe

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-02 Thread Piotr
My app: TripComputer TripComputer is a personal off-road navigation utility software for Google Android phone, that has been created for active people, who love travel by hike or bike. Application does not use Internet connection or Google Maps. http://www.tripcomputer.pl/ Regards Piotr --~--

[android-developers] Re: OpenGL leaking garbage

2009-09-02 Thread fadden
On Sep 2, 7:39 am, Sockmonster wrote: > The stutters seem to match up with the GC. However, I tried Dmitry's > non-direct ByteBuffer code in the hope that it would calm the GC down, > but it has no effect! I find it hard to believe that my app is > creating 13k object every 140ms! What do you thi

[android-developers] Re: how to block the dropdown list in autocompletetextview?

2009-09-02 Thread Jack Ha
Can you call dismissDropDown() right after you call setText()? -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・ stick together The coverage you need at the price you want The views, opinions and statements in this email are those of the author solely in their individual capacity, and do

[android-developers] Re: Get Selected Value from Spinner

2009-09-02 Thread Jack Ha
spinner.getSelectedItem() -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・ stick together The coverage you need at the price you want The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-

[android-developers] Re: Any advantage to NOT posting ADC2 entry in marketplace now?

2009-09-02 Thread Fallen Leaf
On 2 sep, 22:07, dadical wrote: > Now that my submission to ADC2 is complete, I'm wondering if there is > any advantage/disadvantage to holding off on posting to marketplace > now.  Things that occur to me: > > 1. If I post to market, and people download in the mass quantities > that I expect t

[android-developers] Re: XML-RPC

2009-09-02 Thread Yusuf Saib (T-Mobile USA)
Hm, there are three ways that I can think of: 1) write code that does this one field at a time (I assume this is what you hope to avoid) 2) just keep it in the hash 3) leverage Java introspection to do #1 automatically Faced with this in the past, I've opted for #2 for simplicity's sake, but #3 w

[android-developers] Re: A way to get all apps and their activities?

2009-09-02 Thread Dianne Hackborn
It was something we wanted to do before 1.0, but didn't have time and nothing needed it so it got bumped. I can't @hide it from the next SDK if that makes you feel better. On Wed, Sep 2, 2009 at 2:02 PM, bra...@gmail.com wrote: > > No offense - but how is that a solution and why bother having st

[android-developers] Re: A way to get all apps and their activities?

2009-09-02 Thread bra...@gmail.com
No offense - but how is that a solution and why bother having stuff in the API that isnt implemented. Its things like this that make me ready to jump the android ship to maemo 5 On Aug 14, 8:01 pm, Dianne Hackborn wrote: > Yeah GET_INTENT_FILTERS hasn't been implemented.  The only way to do this

[android-developers] Re: Who makes embedded hardware Android devices?

2009-09-02 Thread Yusuf Saib (T-Mobile USA)
Here's an open-source hardware one: http://www.gizmoforyou.com/news.php?item.54.4 It can also be configured for telephony. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not

[android-developers] nfs

2009-09-02 Thread bnovc
Is it possible to use NFS over adb? It seems that I can use it over wifi right now, but I'd rather not have wifi involved. I believe if I wanted it over usb, I would need the USB ethernet module in the kernel enabled, which doesn't seem to compile. Is that right? --~--~-~--~~-

[android-developers] Any advantage to NOT posting ADC2 entry in marketplace now?

2009-09-02 Thread dadical
Now that my submission to ADC2 is complete, I'm wondering if there is any advantage/disadvantage to holding off on posting to marketplace now. Things that occur to me: 1. If I post to market, and people download in the mass quantities that I expect them to :), will they be less inclined to spend

[android-developers] question about viewgroup margins

2009-09-02 Thread Jason Proctor
hey -- i'm programmatically adding views to a LinearLayout inside a ScrollView and i'm running into some issues setting margins and padding etc for child views of the LinearLayout. i've tried child.setPadding() and adding the view with a MarginLayoutParams set up right, but the child view stil

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-02 Thread Steve
hey everyone -- Education/Reference: Librarium II (update from recently released app on market)
Description: Librarium helps you read Latin by bringing word definitions to your finger tips. Simply tap a word, and its online definition is displayed, and copied to a local database for faster lookup

[android-developers] Re: Who makes embedded hardware Android devices?

2009-09-02 Thread Daniel Simms
Not so many yet, but it seems the whole CE industry is jumping on the wagon. For example: http://www.mips.com/android/ ...so all those SoCs with MIPS cores are potentials in addition to all the ARM-based SoCs. If I see one more announcement about random picture frame, STB or media receiver

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-02 Thread Jayesh Salvi
Hi, My entry to ADC2 is: "ReaderScope" - A Google Reader client. (Lifestyle category) It lets you read news online/offline, while syncing your actions (star/share/unread) on the way. It comes with sharing options over SMS, email, Twitter, Digg, Del.icio.us. You can schedule periodic downloads. You

  1   2   3   4   >