Re: [android-developers] Re: Question on showing contacts with all numbers

2010-04-10 Thread Jiri
number ContactName number etc.. etc.. Jiri On 08/04/2010 15:20, nubh bhargava wrote: I think I have posted the whole source code in earlier topic, just check thanks NUBH -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Question on showing contacts with all numbers

2010-04-08 Thread Jiri
would look like this, where each number is separately click-able. ContactName number number number ContactName number number ContactName number etc.. etc.. Thank you. Jiri -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: Question on showing contacts with all numbers

2010-04-08 Thread Jiri
Hello NUBH, did u mean this post ? http://groups.google.com/group/android-developers/browse_thread/thread/6844d4d5e7fe4f17/1354dd88444f6528?show_docid=1354dd88444f6528 Thank you, Jiri On 08/04/2010 15:20, nubh bhargava wrote: I think I have posted the whole source code in earlier topic

Re: [android-developers] Send email in background

2010-04-05 Thread Jiri
See this: http://groups.google.com/group/android-developers/browse_thread/thread/9c7bca0a1b6957a9 Jiri On 05/04/2010 15:58, Mark Murphy wrote: Is there and accepted way to send an email in the background? You would need to integrate your own email client library (e.g., JavaMail

[android-developers] Re: Help with contacts/numbers data to listView.

2010-04-05 Thread Jiri
Is there someone who could help me out? Jiri On 02/04/2010 14:25, jiri wrote: Hello List, I am looking for a solution to a problem where I have to query all users and then for each user I query for her numbers. Offcourse I can build a strcuture first, but that has proven to be quit slow

Re: [android-developers] Installing apps to Nexus One device

2010-04-02 Thread Jiri heitlager
Settings/applications/development Did u choose usb debugging there? On 31 Mar 2010 08:47, oriharel ori.ha...@gmail.com wrote: Hi, Im running Win XP 32 bit, SP3. I have Nexus one device. and I develop on Eclipse. I'm trying to... -- You received this message because you are subscribed to the

[android-developers] Question on Expandable list

2010-04-02 Thread Jiri
. Or is there an easier way to do this Regards, Jiri -- 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

[android-developers] Help with contacts/numbers data to listView.

2010-04-02 Thread Jiri
( phoneNum[i] ); } i++; } if( info.numbers.size() 0 ) contacts.add(info); } } return contacts; } !code Thank you. Jiri -- You received this message because you are subscribed to the Google Groups

[android-developers] Help with contacts/numbers data to listView.

2010-04-02 Thread jiri
number number contact name number Thank you, Jiri -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr

[android-developers] Getting contact phone numbers in a custom data layout.

2010-03-30 Thread Jiri
layout xml Thank you for your help. Jiri -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr

[android-developers] Getting contact phone numbers in a custom data layout.

2010-03-30 Thread Jiri
layout xml Thank you for your help. Jiri -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr

Re: [android-developers] 3D Physics Engine For Android Demo

2010-03-17 Thread Jiri
Sorry to be off topic, but can somebody also point me to a 'decent' _2d_ physics engine. I seen a few, but i was wondering what the general consensus is about the 'most' reliable one in terms of steady/continues development. Cheers, Jiri On 15/03/2010 15:25, Kevin S. wrote: I've

Re: [android-developers] Re: Windows Phone and XNA. Nightmare is real. What we do with that ?

2010-03-17 Thread Jiri
Does this framework support simple 2d physics and collision detection and/or elastic collision? Jiri On 10/03/2010 01:11, Mario Zechner wrote: While it's not nearly as full featured as XNA i started working on something similar to XNA. It allows you to develop your games mostly

Re: [android-developers] HTC tester needed

2010-03-17 Thread Jiri
Seems to work fine on a Nexus One. I added several words and they all show up as hints when writing an sms. JIri On 17/03/2010 22:06, Adrian Vintu wrote: Hi all, I ran into a problem and I need an HTC tester badly. I developed an app for managing the user dictionary on Android. The homepage

Re: [android-developers] Creating first game

2010-03-09 Thread Jiri
This might be helpfull. http://www.anddev.org/2d_tutorial-t3120.html Jiri veel plezier. ;) On 08/03/2010 20:26, Marlo wrote: Greetings (i'm Dutch and only 14 so please don't not my English), I'm currently starting to develop a game for Android since my mobile phone runs Android but i do

Re: [android-developers] Gps sorting question

2010-02-06 Thread Jiri
Ok, so if I use plain simple trigonometry there is some inaccuracy. I can live with that. Thank you Frank Frank Weiss wrote: It's that simple unless you want to account for latitude compression or obstacles. Latitude compression is usually negligible if the latitude bounds are small (0.2

[android-developers] Gps sorting question

2010-02-05 Thread Jiri
relative to my reference point, or is that to simple ? Jiri -- 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

Re: [android-developers] Re: How to set a default item in a spinner drop down list

2010-01-27 Thread Jiri
Is this any help? http://thinkandroid.wordpress.com/2010/01/13/retrieving-spinner-values/?utm_source=feedburnerutm_medium=feedutm_campaign=Feed%3A+PlanetAndroidCom+%28Planet+Android%29 Jiri Sasikumar S wrote: See this link http://www.androidpeople.com/android-spinner-default-value/ you

[android-developers] Question on NotificationManager, setLatestEventInfo() and custom view.

2009-10-23 Thread Jiri
in the showNotification() a lot of objects are instantiated. In the docs it talks about setLatestEventInfo() but this (afaik) cannot be applied when using a custom view. Is this the way it is or is there a better technique. Jiri --~--~-~--~~~---~--~~ You received this message

[android-developers] formatting text, before adding to textview

2009-10-22 Thread Jiri
Hello list, If I have a string resource, for instance: Hello world and I want to have world be colored differently when i put it to a TextView. How do I do this? Jiri --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: formatting text, before adding to textview

2009-10-22 Thread Jiri
Thank you, so I would first have to set the string to the field and then retrieve it again using getText and then style it. That seems a bit of a way around. Well if thats how they made it, then thats how I will use it :) Or do I misunderstand it? Jiri skink wrote: On Oct 22, 4:57 pm

[android-developers] Re: formatting text, before adding to textview

2009-10-22 Thread Jiri
. On Oct 22, 10:27 am, Jiri jiriheitla...@googlemail.com wrote: Thank you, so I would first have to set the string to the field and then retrieve it again using getText and then style it. That seems a bit of a way around. Well if thats how they made it, then thats how I will use it :) Or do I

[android-developers] confused about service

2009-10-18 Thread Jiri
If i have a service tag in my manifest, does that mean that the service class gets instantiated, and if so do I then still need to send an intent from an activity to have it started? Jiri --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: GC question.

2009-09-25 Thread Jiri
:58 AM, Jiri jiriheitla...@googlemail.com wrote: I have a simple question, in my ctivity i define a static private as so: private final FileFetcher ff = new FileFetcher(); what happens when this activity is destroyed, is the reference to the FileFetcher completly gone, and can everything

[android-developers] GC question.

2009-09-24 Thread Jiri
private FileFetcher ff; and the in my onCreate instantiate the FileFetcher and nullify it in the onDestroy method? Jiri --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Please, some layout help.

2009-08-25 Thread Jiri
=wrap_content android:text=FOOTER / /RelativeLayout Any ideas why this is happening? Thnx Jiri --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] What happens when more activities 'listen' to the same intent?

2009-08-20 Thread Jiri
Intents can start activity's, what happens if two or more activities listen to the same intent, i.e. the both have an intenfilter defined with the same android:name? How is the decisive process being performed? Jiri --~--~-~--~~~---~--~~ You received

[android-developers] Re: Unable to start service intent

2009-08-18 Thread Jiri
Should it be : service android:name=.MyService instead of service android:name=.service.MyService because the package @name allready includes the service Jiri Mark Murphy wrote: Honest wrote: hello, I tried to create service by following code but in logcat i got following error Unable

[android-developers] Re: How to style part of TextView

2009-08-18 Thread Jiri
I thought that it would be easier to style the first text field tfield 1 = John says: tfield 2 = this is what he says but come to think of it, one field would indeed be easier and probably sufficient. Jiri skink wrote: On Aug 17, 9:18 pm, Jiri jiriheitla...@googlemail.com wrote: I am

[android-developers] Re: How To Keep ListView Header From Scrolling With ListView Content

2009-08-18 Thread Jiri
they speak up :) Jiri chinchin wrote: Hello Guys, I've written the following but I cannot figure out how to add the non scrolling header Item. If I only extent an Activity then I cannot override the onListItemClick method. This is why I have written it to use the ListActivity class. Any

[android-developers] Re: Determining Who Passed an Intent to You

2009-08-18 Thread Jiri
, or if it is the best solution. Jiri Jonathan Herriott wrote: I was wondering if there is a way to determine who passed an intent to my application. For example, I have a service, that I want to act differently depending on who passed the intent (for security reasons). I'm trying to sandbox each calling

[android-developers] Re: How to style part of TextView

2009-08-17 Thread Jiri
that extends BaseAdapter and override the getView method where this method then returns your custom view and populates the fields. Set this adapter to be your ListView adapter in the activity. Have a look here: http://developerlife.com/tutorials/?p=327 Jiri fhucho wrote: Hi, I want to include

[android-developers] Question on Seekbar - clipping of thumb

2009-08-15 Thread Jiri
I am using a SeekBar which has a android:thumb set. It works fine,but the thumb gets clipped on the left and right side, by the canvas clip bounds. Is there some way to avoid this. Jiri GPU wrote: Hi , Can anyone tell ,what are the steps to add a new attribute for ViewGroup I added

[android-developers] Re: Simply touching screen reduces fps

2009-08-14 Thread Jiri
Could someone please post a snippet on how to do this? Jiri Dianne Hackborn wrote: And the solution is NOT to increase your thread priority so you can better fight with the system. You will get better results by putting in the sleep so you aren't fighting. On Thu, Aug 13, 2009 at 3:32

[android-developers] Re: ListView if I don't wan use xml, but programatic... how??

2009-08-14 Thread Jiri
Maybe this pdf will provide some insights. http://commonsware.com/Android/excerpt.pdf Jiri Wesley Sagittarius wrote: hi all, can any one show me a simple example how can I create ListView using code, not xml... and add item into list and remove item in the list anyway I wan

[android-developers] Re: Good practise

2009-08-14 Thread Jiri
with this in Android. 1. use an intent that all the newly created dots are listenening to. 2. use a model and register this to listen to an intent. When it responds, it goes through the dots and updates them. Jiri Kaj Bjurman wrote: You haven't told us how many dots that you have, but I do think

[android-developers] Re: canvas.save() / restore() , what is this?

2009-08-14 Thread Jiri
? Or is that the matrix is resetted but the drawn stuff remains how it was before calling the restore()? jiri Jeff Sharkey wrote: Think of it as checkpointing the transformation matrix and clip rectangle of your Canvas at a known place in time. This is useful when rendering children views

[android-developers] Re: Simply touching screen reduces fps

2009-08-14 Thread Jiri
I see, thanks a lot. Jiri Streets Of Boston wrote: E.g. when you handle the ACTION_MOVE in your touch-handler, just do a Thread.sleep(20) before your method returns. If you don't have a touch-handler in your app, just register one and only do the Thread.sleep(20) when handling

[android-developers] Re: canvas.save() / restore() , what is this?

2009-08-14 Thread Jiri
Ok, i see I think coming from flash I think to much in timelines and frames. In Java there is offcourse no such thing, so i understand ( i think ) why one needs to sometimes revert back to previous canvas state. Thnx for clearing that up. Jiri Streets Of Boston wrote: Before you call

[android-developers] Re: Scope issue - newby question

2009-08-14 Thread Jiri
you are right. Cheers! Jiri Mark Murphy wrote: Jiri wrote: I think it is a scoping issue, but I cant seem to find how to solve it. I would appreciate some help. public class SliderTest extends Activity { private HorizontalSlider slider; public TextView pView

[android-developers] Re: receiver enabled=false , problems after instantiation to set to listen

2009-08-13 Thread Jiri
If you don't want android instantiating a component, there is no reason to declare it in a manifest. Thank you for the clear answer. And yes it should have been ComponentName(org.dadata.demo,.model.Dots); Jiri Dianne Hackborn wrote: If you don't want android instantiating a component

[android-developers] Re: receiver enabled=false , problems after instantiation to set to listen

2009-08-13 Thread Jiri
(); intent.setAction(org.dadata.demo.ON_UPDATE); getApplicationContext().sendBroadcast(intent); Is there some way to externalise the now hardcoded string: org.dadata.demo.ON_UPDATE so i can access it from anywhere and reducing the risk of typed errors? Jiri Dianne Hackborn wrote: If you don't

[android-developers] canvas.save() / restore() , what is this?

2009-08-13 Thread Jiri
Could someone explain to me the canvas.save() and restore(). I come from a flash background, and this is a new concept for me. Reading the documentation is not helpfull. Jiri --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: button press on custom drawable

2009-08-12 Thread Jiri
Maybe this will help you: http://www.anddev.org/tinytutcustom_button_backgrounds-better_imagebutton-t4298.html regards, Jiri Atif wrote: The default button turns yellow|orange when it is pressed. I just replaced the background through Drawable given below. But now it stop changing

[android-developers] Re: button press on custom drawable

2009-08-12 Thread Jiri
Cool, let me know if u run into problems. Jiri Atif Gulzar wrote: Thanks Jiri, That is exactly what I was looking for. Thanks again. -- Best Regards, Atif Gulzar I ◘◘◘◘ Unicode, É¹É zlnƃ ÉŸÄ±Ê‡É On Wed, Aug 12, 2009 at 12:52 PM, Jiri jiriheitla...@googlemail.com

[android-developers] receiver enabled=false , problems after instantiation to set to listen

2009-08-12 Thread Jiri
ComponentName(org.dadata.demo,org.dadata.demo.Dots); PackageManager pm = this.getPackageManager(); pm.setComponentEnabledSetting(cName , PackageManager.COMPONENT_ENABLED_STATE_ENABLED , PackageManager.DONT_KILL_APP); Is there a workable easy way to do this? Thank you, Jiri

[android-developers] Re: Good practise

2009-08-11 Thread Jiri
on that? Jiri Yusuf T. Mobile wrote: Code first for simplicity then optimize if/as needed. That being said (well, more like pontificated, sorry), a simpler design would be to aggregate all your dots into a DotManager. This would listen and draw all the dots as needed. Aggregation works if all

[android-developers] Re: no classfiles specified and Conversion to Dalvik format failed with error 1

2009-06-21 Thread Jiri Danek
Check this: http://www.anddev.org/viewtopic.php?p=22705 You have to simply reload the project in Eclipse. Click on the project in the Package explorer on the left and press F5(reload) On 15 čvn, 02:12, xerberus bastian.seiff...@gmail.com wrote: Hi Guys, I have a working(Released) project

[android-developers] Widget opening a dialog instead of the browser...

2009-05-11 Thread Jiri
Hello, I'm trying to create my first widget for Android according to the SimpleWiktionary example. In this example is shown how to open a web browser after tapping on the widget. Can somebody explain me how to open and other activity then the browser, for example a Dialog? Best regards, Jiri

[android-developers] Re: Widget design in Gimp

2009-05-11 Thread Jiri
got the same look and feel of the widget background what original Google widgets have. Cheers, Jiri On May 11, 3:31 pm, Jose de Paula Eufrasio Junior jose.jun...@gmail.com wrote: So, I was reading this thread:http://groups.google.com/group/android-discuss/browse_thread/thread/7... Does

[android-developers] How to refresh ListView?

2009-02-17 Thread Jiri
??? } }, 5000, 2000); } Can somebody give me a hint how to implement this feature? Best regards, Jiri --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Shipping a European dev phone to the US?

2008-12-08 Thread Jiri
convenient (read: probably faster and cheaper) for me to get the phone shipped to a friend's place and pick it up from there. So my question is, is it possible to get the European version of the phone shipped to an US address? Thanks, -Jiri --~--~-~--~~~---~--~~ You