[android-beginners] Re: Android Vs J2ME

2009-09-13 Thread Jose Ayerdis
2009/9/13 Alok kulsu...@gmail.com I have a basic question. J2ME is a subset of core Java + Special functionality specific to mobile devices. The reason : Mobile devices are resource constrained devices. Lack of memmory , processing power etc etc... Now Android can use the entire core

[android-beginners] Re: onSaveInstanceState question

2009-09-11 Thread Jose Ayerdis
You are so right!! 2009/9/11 Mark Murphy mmur...@commonsware.com jason wrote: How does one then save and restore the application state when the Back key is pressed and then the application is brought to foreground? When the BACK button is pressed, the currently-running activity is

[android-beginners] HTC Question

2009-09-03 Thread Jose Ayerdis
I have a couple of question concerning with my phone First... How do i know if my HTC is 32A or 32B?? Second... anyone here has root his phone to cynanogen? any advice i've heard only work with pohone on the US so... -- Atte [[Jose Luis Ayerdis Espinoza]] http://blognecronet.blogspot.com

[android-beginners] Re: HTC Question

2009-09-03 Thread Jose Ayerdis
://forum.xda-developers.com/ /Casper On 3 Sep., 19:45, Jose Ayerdis joseayer...@gmail.com wrote: I have a couple of question concerning with my phone First... How do i know if my HTC is 32A or 32B?? Second... anyone here has root his phone to cynanogen? any advice i've heard only

[android-beginners] Re: Configure my Account without G1

2009-08-30 Thread Jose Ayerdis
28, 2009 at 1:40 AM, Jose Ayerdis joseayer...@gmail.comwrote: Is there any way to configure my account at start of my HTC Dream G1 without having G3 i do have wireless but seems odd does not detec it and i cant access the settings to configure it ... any ideas ? thank you -- Atte [[Jose

[android-beginners] Configure my Account without G1

2009-08-28 Thread Jose Ayerdis
Is there any way to configure my account at start of my HTC Dream G1 without having G3 i do have wireless but seems odd does not detec it and i cant access the settings to configure it ... any ideas ? thank you -- Atte [[Jose Luis Ayerdis Espinoza]] http://blognecronet.blogspot.com

[android-beginners] Re: Trouble passing a KML file to the DDMS Location Emulator

2009-08-26 Thread Jose Ayerdis
i-ve been working with kml exported from google maps what do are yu trying to do? 2009/8/26 AKA nfee...@gmail.com I was able to get some KML files working by manually changing the KML tag hierarchy. Google Earth appears not to natively export KML files in a DDMS-readable form. On Aug 20,

[android-beginners] Re: Overlay Item collection?

2009-08-25 Thread Jose Ayerdis
i dont know if you meaning to the last lines of the tutorial itemizedoverlay.addOverlay(overlayitem); mapOverlays.add(itemizedoverlay); that code does not go in HelloItemizedOverlay.java but in the Activity class HelloViewMap.java?ui=2ik=1f4971b240view=attth=1235183b6e514f3eattid=0.1disp=attd

[android-beginners] Re: How to start android emulator in a different port

2009-08-24 Thread Jose Ayerdis
This works on my computer: ./emulator -port 4747 -avd MyPhone Can u tell if you get a error message or something, i supose on eclipse you must change it on preference 2009/8/24 guptha gjango...@gmail.com hi, I am beginner in Android ,how to start the emulator in a different port using

[android-beginners] Re: [android-beginners]

2009-08-24 Thread Jose Ayerdis
2009/8/22 pankaj sharma aka Cipher reliablepan...@gmail.com and if i have 1 i wont give u okay why??? On 8/22/09, pankaj sharma aka Cipher reliablepan...@gmail.com wrote: sorry mate, i dont have. On 8/22/09, saurabh sinha saurso...@gmail.com wrote: Hello I am android beginner

[android-beginners] Re: DTD Handler aren't supported

2009-08-24 Thread Jose Ayerdis
why)... so i just added and overrided and voila everything work magically thanks,. 2009/8/24 Jose Ayerdis joseayer...@gmail.com What does this mean i'm trying to parse a XML with this: SAXParserFactory factory = SAXParserFactory.newInstance(); factory.setValidating(false); // Create

[android-beginners] Re: 'if' sentences please help

2009-08-22 Thread Jose Ayerdis
why don't you just txtKommentar.setText(codedate); end story 2009/8/21 Jesper Lundgren koudel...@gmail.com On Fri, Aug 21, 2009 at 2:00 PM, GlennovitS glennov...@gmail.com wrote: Hey everybody.. I'm just startet writing code for android.. And then I need to have some if-sentences..

[android-beginners] File Debuggin android question

2009-08-22 Thread Jose Ayerdis
I am retrieving a file from a URL with android is there someway to write that file on my pc or debuggin is just too big to get a right view in Logcat -- Atte [[Jose Luis Ayerdis Espinoza]] http://blognecronet.blogspot.com --~--~-~--~~~---~--~~ You received

[android-beginners] Re: File Debuggin android question

2009-08-22 Thread Jose Ayerdis
sorry i-;; try to google better before i post, i found that i can write files a nd in DDMS view can locate them thanks... 2009/8/22 Jose Ayerdis joseayer...@gmail.com I am retrieving a file from a URL with android is there someway to write that file on my pc or debuggin is just too big

[android-beginners] Does getLocationFromName actually work??

2009-08-19 Thread Jose Ayerdis
I've been trying to search university around a location but does not work as i though can somebody help out here??? -- Atte [[Jose Luis Ayerdis Espinoza]] http://blognecronet.blogspot.com --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-beginners] Re: Does getLocationFromName actually work??

2009-08-19 Thread Jose Ayerdis
GeoCoder Class has it here: http://developer.android.com/reference/android/location/Geocoder.html 2009/8/19 Mark Murphy mmur...@commonsware.com Jose Ayerdis wrote: I've been trying to search university around a location but does not work as i though can somebody help out here

[android-beginners] Re: Does getLocationFromName actually work??

2009-08-19 Thread Jose Ayerdis
2009/8/19 Mark Murphy mmur...@commonsware.com Jose Ayerdis wrote: GeoCoder Class has it here: http://developer.android.com/reference/android/location/Geocoder.html Actually, Geocoder has getFromLocationName(), not getLocationFromName(), which is why I didn't find it in a search. I

[android-beginners] Re: Help with Activites

2009-08-18 Thread Jose Ayerdis
2009/8/18 Neilz neilhorn...@googlemail.com Where do all the activities go? What I mean is... My app contains a list. When I click on an item, I fire up a new activity. Potentially I could do the same again, and again. Are all these activities still running? If so, how can I switch between

[android-beginners] GPS Question Coord

2009-08-18 Thread Jose Ayerdis
Hello, i was wondering if you could help me with this question: Is there a way to load default GPS value on my ADV or i have to resend it every time with Emulator Control?? -- Atte [[Jose Luis Ayerdis Espinoza]] http://blognecronet.blogspot.com

[android-beginners] Simple Location Question

2009-08-17 Thread Jose Ayerdis
How can i get The country and city with a Location??? -- Atte [[Jose Luis Ayerdis Espinoza]] http://blognecronet.blogspot.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this

[android-beginners] Re: Simple Location Question

2009-08-17 Thread Jose Ayerdis
Answring myself is with GeoCoder thanks 2009/8/17 Jose Ayerdis joseayer...@gmail.com How can i get The country and city with a Location??? -- Atte [[Jose Luis Ayerdis Espinoza]] http://blognecronet.blogspot.com -- Atte [[Jose Luis Ayerdis Espinoza]] http

[android-beginners] Re: Simple Google Maps App

2009-08-17 Thread Jose Ayerdis
you can also go here http://www.anddev.org/simple_googlemaps_with_threads-t2943.html 2009/8/17 Maxood maqs...@salsoft.net Is there any good book available on developing google map applications. Or if i am able to access any excerpt from any book on android development about google maps.

[android-beginners] ExpandableList With ContextMenu

2009-08-16 Thread Jose Ayerdis
How can i add a ContextMenu only to the child in the ExpandableList and not to the parent in each??? -- Atte [[Jose Luis Ayerdis Espinoza]] http://blognecronet.blogspot.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-beginners] Re: Hello World app - the emulator is different

2009-07-29 Thread Jose Ayerdis
2009/7/29 Balwinder Kaur (T-Mobile) balwinder.k...@t-mobile.com A few things that can be done. 1. You need to give the emulator some time for it to come up. It isn't exactly instantaneous :) yes it usually take a minute to completely load. another thing is do not close the emulator after you

[android-beginners] Re: [android-beginners]

2009-07-29 Thread Jose Ayerdis
Bundle are use when you called an activity and want to set extra datas... you can always check the Notepad Tutorial on the exercise 2 explained fair enough the bundle basic use... http://developer.android.com/guide/tutorials/notepad/notepad-ex2.html Bundle bundle = new Bundle();

[android-beginners] GPS Question

2009-07-28 Thread Jose Ayerdis
How can i specify a default location for the emulator without having to load GPX or KML always..??? -- Atte [[Jose Luis Ayerdis Espinoza]] http://blognecronet.blogspot.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-beginners] Re: Question

2009-07-20 Thread Jose Ayerdis
. On Jul 18, 1:46 am, Jose Ayerdis joseayer...@gmail.com wrote: I was reading the NotepadV2 app the following code... super.onListItemClick(l, v, position, id); Cursor c = mNotesCursor; c.moveToPosition(position); Intent i = new Intent(this, NoteEdit.class); i.putExtra

[android-beginners] Re: Question

2009-07-19 Thread Jose Ayerdis
· · ·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 those of T-Mobile USA, Inc. On Jul 18, 1:46 am, Jose Ayerdis joseayer...@gmail.com wrote: I was reading the NotepadV2

[android-beginners] Question

2009-07-18 Thread Jose Ayerdis
I was reading the NotepadV2 app the following code... super.onListItemClick(l, v, position, id); Cursor c = mNotesCursor; c.moveToPosition(position); Intent i = new Intent(this, NoteEdit.class); i.putExtra(NotesDbAdapter.KEY_ROWID, id); i.putExtra(NotesDbAdapter.KEY_TITLE, c.getString(

[android-beginners] Re: HTC Dream G1

2009-07-13 Thread Jose Ayerdis
/10/2009, Jose Ayerdis joseayer...@gmail.com wrote: I don't know if this is the right forum to check this but here i go: I just got my HTC Dream Phone (finally) but i haven't been able to configure it i found a online manual with a option of skip the gmail account but mine does not have

[android-beginners] HTC Dream G1

2009-07-10 Thread Jose Ayerdis
I don't know if this is the right forum to check this but here i go: I just got my HTC Dream Phone (finally) but i haven't been able to configure it i found a online manual with a option of skip the gmail account but mine does not have. Do you have any suggestion??? how can i do it. Can i access

[android-beginners] Re: Is there any method to showAlert?

2009-07-06 Thread Jose Ayerdis
i rather preffer override the onCreateDialog method in order to set my dialogs in there but its up to you 2009/7/6 Jack Ha jack...@t-mobile.com You can use AlertDialog.Builder: new AlertDialog.Builder(this) .setTitle(Error) .setMessage(my error message')

[android-beginners] Re: Android on Galileo

2009-06-30 Thread Jose Ayerdis
well i managed to install it with no problem 2009/6/30 HB hubaghd...@gmail.com Hey, Is it possible to develop for Android on Eclipse Galileo? or we have to stick with Eclipse Ganymede now days? Thanks. -- Atte [[Jose Luis Ayerdis Espinoza]] http://blognecronet.blogspot.com

[android-beginners] Re: About Android

2009-06-28 Thread Jose Ayerdis
accumulated enough experience in both Java and Mono to create and maintain something like this. I, for one would consider Mono if it was a viable option. I would consider it even more strongly if it made calls to Dalvik instead of to Java. Tony -- *From: *Jose

[android-beginners] Re: Hi everybody....

2009-06-26 Thread Jose Ayerdis
Can you describe the problem better? what does it says? 2009/6/25 Hemant patwardhanheman...@gmail.com I Faced some problem while download plug in eclipse 3.4.2 on windows platform and it fails to complete installation of android plugin... I have tried to download by http and https but still

[android-beginners] Re: Please Help! I Can't get the ADT Plugin to Install

2009-06-26 Thread Jose Ayerdis
Well i experience a problem creation Android XMl so i create just an XMl close it and Reopen and got it just fine. 2009/6/26 Raphael r...@android.com On Wed, Jun 24, 2009 at 3:52 AM, Pamplemousse Mk2pamplemousse@gmail.com wrote: Hello, ADT 0.9.1 worked fine with Eclipse 3.4

[android-beginners] Re: Please Help! I Can't get the ADT Plugin to Install

2009-06-24 Thread Jose Ayerdis
try Galileo Realesed. 2009/6/24 Pamplemousse Mk2 pamplemousse@gmail.com Hello, ADT 0.9.1 worked fine with Eclipse 3.4 until today. Eclipse asks me for updates. So I accept the updates and now ADT can't open the XML res files of my current projects. Is ADT not compatible with updated

[android-beginners] Re: HelloAndroid not working...

2009-06-23 Thread Jose Ayerdis
would you like sending us your code. 2009/6/23 phil phil.pellouch...@gmail.com i did this with the same result. C:\tools\androidemulator -avd myavd -memory 1024 emulator: WARNING:4: missing expected assignment operator (=). line ignored C:\tools\android On Jun 22, 1:14 pm, Jose

[android-beginners] Re: HelloAndroid not working...

2009-06-23 Thread Jose Ayerdis
. The application just started here in this way. -- Wagner Silva planinfo.blogspot.com On Mon, Jun 22, 2009 at 8:28 PM, Jose Ayerdis joseayer...@gmail.com wrote: ohh yes usually takes about 30 second. But in mine a 2GB RAM a Dual Core takes over 1 minute. I recomend you to run

[android-beginners] Re: HelloAndroid not working...

2009-06-23 Thread Jose Ayerdis
don;t know if you have seen this http://www.anddev.org/the_emulator_doesnt_start-t36.html might help you 2009/6/23 phil phil.pellouch...@gmail.com i don't think so. but it's trying to connect to my local machine anyway isn't it? On Jun 23, 4:32 pm, Jose Ayerdis joseayer...@gmail.com

[android-beginners] Re: HelloAndroid not working...

2009-06-23 Thread Jose Ayerdis
was out of view and was recentred On Jun 23, 5:13 pm, Jose Ayerdis joseayer...@gmail.com wrote: don;t know if you have seen this http://www.anddev.org/the_emulator_doesnt_start-t36.html might help you 2009/6/23 phil phil.pellouch...@gmail.com i don't think so

[android-beginners] Re: Indian language support on android ..

2009-06-22 Thread Jose Ayerdis
Maybe this might help you. http://developer.android.com/guide/topics/resources/resources-i18n.html#AlternateResources As far as i know android still does not support much special character is base on unicode but still had some dificulties on that area. But hey i'm just a rookie too might be

[android-beginners] Re: HelloAndroid not working...

2009-06-22 Thread Jose Ayerdis
try givin it more memory 2009/6/21 phil phil.pellouch...@gmail.com i did a search and saw a few ideas about how to solve this (clean) and none of them worked. I was working my way throgh HelloAndroid - got to the point of running, and the emulator comes up, but never gets past the ANDROID

[android-beginners] Re: Is learning Java directly on the Android possible or a good idea?

2009-06-22 Thread Jose Ayerdis
My recommendation is you start the basic java.is easier on PC. 2009/6/22 Yusuf T. Mobile yusuf.s...@t-mobile.com Sun's online Java tutorial is also good. As you can imagine, opinions vary. The benefit of learning on the device is that if you find it more interesting than learning on a PC,

[android-beginners] Re: HelloAndroid not working...

2009-06-22 Thread Jose Ayerdis
, Jun 23, 2009 at 6:14 AM, Jose Ayerdis joseayer...@gmail.comwrote: try givin it more memory 2009/6/21 phil phil.pellouch...@gmail.com i did a search and saw a few ideas about how to solve this (clean) and none of them worked. I was working my way throgh HelloAndroid - got to the point