[android-developers] Re: scrolling listview loses background color/drawable

2008-09-26 Thread Tauno T
Has anyone figured out a workaround for this? I'm running out of ideas myself :( On Sep 24, 11:24 am, Tauno T [EMAIL PROTECTED] wrote: I'm having the same issue. A ListView is inside of a LinearLayout and the LinearLayout has a semi- transparent background. The background diappears while

[android-developers] Re: scrolling listview loses background color/drawable

2008-09-26 Thread Tauno T
Ok, managed to fix it by adding android:scrollingCache=false to the ListView. From the dox it seems that it makes scrolling a little slower but I didn't notice any difference (have a list with ~100 entries) - I guess it's too small to notice with my primitive list :) On Sep 26, 9:30 am, Tauno T

[android-developers] SDK 1.0:

2008-09-26 Thread dhuri natarajan
Is there any vast difference between the SDK released 1.0 and 0.9 beta?. --~--~-~--~~~---~--~~ 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] SDK1.0 and 0.9

2008-09-26 Thread [EMAIL PROTECTED]
what are the differences between the SDK 1.0 and 0.9?. Any one Please give me a reply... --~--~-~--~~~---~--~~ 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: scrolling listview loses background color/drawable

2008-09-26 Thread Romain Guy
You might notice it on an actual phone. You should not have to disable the scrolling cache. There must be something else you're doing that was wrong. Normally, disabling the cache color hint is all you need to do. Could you show me your XML layout file? On Thu, Sep 25, 2008 at 11:41 PM, Tauno T

[android-developers] Re: SDK1.0 and 0.9

2008-09-26 Thread Tauno T
Release notes for 1.0r1: http://code.google.com/android/RELEASENOTES.html Overview of changes in 1.0r1 compared to 0.9: http://code.google.com/android/migrating/0.9-1.0/changes-overview.html API differences in 1.0r1 compared to 0.9: http://code.google.com/android/migrating/0.9-1.0/changes.html

[android-developers] Re: SDK 1.0:

2008-09-26 Thread De San Nicolas Jean Philippe
vast no, but there is, with sqlite for exemple 2008/9/26 dhuri natarajan [EMAIL PROTECTED] Is there any vast difference between the SDK released 1.0 and 0.9 beta?. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] how to add button at the end of list.

2008-09-26 Thread Pratik Goswami
hi All, I have an list of files with check box. Now i want to put a button at the end of the List. My Lay out is custom and i follow the checkboxified example to display list with check box. In that, List view is there. So please tell me how can i Put button at the end of the List.

[android-developers] Re: intercept incoming and outgoing calls and have customized screen

2008-09-26 Thread Pulkit Arora
I have the same question.. waiting for it to be replied soon.. On Fri, Sep 26, 2008 at 7:05 AM, chouman82 [EMAIL PROTECTED] wrote: Is it possible to intercept the intent of calling and answering and by doing that replacing the calling/answering screen. I see from the logcat that right now

[android-developers] Re: Run JSP file in Android

2008-09-26 Thread Peterman
I think that you only can view jsp'files with a web browser of Android, but no if the jsp file was a application.. On Sep 26, 1:15 am, Mark Murphy [EMAIL PROTECTED] wrote: Billsen wrote: Can Android run jsp file? Only if you supply some sort of JSP interpreter. I believe there are no

[android-developers] Re: Remote MP4 video in 0.9 SDK

2008-09-26 Thread wiki
Hey Justin! As we have got the 1.0 SDK . will RTSP work on emulator now? Regards On Sep 25, 2:02 pm, Iroid [EMAIL PROTECTED] wrote: I am trying to run a remote progressive downloadable mp4 file using VideoView. It is giving MediaPlayer error -1 and VideoView error -1. I do not know what

[android-developers] Re: Mock Location Providers in 1.0

2008-09-26 Thread Cristina
Just one thing I forgot...KML still does not work for me, but GPX and Manual work OK...and by now that is enough for me to do some tests... On Sep 26, 9:19 am, Cristina [EMAIL PROTECTED] wrote: Yes, I have just found the problem! The problem is the regional configuration, I mean the

[android-developers] Re: SDK 1. codec removed, not in API diff

2008-09-26 Thread friedger
I just copied the code to my app. [Thread closed] On 25 Sep., 12:10, friedger [EMAIL PROTECTED] wrote: Hi, we were using org.apache.commons.codec.binary.Hex. This has disappeard in SDK 1.0. Are there any replacements for encodeHex available? Friedger

[android-developers] Re: PathClassLoader failed in SDK 1.0, worked in 0.9

2008-09-26 Thread Wesley
hi, FYI, I working on this since the 1st sdk release last year Dec... Now I cannot make any further progress because of this problem... and yet... no one is offer any solution or any guide for me... I also dunno what can I do next... one error, destroy my idea of my whole year project...

[android-developers] Re: intercept incoming and outgoing calls and have customized screen

2008-09-26 Thread hackbod
You can't replace the call screen in 1.0. You can, however, intercept outgoing calls: http://code.google.com/android/reference/android/content/Intent.html#ACTION_NEW_OUTGOING_CALL On Sep 25, 6:35 pm, chouman82 [EMAIL PROTECTED] wrote: Is it possible to intercept the intent of calling and

[android-developers] Re: Mock Location Providers in 1.0

2008-09-26 Thread Cristina
Yes, I have just found the problem! The problem is the regional configuration, I mean the configuration of the language, date format and so on (Sorry, but I do not know if that is the name in english... but I hope you understand me) I am from Spain, so my XP was configured with es_ES

[android-developers] Re: intercept incoming and outgoing calls and have customized screen

2008-09-26 Thread Pulkit Arora
Thanks for ur reply.. One more question, i believe the android team will be releasing the source for the OS in December, i hope i will be able to do any kind of tweaks in it then, as in overriding the incoming call event etc.. ? On Fri, Sep 26, 2008 at 1:23 PM, hackbod [EMAIL PROTECTED] wrote:

[android-developers] Re: scrolling listview loses background color/drawable

2008-09-26 Thread Tauno T
Here you go: ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android android:orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parent android:background=@drawable/some_image

[android-developers] Re: intercept incoming and outgoing calls and have customized screen

2008-09-26 Thread Tauno T
You could do that but there's a catch if you want to see the changes on a real device - you would have to push the changed Android source code to phone manufacturers so they use your modified version of the OS on new phones. Correct me if I'm wrong.. On Sep 26, 11:02 am, Pulkit Arora [EMAIL

[android-developers] Re: Help Drawing Over Google Maps

2008-09-26 Thread Peter Stevenson
Hi Note this built with sdk 1.0 hope this helps The uses permission will help ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=com.testing.out android:versionCode=1 android:versionName=1.0.0 uses-permission

[android-developers] Calling NetworkInterface.getNetworkInterfaces() got Exception on Android SDK 0.9 and 1.0

2008-09-26 Thread [EMAIL PROTECTED]
Who knows what caused this issue when running on Android 0.9 and 1.0 ? When I call this Java SE API Enumeration nis = NetworkInterface.getNetworkInterfaces(); I always got below exception caused by the native method getNetworkInterfacesImpl. Is that an android SDK's bug?

[android-developers] sqlite in sdk 0.9

2008-09-26 Thread Peterman
Hi I had a database with android in the version m5 of the sdk and when I try to connect to this database with the command sqlite3 it works but now with the new sdk (0.9) , don't work. Now the shel tell me :sqlite3 command not found. I read about this in other threads, and many people says that

[android-developers] problem with xml parseing with dom4j on android 1.0

2008-09-26 Thread ketian
i want to parse xml using dom4j on android platform. make sure it runs on android 1.0 the xml string: ?xml version=1.0 encoding=UTF-8 standalone=yes? sync-pkg feed-meta ctxt-id=111 anchor=222 target=333/ /sync-pkg codes like this: import org.dom4j.Document; import org.dom4j.DocumentHelper;

[android-developers] Re: sqlite in sdk 0.9

2008-09-26 Thread Ludwig
sqlite3 is available on SDK 1.0, which is now the 'new' SDK. 2008/9/26 Peterman [EMAIL PROTECTED] Hi I had a database with android in the version m5 of the sdk and when I try to connect to this database with the command sqlite3 it works but now with the new sdk (0.9) , don't work. Now the

[android-developers] Re: media formats at run time

2008-09-26 Thread wiki
I did that :-) On Sep 15, 10:42 pm, Megha Joshi [EMAIL PROTECTED] wrote: 2008/9/15 wiki [EMAIL PROTECTED] HI, Is this possible to find at RUN TIME what are the audio/video/image format are supported on device. There is no such API right now, could you please log a feature request in

[android-developers] Connecting SSL using 1.0 SDK

2008-09-26 Thread AnuR
I have conncted an ssl (https site) using org.appache.commons.http.httpclient in m5, but when i updated to the latest version, the org.appache.commons.http.httpclient package is missing. instead I could find org.appache.http.client (it was already there , but now changed code, i think) etc.

[android-developers] Trouble Opening Files via Intent

2008-09-26 Thread Timbobsteve
Hi All, I posted this in the beginners section, but received no response. Sorry if it is bad etiquette to re-post here, it just seems that there is a lot more activity in this list. I am running through the FileBrowser tutorial over @ anddev.org and have it working fairly well, but the one

[android-developers] Vote: a device G1 for each ADC entrance

2008-09-26 Thread arnouf
Hello Android Developers, Apparently the recent announcements about Android and HTC Dream G1has increased the number of developers on this group. It's really cool! It should be cooler if each developer could have a real device to test their applications, everywhere around the world. So, it's

[android-developers] Re: Vote: a device G1 for each ADC entrance

2008-09-26 Thread Timbobsteve
I am all for Devs getting access to the hardware and I don't think that it should be selected regions either, but I also don't think Google, HTC and T-Mobile owe us free devices. I think if Devs could buy subsidized developer hardware before it is released publicly, it would greatly increase the

[android-developers] Re: Trouble Opening Files via Intent

2008-09-26 Thread Mark Murphy
Timbobsteve wrote: I am running through the FileBrowser tutorial over @ anddev.org and have it working fairly well, but the one thing I cannot get working is Opening files when they are clicked on. I always seem to get a ActivityNotFoundException: no activity found to handle { action:

[android-developers] Re: Vote: a device G1 for each ADC entrance

2008-09-26 Thread arnouf
We could pay something to have a hardware device...not particularly free! Just have a device for each developer, even if developer have to pay (it should be a little bit normal). Regards On Sep 26, 1:21 pm, Timbobsteve [EMAIL PROTECTED] wrote: I am all for Devs getting access to the hardware

[android-developers] Re: Vote: a device G1 for each ADC entrance

2008-09-26 Thread Tauno T
Did Apple give every app developer a free or otherwise special device? No. Is Symbian giving free (or selling) new devices to developers who can't buy them officially? No. Is Sun giving free (or selling) J2ME enabled devices to developers who can't buy them officialy? No. The same goes for

[android-developers] Re: Easter eggs

2008-09-26 Thread MrSnowflake
Another Easter Egg, as that's what I believe it is, otherwhise wtf... :) 'public static final String BRICK Required to be able to disable the device (very dangerous!). Constant Value: android.permission.BRICK' A BRICK Permission?!!

[android-developers] Re: Vote: a device G1 for each ADC entrance

2008-09-26 Thread arnouf
Why do you talk free device? I didn't say that...not exactly. 1. I think that all developers could ORDER (so not free!) an Android Phone to test, in US, in europe...in same time. The phone should not be locked to one operator. 2. I think that it is cool if ADC participant (not all developers,

[android-developers] Re: PathClassLoader failed in SDK 1.0, worked in 0.9

2008-09-26 Thread Lia
Hi, I was experiencing something similar, when porting from SDK 0.9 to 1.0. I got error .Can't open dex cache . Unable to open or create cache for.. when loading custom classes with DexFile. I solved the problem in my environment by simply starting the abd console and changing

[android-developers] Re: problem with xml parseing with dom4j on android 1.0

2008-09-26 Thread Mark Murphy
ketian wrote: i want to parse xml using dom4j on android platform. There are three XML parsers in Android (DOM, SAX, XPP). Why do you need a fourth? -- Mark Murphy (a Commons Guy) http://commonsware.com Warescription: All titles, revisions, ebook formats, just $35/year

[android-developers] API for route calcualtions

2008-09-26 Thread forester404
Hello. The maps application on Android can calculate shortest (or best) routes between 2 points on the map , as used in the 'Directions' function. Is there a way to get programmatic access to such functionality, that is, an API that allows one in his own application to enter 2 locations and have

[android-developers] Re: how to add button at the end of list.

2008-09-26 Thread Mark Murphy
Pratik Goswami wrote: hi All, I have an list of files with check box. Now i want to put a button at the end of the List. My Lay out is custom and i follow the checkboxified example to display list with check box. In that, List view is there. So please tell me how can i Put

[android-developers] Customizing preferences editor

2008-09-26 Thread Ludwig
I have a preference setting that I need to customize so that the preference will only accept ints. The way I understand this is that I specify the android:dialogLayout with the name of my custom layout: EditTextPreference android:key=distance_units_m android:title=Distance

[android-developers] Re: intercept incoming and outgoing calls and have customized screen

2008-09-26 Thread Guillaume Perrot
You're right Tauno T, Even if android is forked, the forkers will have to convince some manufacturers to use their fork, otherwise forking Android is useless. Beside, you can make your own patched version of some Android class, but you have to include your patched class version in the project and

[android-developers] Re: Easter eggs

2008-09-26 Thread Guillaume Perrot
It surely is an easter egg :p http://en.wikipedia.org/wiki/Brick_(electronics) On Sep 26, 2:37 pm, MrSnowflake [EMAIL PROTECTED] wrote: Another Easter Egg, as that's what I believe it is, otherwhise wtf... :) 'public static final String BRICK Required to be able to disable the device (very

[android-developers] Re: Help Drawing Over Google Maps

2008-09-26 Thread andrex
Great Thanks Peter, It worked so good. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Is there any book on development with Android ?

2008-09-26 Thread dave
Because Android 1.0 has been released, I wonder if there is any book on development with Android or anybody is writing one. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Help Drawing Over Google Maps

2008-09-26 Thread andrex
Hi I got other question, how can I write a little description. I know that OverlayItem(prueba.Point , Title,Snippet) has a tittle but how can i see that on the map. Thanks for the answer. --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] Re: Is there any book on development with Android ?

2008-09-26 Thread timbobsteve
There was a few books being written, as well as a few that have already been released. I did read a few parts of Android Essentials from APress, but I found the content and API's in the book to be different from the 0.9 SDK that I was using at the time. I have found that a good handle on Java and

[android-developers] Re: Is there any book on development with Android ?

2008-09-26 Thread Reto Meier
Hi Dave, Seems like a good a time as any to plug my own book :) Professional Android Application Development will by out November 17 and it's fully up-to-date with SDK 1.0. As timbobsteve pointed out, check out Amazon and you'll see there's a couple more scheduled to come out around the same

[android-developers] Re: Is there any book on development with Android ?

2008-09-26 Thread Mark Murphy
Because Android 1.0 has been released, I wonder if there is any book on development with Android or anybody is writing one. There are seven books announced, in beta, or in print. Search Amazon for android development or android programming. With respect to 1.0, Version 1.3 of _The Busy

[android-developers] SAXParser reports diffeernt qName on SDK 0.9 from SDK 1.0

2008-09-26 Thread soccercheng
I use the following code to create SAXParser: /* Get a SAXParser from the SAXPArserFactory. */ SAXParserFactory spf = SAXParserFactory.newInstance(); SAXParser sp = spf.newSAXParser(); /* Get the XMLReader of the SAXParser we created. */

[android-developers] Re: G1 for testing outside US

2008-09-26 Thread Shane Isbell
In the carriers and vendors, guess how they test the device applications: they download them and start clicking buttons (with obvious test plans and checkboxes). They also have programs to scan for APIs used so they know what components the app is using (GPS, network, etc). I've raised this on a

[android-developers] Re: SAXParser reports diffeernt qName on SDK 0.9 from SDK 1.0

2008-09-26 Thread Mark Hansen
I ran into the same problem and ended up using the localName since it appeared to be providing the same information. I did have to tweak a few things to get it to work, but yea I'm not sure what changed either. --~--~-~--~~~---~--~~ You received this message

[android-developers] Announcement: Companies that announce Android support

2008-09-26 Thread AlexK
Hi everyone, For future will be good to collect companies that announce Google Android support, start developing something for it or etc. I hope that information will help any future users of the Android to find proper provider of applications and services for own needs. So i start that topic

[android-developers] Re: ConnectManager supports multiple-homing ?

2008-09-26 Thread Dave
Graeme, I have the same question. I see that in ConectivityService there's a setNetworkPreference(TYPE_WIFE or TYPE_MOBILE), which invokes enforcePreference, which checks if the current preference is the new, and if not, and it is active, it tears it down. This leads me to believe that there

[android-developers] I want to know a button's width before it is drawn on the screen! possible?

2008-09-26 Thread erkenbrandroid
Hello everyone! I need a bit of help for an app I am trying to develop. I've got a main screen with a couple of buttons on it. What I would like to do is get the width of those buttons before they are actually drawn on the screen. Their width is variable, as theyr are defined as wrap_content

[android-developers] Quartile scorings

2008-09-26 Thread CJ
Hi, guys I did not realize until now that I can get a better reply than you lost after submitting my application. Can anybody tell me how? coz apparently I missed such a chance in May. I know this group might not be the best place to ask this question. But, I cannot find a better one. Thanks CJ

[android-developers] Re: How to get sound notification?

2008-09-26 Thread Mark Murphy
In this code i don't get any sound for notification...Help me.. /*** Copyright (c) 2008 CommonsWare, LLC Hey! This code looks familiar! private void notifyMe() { final NotificationManager mgr=(NotificationManager)getSystemService(NOTIFICATION_SERVICE);

[android-developers] Video Format

2008-09-26 Thread [EMAIL PROTECTED]
Hi I am wondering which kind of videos the mediaPlayer class is able to play. The only Video that I have managed to play on the emulator is a 640 KB 3GP Video. Other 3GP Videos or formats like mp4 or avi did not work on the emulator. Does anybody know what exact format is needed or if there is

[android-developers] Find existing contact by phone number

2008-09-26 Thread blim
We're building an application where we need to check if there is already an existing contact in the native Android phone book by searching by phone number and e-mail. I have a contact with the phone number: 123-456-7890 in my Contacts. In my application I'm doing the following, but nothing ever

[android-developers] Re: G1 for testing outside US

2008-09-26 Thread Muthu Ramadoss
But we don't know if anyone has the device yet. I'm sure some of the developers might have got the device like the adc winning teams. Hmm On Sep 26, 9:01 pm, Shane Isbell [EMAIL PROTECTED] wrote: In the carriers and vendors, guess how they test the device applications: they download

[android-developers] Re: G1 for testing outside US

2008-09-26 Thread Shane Isbell
On Fri, Sep 26, 2008 at 12:02 PM, Muthu Ramadoss [EMAIL PROTECTED]wrote: But we don't know if anyone has the device yet. I'm sure some of the developers might have got the device like the adc winning teams. Hmm I'm not expecting those groups, who are probably under NDA anyway, to

[android-developers] Re: Find existing contact by phone number

2008-09-26 Thread Ludwig
I am not sure what your managedQuery does, but does it move the cursor to the first position with moveToFirst()? 2008/9/26 blim [EMAIL PROTECTED] We're building an application where we need to check if there is already an existing contact in the native Android phone book by searching by

[android-developers] Re: Find existing contact by phone number

2008-09-26 Thread Mark Murphy
I am not sure what your managedQuery does, but does it move the cursor to the first position with moveToFirst()? Ludwig's probably correct. I actually just posted an errata to Version 1.2 of my book on this topic... Activity#managedQuery() probably returns a Cursor positioned before the first

[android-developers] Re: Is there a way to manage data without using SQLite?

2008-09-26 Thread Ramin
Oh kay... SGBD is the acronym in portuguese, sorry.. ^^ It's a DBMS... So, i need to save persistent data, and i can do it without SQLite? On 23 set, 14:48, Mark Murphy [EMAIL PROTECTED] wrote: Okay, im beggining the studies of Android, and my goal is to create a mini-sgbd, finishing it in

[android-developers] Re: Is there a way to manage data without using SQLite?

2008-09-26 Thread Mark Murphy
Oh kay... SGBD is the acronym in portuguese, sorry.. ^^ It's a DBMS... So, i need to save persistent data, and i can do it without SQLite? Besides SQLite, you can: -- Save data in SharedPreferences -- Save data in other ContentProviders offered in the system (e.g., Contacts) -- Save data

[android-developers] Re: ConnectManager supports multiple-homing ?

2008-09-26 Thread Ludwig
While this is not a technical answer to any of this, the blog published at http://blog.wired.com/gadgets/2008/09/google-files-pa.html talks about a patent Google filed: From the blog: Google's patent filing describes devices, systems and methods that would automatically poll nearby wireless

[android-developers] Re: I want to know a button's width before it is drawn on the screen! possible?

2008-09-26 Thread Romain Guy
Hi, You can use a ViewTreeObserver. Look at the documentation of the android.view.View class for more information. On Sep 26, 2008 10:42 AM, erkenbrandroid [EMAIL PROTECTED] wrote: Hello everyone! I need a bit of help for an app I am trying to develop. I've got a main screen with a couple

[android-developers] Re: Announcement: Companies that announce Android support

2008-09-26 Thread Peli
I don't know if this would qualify for your list, but there's a really cool project starting ;-) that may help to improve the interoperability of Android applications: We collect intent definitions from various applications in a database. It will be much easier to look for components one may

[android-developers] PhoneStateListener - onCallStateChanged

2008-09-26 Thread chouman82
I have a class CallStateListener extends PhoneStateListener then i overwrite onCallStateChanged(int state, String incomingNumber) which i have some logging statements but for some reason when i call the emulator from telnet. the logging statement doesn't show up any idea ? here is my code:

[android-developers] Re: PathClassLoader failed in SDK 1.0, worked in 0.9

2008-09-26 Thread Dana Li
Thanks Lia, it seems to be working. Is this a bug in the SDK or intentionally? DL On Fri, Sep 26, 2008 at 2:50 AM, Lia [EMAIL PROTECTED] wrote: Hi, I was experiencing something similar, when porting from SDK 0.9 to 1.0. I got error .Can't open dex cache . Unable to open or

[android-developers] Re: How to access the SMS content provider in SDK 1.0_r1

2008-09-26 Thread kingkung
Is that accessible??? On Sep 24, 7:04 pm, Ernest [EMAIL PROTECTED] wrote: In the com.android.providers.telephony,there is a database named mmssms.db stored all sms and mms infomations. On 9月25日, 上午7时18分, kingkung [EMAIL PROTECTED] wrote: seriously, what happened to this stuff?

[android-developers] WebView and contents://

2008-09-26 Thread Martrinex
I want to be able to access local files from webview. Most tutorials I see use file:// which I believe has been blocked on v.9+ I tried to use the notepad content provider in tests to load plain text via loadurl but just get page not found. Can I display img with src=content:// Can I load pages

[android-developers] Re: 3D and 2D on same view

2008-09-26 Thread [EMAIL PROTECTED]
So this shows us how to do 2D on top of 3D. What is the qualitative performance hit of this approach on a device with a GPU? How can 3D on top of 2D be done? What of its performance? :-) For a limited application, I am trying out the approach of having View objects render into an OpenGL

[android-developers] Too many emulator instances are running on this machine?

2008-09-26 Thread Danny
it seems too many emulator instances are running on this machine. Aborting emulator: emulator window position changed and will be saved as (184, 184) emulator: configuration saved to C:\Users\danny\AppData\Local\Android \SDK-1.0\em ulator.cfg I am currently using Windows Vista I tried adb

[android-developers] android forum in China

2008-09-26 Thread 狙击手
The most popular android development community in China with 12000+ android developers http://www.androidin.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] ThumbKeyboard.com / Alternative Input for Android

2008-09-26 Thread James Burrell
Google, I have invented the fastest methods of text messaging in the history of world.A few of them are demonstrated on www.phonekeyboard.com.The PhoneKeyboard.com invention is faster than Tegic's T9 multi-tap method, Motorola's iTAP multi-tap method and ZI Corp's eZiText multi-tap method.Look

[android-developers] Re: Announcement: Companies that announce Android support

2008-09-26 Thread LeegleechN
I am the co-founder of a new company called Stellux Studios. We are developing a suite of games for Android. So far we've made Texas Hold'em, Blackjack, Solitaire (with 25 card games), and Sudoku. I know social networking apps are the new hot thing, but people still like playing games on their

[android-developers] Re: Decompile android.jar - RuntimeException(Stub!) - SDK 1.0

2008-09-26 Thread Peli
2. How did you manage to do that? Code obfuscation is also an issue for us. Note that the android.jar file size decreased from over 11 MB to under 3 MB (from SDK 0.9 to SDK 1.0). I also would like to know the code optimizer / obfuscator that can do this :-) Peli PS: Ok, I assume that

[android-developers] BroadCastReceiver with PhoneStateListener

2008-09-26 Thread chouman82
I am trying to register the PhoneStateListener right when the phone boots up so I have 2 classes. One is StartAtStartUp which extends BroadcastReceiver that listens for the COMPLETE_BOOT_UP and then this will then register the CallStateListener which extends PhoneStateListener. It doesn't seem

[android-developers] Re: Decompile android.jar - RuntimeException(Stub!) - SDK 1.0

2008-09-26 Thread Romain Guy
Android.jar now contains only the public APIs. If you compile against this jar, you are guaranteed your app will run against future versions of Android. As part of the process that removes private APIs from android.jar, the code is stubbed out, because it's never executed so there's no reason

[android-developers] Re: Announcement: Companies that announce Android support

2008-09-26 Thread Shane Isbell
Hi Nisarg, We've got http://slideme.org, we will be launching an Android market client near the October 22nd launch. This may be a good way to get your games out to users. Shane On Fri, Sep 26, 2008 at 5:45 PM, LeegleechN [EMAIL PROTECTED] wrote: I am the co-founder of a new company called

[android-developers] Re: Announcement: Companies that announce Android support

2008-09-26 Thread PowerGUI
Hi, we are making a Android DotPhone Project(http://www.dotphone.org), that is a total mobile solutions based on Android platform.we will also release the first version before Oct 22. Best Regards PoewrGUI - Android DotPhone Team http://www.dotphone.org/english/

[android-developers] Re: Announcement: Companies that announce Android support

2008-09-26 Thread samlu
If you are looking for Android shareware, or freeware, you should have a look at A0Soft (http://android.a0soft.com) As I know, there are developing Android applications. So far, two applications announced. aClock - world clock, alarm, analog clock, world map, currency calculation aDialCode -

[android-developers] Re: SAXParser reports diffeernt qName on SDK 0.9 from SDK 1.0

2008-09-26 Thread soccercheng
I need namespce suppoirt also prefix:localname support, in android, I am not able to set xr.setFeature(http://xml.org/sax/features/namespaces;, true); xr.setFeature(http://xml.org/sax/features/namespace-prefixes;, true); this will throw exceptions. I'm using JDOM/Android SAXParser, JDOM