[android-developers] Re: Getting a Dev phone.

2010-04-22 Thread Vladimir
I bought a Droid for development in December and use it with wifi. Bypassed activation by tapping the corners of the screen (I live in Europe so no other options for me). No issues at all with the device. On Apr 23, 2:17 am, Nathan wrote: > On Apr 22, 1:47 pm, Mark Murphy wrote: > > > Nathan wro

Re: [android-developers] Re: Getting one form data on anather forn

2010-04-22 Thread Mohammad Siddiqui
This is Android application On 4/22/10, Mike dg wrote: > > Is this a web app or an Android app? > > -Mike dg > > On Apr 22, 8:29 am, Mohammad Siddiqui wrote: > > Hi everyone, > > > > i have therre consecutive form ,after filling the form one i press the > > next button on the first form to go >

[android-developers] Re: Callback when SoftKeyboard goes away

2010-04-22 Thread mkellner
Alas, onSizeChanged() doesn't get called when the IME is invoked or dismissed. My manifest contains: android:windowSoftInputMode="adjustResize" as suggested. My main window is a SurfaceView. I also have an EditText view. When I need to open the keyboard, I make t

[android-developers] Re: How to scroll/move text within TextView on home screen widget ?

2010-04-22 Thread Kumar Bibek
Ummm, well, on the widget , this can't be done. Because you dont have a reference to that TextView. Thanks and Regards, Kumar Bibek On Apr 23, 11:00 am, ravindra singhai wrote: > Hi Kumar, > > Thanks for your reply :) > > There is one property supported for TextView named   * > android:ellipsize

[android-developers] Strange timezone issue, when I set timezone to Alaska

2010-04-22 Thread A.TNG
Hi Guys, I meet a strange timezone issue when I debug my application on Android_2.1 SDK. I first start the emulator and set timezone to "Alaska" in Settings. I also search the internet and find Alaska is in GMT-9:00. If DST applied, it should be GMT-8:00. Then write some sample code like: TimeZon

Re: [android-developers] Re: How to scroll/move text within TextView on home screen widget ?

2010-04-22 Thread ravindra singhai
Hi Kumar, Thanks for your reply :) There is one property supported for TextView named * android:ellipsize="marquee"* I read in android dev-guide/forums that it works only when TextView is in focus in home screen, but i am not able to find any api or way to set TextView as focused item/view so

[android-developers] Computation on db data then list them using either SimpleCursorAdapter or ArrayAdapter

2010-04-22 Thread kc2uno_CMU
Hi all, I juststarted programming in android a few weeks ago, so I am not entirely sure how to deal with listing values. Please help me out! I have some questions regarding displaying data sets from db in a list. Currently I have a cursor returned by my db points to a list of rows and I want displ

[android-developers] Re: Allow only decimal numeric input and use phone soft keyboard?

2010-04-22 Thread jamesc
>From reading this: http://developer.android.com/resources/articles/creating-input-method.html it looks like you need TYPE_CLASS_NUMBER. On Apr 21, 10:25 pm, Watter wrote: > I am trying to do something that I thought would be simple, yet I > still haven't found the right approach. > > I have a

Re: [android-developers] Android requires .class compatibility set to 5.0.

2010-04-22 Thread ravindra singhai
Hi, If you are using Eclipse SDK than perform following steps to fix your problem: Right click on your application name (within Package Explorer view) -> Android Tools -> Fix Project Properties It worked for me when i faced similar problem. give it a try. /Ravi On Wed, Apr 21, 2010 at 7:43 PM

[android-developers] Re: Callback when SoftKeyboard goes away

2010-04-22 Thread jamesc
onSizeChanged() - the system resizes the window when the IME is shown/ hidden. Take a look here: http://groups.google.com/group/android-developers/browse_thread/thread/9d1681a01f05e782 On Apr 22, 3:40 am, mkellner wrote: > Hello, > > I am trying to find a way to get a notification that the soft

[android-developers] Re: a question about menu

2010-04-22 Thread priyanka
Hello, In which method is this code written? I believe this part has to go inside onCreateOptionsMenu(Menu myMenu) itself. myMenu would be a parameter, and after adding menuItems to it, you need to return it back. Thanks, Priyanka On Apr 22, 1:10 pm, 智超 薛 wrote: > hey all! > > meet a question a

[android-developers] Re: Hashtable Serialization (Server/Client App)

2010-04-22 Thread priyanka
Hi All, I am observing a similar issue. I get structured data from my server to Android client in XML format. I parse the XML into a HashMap, and save this HashMap object in file persistent storage. Now, when I retrieve this HashMap object saved in file through : HashMap hashMap = (HashMap) object

[android-developers] Re: How to scroll/move text within TextView on home screen widget ?

2010-04-22 Thread Kumar Bibek
Scrolling is not supported on the Widget Framework right now. So, you cannot do this. Thanks and Regards, Kumar Bibek On Apr 21, 3:18 pm, Ravi wrote: > Hi All, > > I have created a widget to be displayed on android emulator's home > screen to display some long text. In my main.xml layout file i'

Re: [android-developers] Re: Seeding program phones. Anyone tried to activate their droid on a private account yet?

2010-04-22 Thread David Orriss Jr
So far Neel at Google hasn't been able to tell me how to resolve this issue. To say the least I'm annoyed. On Wed, Apr 21, 2010 at 12:48 PM, BradVoy wrote: > My phone just arrived today.  I haven't tried calling Verizon yet to > activate it.  But I found it confusing that the 2 page from Google

[android-developers] Re: Change color of progressbar

2010-04-22 Thread Kumar Bibek
Well, I guess, there's just not a single file/image which you need to change. You will also need to change the background and other stuff. This file must be referring to other internal drawables which you would need to change. Thanks and Regards, Kumar Bibek On Apr 22, 11:41 am, vandy wrote: >

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-22 Thread dgoemans
Dude, 1. What do you mean "your instructions". They specifically said, no choosing. Thou shalt not choose. Bam. That's it. 2. I'm gonna guess u're in the states, none of us in Europe have got our phones ( without the potential for a Droid ), and it's closing on the 8th week On Apr 22, 4:01 am, "Ja

[android-developers] Re: How to call another application from tabview

2010-04-22 Thread Kumar Bibek
Application is not the right word. You can put an Activity inside a Tab. But again, I am not sure if you can put an Activity from another application in the Tab. You have to check it out for yourself. Thanks and Regards, Kumar Bibek On Apr 22, 5:24 pm, Ganz wrote: > I wish to know if any way to

[android-developers] Re: ProgressDialog in full screen

2010-04-22 Thread Ajay
Hi, How can you inflate a progress dialog from xml? If I try to inflate this way, it gives a compile error telling that View cannot be cast to a ProgressDialog. Thank you, AJ On Apr 22, 5:33 pm, prabhakaran sambasivam wrote: > *just  make the progress dialog as the parent class in the XML and

[android-developers] Re: HELP! Cannot launch sub activity

2010-04-22 Thread Kumar Bibek
Then you should have another activity with the same intent filter. Remove the intent filter from this Activity. And from the other activity, on button click event you need to start this Activity. Thanks and Regards, Kumar Bibek On A

[android-developers] Re: Allow only decimal numeric input and use phone soft keyboard?

2010-04-22 Thread Nmix
Try adding the following line to the xml to filter for integer input: android:digits="0123456789" I've had some success using android:inputType to select the soft keyboard and android:digits to filter which keys are accepted. On Apr 21, 5:25 pm, Watter wrote: > I am trying to do something that

[android-developers] Re: Your feedback on Samples/Tutorials/Articles

2010-04-22 Thread Santha
It will be a good thing for begginers if any one can contribute video tutorials right from the beginninghow each View and Viewgroup will be used and all.. On Apr 12, 2:27 pm, Tim wrote: > On Apr 9, 8:02 pm, mike wrote: > > > On 04/09/2010 11:52 AM, Matt Kanninen wrote: > > > > I've been us

[android-developers] Re: Seek Bar .setFocusable(false) not working

2010-04-22 Thread Jeffrey
Note that setEnabled will not work for me as it darkens the color. On Apr 22, 10:36 pm, Jeffrey wrote: > I need a seek bar to not be able to be adjusted, but without making > the color change... setFocusable does not work for this. Is there a > way to do this because it seems like there should b

[android-developers] Seek Bar .setFocusable(false) not working

2010-04-22 Thread Jeffrey
I need a seek bar to not be able to be adjusted, but without making the color change... setFocusable does not work for this. Is there a way to do this because it seems like there should be (without re- writing the seekbar class that is). -- You received this message because you are subscribed to

[android-developers] SocketChannel, broken pipe exception - Cupcake only

2010-04-22 Thread moju27
Hello :) I'm currently writing an application to communicate with my server app which is on a PC on the LAN. I'm using a SocketChannel and it causes an IO exception (broken pipe). The weird and really problematic part is that this exception only occurs on Cupcake !!! To give more details, the exc

[android-developers] want to draw over a changing solid-color background

2010-04-22 Thread Rob Y.
I'm trying to draw an animated picture over a background that I want to shift gradually in color. The picture is kept in a bitmap, and on each frame, I erase the background to the new background color and then draw the bitmap on top of it. The bitmap was originally cleared to Color.TRANSPARENT, a

Re: [android-developers] Re: 14-year-old Android Developer:

2010-04-22 Thread ~ TreKing
On Thu, Apr 22, 2010 at 7:37 PM, Ivan Greene wrote: > I'm thinking about college, because I would really like to work for Google. > But I'm not sure that will happen, my grades are quite bad (about 2.5 GPA). > Maybe you could go work on the Android Market Support Forum!? I don't care how bad you

Re: [android-developers] app crashes only on device

2010-04-22 Thread ~ TreKing
On Thu, Apr 22, 2010 at 7:33 PM, emada.adame wrote: > How can i see whats going on? > Use your debugger ... maybe ... ? > what could be going on? > Based on this VASTLY detailed post that provided so much information I can, with 100% confidence, conclude that it's the gnomes. ---

Re: [android-developers] Code executing out of order?

2010-04-22 Thread ~ TreKing
On Thu, Apr 22, 2010 at 3:38 PM, scp89 wrote: > They should change right away, since that code is first. Can someone > explain why this is and how to prevent it? > Although you call setText first, you won't actually see that reflected on the screen until the system does a render pass on the view

Re: [android-developers] Activities and ListActivities with button and lists

2010-04-22 Thread ~ TreKing
On Thu, Apr 22, 2010 at 10:51 AM, MyGB wrote: > I'm developing a real-time informations about train. > Cool, me too! Well, mostly buses, but same diff. > But, my problem is, I can't put buttons and lists in the same class. > Sure you can. > I explain, to get a list on the screen, I have to

Re: [android-developers] Itemized Overlays...Not drawing a collection but refreshing????

2010-04-22 Thread ~ TreKing
On Thu, Apr 22, 2010 at 9:49 AM, Scott wrote: > What's been killing me is that the Overlays always overwrite one > another...So I can never have more than one circle...HELP WHAT AM I > DOING WRONG? > Besides the fact that you're only drawing one circle? > PS This code also crashes if I touch t

Re: [android-developers] Hi Question about menu

2010-04-22 Thread ~ TreKing
On Thu, Apr 22, 2010 at 3:36 AM, 智超 薛 wrote: > anyone know how to make it work? Try checking if (myMenu != null), since, you know, you probably want a valid object to add stuff to. - TreKing - Chica

Re: [android-developers] Scrolling a dynamically filled AbsoluteLayout.

2010-04-22 Thread ~ TreKing
On Thu, Apr 22, 2010 at 1:10 AM, rocrail wrote: > Any advice? Yeah, don't use AbsoluteLayout, it's deprecated. > Or do I have a design problem in this layout? Yeah, you're using AbsoluteLayout, which is deprecated. Are you trying to achieve the same effect as the pictures in the link, or i

Re: [android-developers] Interface

2010-04-22 Thread ~ TreKing
On Wed, Apr 21, 2010 at 8:57 PM, LTMOD wrote: > Other than DroidDraw, are there any tools that can help with Android GUI > design? > Are there any official tools planned, or web sites that cater to this? > You mean besides the official tools for Eclipse?

[android-developers] how to port my application into fbreaderj

2010-04-22 Thread n.newtechie techie
Hi , I am new to this world of android.. I want to create an application which has a book in epub format with audio attached to it. and then want to port this application into fbreaderj. Any ideas , how this can be done ? Please help.. -- You received this message because you are subscribed t

Re: [android-developers] power button hitting onCreate

2010-04-22 Thread Dianne Hackborn
When you turn off the device, the lock screen is displayed. This typically forces the display to a particular orientation. If the screen is not currently in that orientation, it will need to be changed, and the top activity's configuration appropriately changed to match. On Thu, Apr 22, 2010 at

[android-developers] Re: ListActivity does the ArrayAdapter class have to be an Inner Class

2010-04-22 Thread Brion Emde
No, there is no reason at all that your Adapter has to be in internal class. Post your code and maybe someone will see your problem. On Apr 21, 2:40 pm, David Parry wrote: > Question: > > I have a Concrete class that implements ListActivity in this class I > have an InnerClass extends ArrayAdapt

Re: [android-developers] Re: 14-year-old Android Developer:

2010-04-22 Thread Miguel Morales
I would recommend you try to go to college though, specially if you want to work for google. There's definitely a lot of algorithm/math stuff that I missed out on. Good luck on your game and your grades. On Thu, Apr 22, 2010 at 5:37 PM, Ivan Greene wrote: > Miguel: Thanks for the encouragement! >

[android-developers] Re: How to execute "cd sdcard" command

2010-04-22 Thread karteek
Thanks Marks,Bob. Your help is really appreciated, I will follow java i/o. On Apr 22, 9:39 pm, Bob Kerns wrote: > Mark points out all the reasons you shouldn't even be trying to do > this. > > But there's more! I assume you're going to take Mark's advice anyway, > but these are things that are li

[android-developers] Re: 14-year-old Android Developer:

2010-04-22 Thread Ivan Greene
Miguel: Thanks for the encouragement! I am working on an Android game right now. I'm thinking about college, because I would really like to work for Google. But I'm not sure that will happen, my grades are quite bad (about 2.5 GPA). On Apr 22, 6:48 pm, Miguel Morales wrote: > Congratulations guys

[android-developers] app crashes only on device

2010-04-22 Thread emada.adame
Hello all So i have a app that runs fine on the emulator but crashes (force close message as soon as i open the app) on every device i have tested it on. How can i see whats going on? what could be going on? Thank you. -EA -- You received this message because you are subscribed to the Google Gr

Re: [android-developers] Activity - get notified when all views are rendered

2010-04-22 Thread Mark Murphy
vistaman wrote: > I searched for all overidable methods of Activity and couldn't find > this: Basically I want to get notified or override a method when all > views in the current activity had been rendered. This is because I > need to get the measured heights of a couple of TextViews and then > re

Re: [android-developers] Android temporary file

2010-04-22 Thread Mark Murphy
venkata raidu wrote: > Hi all, > I need to copy some content(which is in the form of a byte array, > now) into a temporary file and save it in .PNG format on android. > Please advise a way to do that. Thanks in advance. Java file I/O would seem like a likely starting point. http://exampledepot.

Re: [android-developers] Getting appWidget position/coordinates on homescreen

2010-04-22 Thread Mark Murphy
Yesmic wrote: > Hello, > > I'm trying to develop an appWidget. I would like to retrieve its > coordinates or position (row, col) on home screen. > > Is it possible ? No, sorry. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _The Busy Coder's Guide to And

[android-developers] Introducing AppsMarketing.mobi

2010-04-22 Thread OrenTodoros
Hey there Oren here, Co-Founder of http://www.appsmarketing.mobi and fresh in the group! I wanted to quickly introduce myself and our service to you all. Hope that's cool? :) We specialize in managing Mobile App Marketing campaigns and helping up-and-coming mobile app developers as well as establ

[android-developers] HELP! Cannot launch sub activity

2010-04-22 Thread Jennifer
Hi y'all, I'm working on making an application that requires me to populate a contact list. My code works when the intent-filter for the activity is set to: However, I do not want this activity to start right at the launch of the emu

[android-developers] how to integrate a mjpeg decoder into open core framework

2010-04-22 Thread dadaowuwei
Hi, I am quite new for android onpencore framework and have some questions for integrating process of a new openmax mjpeg component 1. can I directly inherit the omx_component_video class to form my own mjpeg component? 2. how pvmf consumes the output buffer of the component, what kind of decoded

[android-developers] Activity - get notified when all views are rendered

2010-04-22 Thread vistaman
I searched for all overidable methods of Activity and couldn't find this: Basically I want to get notified or override a method when all views in the current activity had been rendered. This is because I need to get the measured heights of a couple of TextViews and then resize other views according

[android-developers] power button hitting onCreate

2010-04-22 Thread scottrick49
In my application, if you press the power button on the phone, i am seeing: onPause onDestroy onCreate onResume onPause getting called in that order; I can't figure out why the app is getting created again and then re-paused. Obviously I am doing something incorrect, but I am not sure what. Any

[android-developers] Getting appWidget position/coordinates on homescreen

2010-04-22 Thread Yesmic
Hello, I'm trying to develop an appWidget. I would like to retrieve its coordinates or position (row, col) on home screen. Is it possible ? Can anybody help ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send ema

[android-developers] Android 2.1 Motorola Milestone

2010-04-22 Thread firefight16
I updated couple days ago on my Telus Milestone unlocked and running on Bell network, to 2.1 and now phone won't dial 1-888 numbers, I tried 4-5 differant numbers and phone hangs up right away just a buzz and call ends. No problem withh 1-800 and I have not tried 1-900 I don't use those! -- You r

[android-developers] Activities and ListActivities with button and lists

2010-04-22 Thread MyGB
Hi everyone, It's the first time I post here, so I hope I'll be clear for my problem. I'm developing a real-time informations about train. The application will connect to a XML plateform that will give the next trains with a station given. I'm a beginner in Android development, and I'm stuck to a

[android-developers] Android temporary file

2010-04-22 Thread venkata raidu
Hi all, I need to copy some content(which is in the form of a byte array, now) into a temporary file and save it in .PNG format on android. Please advise a way to do that. Thanks in advance. -Venkata -- You received this message because you are subscribed to the Google Groups "Android Develope

[android-developers] Code executing out of order?

2010-04-22 Thread scp89
I am fairly new to android (and Java for that matter). I have an onClick fuction for my listview. What I want it to do is changing the text of a textview, set a seekbar progress to 0, and then load a new song. The problem is that it loads the new song (which takes a while), and THEN changes the tex

[android-developers] Re: Is IPv6 over the wifi interface supported in the SDK?

2010-04-22 Thread Steinar H. Gunderson
On Apr 21, 4:30 am, Michael Newton wrote: > I'm hearing that IPv6 is supported by android, at least over the wifi > interface, but I cannot do anything with IPv6 through the SDK at all. > I am running Android 2.1 on an N1. > > I can see that at the OS level, the wifi interface has a link local > i

[android-developers] How to connect to ms Exchange?

2010-04-22 Thread Borislav Kapukaranov
Hi, I'm trying to connect to Exchange server to obtain some appointments data. I googled the whole stuff and could not find some useful examples. I would appreciate it if someone give me or point me to some examples(code snippets are preferred). Thanks, Bobby -- You received this message becaus

[android-developers] How to call another application from tabview

2010-04-22 Thread Ganz
I wish to know if any way to start another application inside my landing application. I have created a two application. My Landing Application has the tabview. And in the second shows toast message. Is there any way to load another application in a each tab? I can start a another application usin

[android-developers] How to determine contacts Gmail/Google voice group membership from android phone/emulator

2010-04-22 Thread reekotubbs
Hello all, I have a OutGoingCallReceiver setup to catch outgoing calls, it attempts to check their group membership and return which groups the contacts are part of. I have been using 1.5 code to accomplish this on the emulator. It works for users I create, because I have to add them to the group

[android-developers] Dex cache issue

2010-04-22 Thread nickname
Hi all, My application is crashing once in a while . Logcat logs are pasted bellow. 04-11 02:26:37.225 1245 1245 W dalvikvm: Refusing to reopen boot DEX '/ system/framework/frameworks.jar' 04-11 02:26:37.334 1245 1245 E dalvikvm: Can't open dex cache '/data/ dalvik-cache/sys...@app@settings

[android-developers] RTSP cache/buffer

2010-04-22 Thread Chirag
Hi All, I am trying do rtsp video streaming on my android device using media player. works fine for both, h263 and h264. the only issue is, I am getting around 3 to 4 second delay. I want to reduce it to less then a second. I have checked till depth, I cant find buffer or cache settings anywhere.

[android-developers] Itemized Overlays...Not drawing a collection but refreshing????

2010-04-22 Thread Scott
I'm trying to write code that draws accuracy circles around a gps location based on a time param. I have no problem setting up the GPS, or of calculating how to draw the circles...What's been killing me is that the Overlays always overwrite one another...So I can never have more than one circle...I

[android-developers] Hi Question about menu

2010-04-22 Thread 智超 薛
i want to realize button pop-up optionmenu, i write a button setOnClickListener, check this could pop-up menu , how to made it? my code is: case R.id.tools: if(myMenu==null) { myMenu.add(0, 0, 0, "Add").setIcon(R.drawable.addfolderr);

[android-developers] Timestamp of SensorEvent

2010-04-22 Thread Vincenzo Manzoni
Hi, I am wondering what is the format of the field "timestamp" of the class SensorEvent. The Android reference [1] says that is "The time in nanosecond at which the event happened"; my question is: from what? I am interested in correlate the measurements from accelerometers to measurements f

[android-developers] How to use Fiddler to get traffic of the Market in Android Emulator

2010-04-22 Thread Xin Song
hi guys, this question seems to be encountered by many people. I have set up the proxy(10.0.2.2) and port() of Emulator and it can connect to the net. But the Fiddler can just get traffic of the Browser in Emulator, it can not get anything of the Market. i.e. if I open an page by the Browser, t

[android-developers] Design / Architect - Media Player app

2010-04-22 Thread George Of That Bush
Hi I would like to DESIGN and then CODE a Media Player Application where-in a list of files stored on the sd card are shown on one page. When the user clicks on a file, it should be played on another page. Given a few steps, I can code an application. But what I would like to know is how do I

[android-developers] Progress bar in notification bar

2010-04-22 Thread yakura y
Hello everybody, I would like to put a progress bar in the notification bar. The idea is showing the progress bar while the program uploads a file to a server. Everything else is ok, but I can not figure out how to refresh the progress bar inside the notification. Does anybody knows any pattern to

[android-developers] android.hardware

2010-04-22 Thread Ivan Longin
Hi! Does anyone know where to find source code for android.hardware package? I need to make some modification in SensorManager for my application and possible modification in other classes from that package. Google didn't help me a lot so I'm asking here. Thanks! -- You received this message be

[android-developers] a question about menu

2010-04-22 Thread 智超 薛
hey all! meet a question about menu. i want to push a button to pop-up menu, my coding is case R.id.menus: if(myMenu==null) { myMenu.add(0, 0, 0, "Add").setIcon(R.drawable.addfolderr); myMenu.add(0, 1, 0, "Delete"

[android-developers] Re: How can I use VideoView to streaming without buffering?

2010-04-22 Thread Chirag
When you want live video streaming, second case is fine. Is there any way to reduce buffer size??? On Apr 14, 4:32 pm, MobDev wrote: > well most of the time buffering is just part of streaming... > it's there so that a user will get a more seamless playback of the > video/audio... > The flipside

[android-developers] Re: Adding scrollbars in a Custom View

2010-04-22 Thread Jonas
Hi, Did you get any help with this question, I am having the same problem. No scroll bars are displayed. I also wish to get the Y position of the scrollbar and see if it is bigger or smaller than screen width / 2. BR Jonas On Mar 5, 12:15 pm, Neha wrote: > Hi, > > I am working on adding vertica

Re: [android-developers] ProgressDialog in full screen

2010-04-22 Thread prabhakaran sambasivam
*just make the progress dialog as the parent class in the XML and with in this class define all other class. * On Thu, Apr 22, 2010 at 5:55 PM, Ajay wrote: > Hi, > I have the standard ProgressDialog displayed during a lengthy > operation. How can I make this ProgressDialog to occupy the entir

[android-developers] IllegalMonitorStateException on 'object.wait()' call randomly

2010-04-22 Thread svd
My code throws an IllegalMonitorStateException on 'object.wait()' call, even though wait is invoked inside a synchronized block. And this exception occurs only randomly not always. below is my code snippet: while (!mFinish) { synchronized (mResponse) { if (!mResponse

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-22 Thread Jeffrey
Moto Droid received in Southern California. Thank you Google! -- 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-dev

[android-developers] android.hardware

2010-04-22 Thread Ivan Longin
Hi! Does anyone know where to find source code for android.hardware package? I need to make some modification in SensorManager for my application and possible modification in other classes from that package. Google didn't help me a lot so I'm asking here. Thanks! -- You received this message be

[android-developers] Re: How many Android phones have touchscreens?

2010-04-22 Thread Watter
On Apr 21, 5:06 am, Sean Hodges wrote: > If you are a beginner, you should really be posting to the > android-beginners list. Well, to be frank, a beginner (like myself) is going to have a hard time even knowing that group exists. If you go to the Android SDK site, then the Resources tab and look

[android-developers] Re: What happens with the registered broadcast receivers after the application is killed?

2010-04-22 Thread mmonibi
What if my receiver is registered for the ACTION_BATTERY_CHANGED intent? As stated in the documentation, "You can not receive this through components declared in manifests, only by explicitly registering for it with Context.registerReceiver()." Is there anyway to make sure my receiver is always r

[android-developers] Callback when SoftKeyboard goes away

2010-04-22 Thread mkellner
Hello, I am trying to find a way to get a notification that the soft keyboard has been dismissed by the user pressing the "Back" key. showSoftInput() with a ResultReceiver will tell you if/when the keyboard appears, but not if it goes away. addTextChangedListener() doesn't get called because tex

[android-developers] Getting X, Y Co-ordinates on touch event

2010-04-22 Thread Veeru
Hi Friends, How can I get the x, y co-ordinates of my touch event on any screen irrespective of any activity? I have seen the following query... http://groups.google.com/group/android-developers/browse_thread/thread/71a4750dfa6fb883 But I do not want to make changes in the activity. I just want

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-22 Thread Jason K [Appirio]
I got my Droid, but my instructions were for a Nexus One (sigh). Anyway, is there a way to expedite the free thirty day service? Jason On Mar 31, 5:28 am, Justin Giles wrote: > On Tue, Mar 30, 2010 at 11:48 PM, Jason wrote: > > I received a Droid and I did not see the "Read Me First" leaflet t

[android-developers] How to import music into Android library

2010-04-22 Thread Y Kim
Hello, I would like to know how can I import songs from a web service into Android library without having to download the file into sdcard. I have all the data from the web service but I do not know how to integrate the tracks into Android database. My idea is not to have to download the files, but

Re: [android-developers] XMPP service, jabber , push notification

2010-04-22 Thread Ismael Bejarano
Hi, On Wed, Apr 21, 2010 at 5:17 AM, SLY wrote: > Hi, > I am currently working on a project which requires a server to request > data from the devices which are currently connected to the server. > Meaning, first the server finds out which devices are connected to the > server and then sends an a

[android-developers] Re: Unparsed aapt error

2010-04-22 Thread Christopher
Doing "Project" > "Clean" in Eclipse helped clear up the problem for me. -- 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] Change color of progressbar

2010-04-22 Thread vandy
hi Is there any way to change the color of indeterminate progressbar. i made changes in the progress_indeterminate.xml and saved it my projects drawable folder and tried to set progressBar.setProgressDrawable(R.drawable.progress_indeterminate) but still the color did not change. it uses the defa

[android-developers] Re: geo fix in emulator - strange pattern in gps fix timestamps

2010-04-22 Thread f...@zcom.it
Hi, The problem is that location.getTime() returns UTC timestamp. You have to convert it in a GMT timestamp. If you already solved the problem could you please post the solution. thx regards Fabi On 12 Apr., 20:54, Lukasz wrote: > Hi, > > I am trying to implement some functionality using GPS i

[android-developers] Re: Seeding program phones. Anyone tried to activate their droid on a private account yet?

2010-04-22 Thread BradVoy
My phone just arrived today. I haven't tried calling Verizon yet to activate it. But I found it confusing that the 2 page from Google that came with the phone say "Please refer to the enclosed "Read Me First" leaflet from Verizon Wireless for instructions to activate the enclosed Droid." There w

[android-developers] Android device VID/PIDs

2010-04-22 Thread kurt
Hi all, Perhaps this is a misplaced question better suited for some other forum, but I'm going to take my chances anyhow: Any idea where I can find a credible and comprehensive list of VID/PIDs for Android devices? Any advice is welcome. Thanks! -- You received this message because you are subsc

[android-developers] Allow only decimal numeric input and use phone soft keyboard?

2010-04-22 Thread Watter
I am trying to do something that I thought would be simple, yet I still haven't found the right approach. I have a EditText field that should only accept unsigned decimal entries. Using android:inputType="numberDecimal" in my layout xml file achieves this, however the soft keyboard that is raised

[android-developers] extending soft-keyboard with language switching support?

2010-04-22 Thread Henrik
I just got my HTC Desire with Android 2.1, and the first problem I'm running into a lot is when using the visual keyboard. Being multilingual and having friends who only speak one particular language, there's no single 'correct' input language setting for the word prediction feature, so I started

[android-developers] Interface

2010-04-22 Thread LTMOD
Other than DroidDraw, are there any tools that can help with Android GUI design? Are there any official tools planned, or web sites that cater to this? It seems that it should be easy enough to put together a visual tool to do UIs, but I can't seem to find one.. and of course, while starting out,

[android-developers] Re: What happens with the registered broadcast receivers after the application is killed?

2010-04-22 Thread mmonibi
What if my receiver is registered for the ACTION_BATTERY_CHANGED intent? As stated in the documentation, "You can not receive this through components declared in manifests, only by explicitly registering for it with Context.registerReceiver()." Is there anyway to make sure my receiver is always r

[android-developers] Ringtone picker calls onActivityResult() too early

2010-04-22 Thread hmph
I'm using the RingtoneManager to pick a ringtone. However, my onActivityResult() method is getting invoked too soon. As soon as the ringtone picker dialog appears, onActivityResult() is invoked with a non-RESULT_OK result code, even before I select any ringtones or select the "OK" button. Then, aft

[android-developers] Tabwidget graphical issues. Showing a thick white line??

2010-04-22 Thread Stephen
Having just moved to an Android 2.1u1 HTC Desire from an Android 1.5 HTC Hero, I've noticed that there a weird behaviour from TabWidget in that it shows a thick white line under the tabs instead of what I think it should do. Difficult to explain so here are two URLs: http://android.esstec.co.uk/i

[android-developers] ListActivity does the ArrayAdapter class have to be an Inner Class

2010-04-22 Thread David Parry
Question: I have a Concrete class that implements ListActivity in this class I have an InnerClass extends ArrayAdapter. This came from an example and works great i.e. displays my list of items on the screen. The problem is that I tried pulling out the InnerClass and use it as a standalone Concret

[android-developers] Scrolling a dynamically filled AbsoluteLayout.

2010-04-22 Thread rocrail
Hi, I'm searching for a few days now but I cannot find a scrolling solution for the following layout: http://schemas.android.com/apk/res/ android" android:id="@+id/levelScrollView" android:background="@drawable/solid_white" android:layout_width="fill_parent" android:layout_height="fill_pare

Re: [android-developers] How many Android phones have touchscreens?

2010-04-22 Thread Aditya
Amost all devices released with android OD in it will support touch screen functionality. On Wed, Apr 21, 2010 at 2:54 PM, angushir...@googlemail.com < angushir...@yahoo.co.uk> wrote: > Hi all, >a simple question from a beginner - how many of Android phones > support touchscreen applicati

[android-developers] Small mistake in Android developers reference?

2010-04-22 Thread Daniel Wagner
Hi everyone, it seems that there is a small mistake in the Android developers reference. I was listening to ConnectivityChange events (android.net.conn.CONNECTIVITY_CHANGE) when I saw that the supplied NetworkInfo behaves differently than specified. It says that the DetailedState of "scanning" map

[android-developers] Soft Keyboard imeAction 'next' not working with AutoCompleteTextView

2010-04-22 Thread Chris66
Hello, I have a layout with four AutoCompleteTextViews and the next button on the soft keyboard doesn't work on either of them. I've tried setting android:imeOptions and android:nextFocusRight/Down but it was of no use. I also tried removing the FocusChanged/EditorAction/ TextChanged listeners o

[android-developers] EXTRA_SHORTCUT_NAME ignored in Android 2.1

2010-04-22 Thread Fabio Collini
Hi, some users are reporting me a strange issue on some device (Samsung Moment M900 and Motorola Droid) with Android 2.1. With my app (Apps Organizer) it's possible to create an home shortcut, when I create it I set a custom EXTRA_SHORTCUT_NAME. After phone reboot the label of the shortcut is reset

[android-developers] How to overlay text on video from camera (using Mediarecorder)

2010-04-22 Thread Сергей Мацак
How to overlay text or any other object(image or draw something) during recording video from camera using Mediarecorder ? For example I need to record video with date and time over. Is it any way to overlay or draw something ? -- You received this message because you are subscribed to the Google

[android-developers] How to scroll/move text within TextView on home screen widget ?

2010-04-22 Thread Ravi
Hi All, I have created a widget to be displayed on android emulator's home screen to display some long text. In my main.xml layout file i've already set TextView properties like singleLine="true", ellipsize="marquee", focusable="true" etc, but still when my widget is displayed on home screen text

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-22 Thread Lim Sim
So far all the suggestions/rumours of why we haven't got the phone have been on the negative side. How about a positive one. Like...maybe the phones are delayed because they want to get Froyo on it before sending it out to us. On 21 April 2010 09:37, Josef Pfleger wrote: > I am from Austria and

  1   2   3   >