[android-beginners] Re: Eclipse Project Dependencies

2009-12-30 Thread CosminB
Hi, I'm having the same problem. Did you find a solution to this yet? Thanks, Cosmin On Nov 18, 4:50 am, GT wrote: > I have found several posts about people who have Project References > working fine and people who don't.  I haven't found any solutions > though. > > I am trying to use a class t

[android-beginners] Re: Conversion to Dalvik format failed with error 1

2009-12-30 Thread Conny
When you say build path, what do you mean ? Please specify the path. Siddharth On Dec 27, 10:42 am, Vant wrote: > Would like to push this up for more insight as well. After trying many > things multiple times, Fix Properties, Cleans, imports, existing > projects, nothing seemed to correct this e

[android-beginners] SAX, XML, and odd results

2009-12-30 Thread Lovedumplingx
So I'm trying to add a list of files to a listview by parsing their names out of an XML file using the SAX parser. For some reason though I'm getting a blank data element inserted before my file name's are processed and I can't figure out why. My XML looks like: arch enemy - dead eyes see no fu

[android-beginners] Re: Learning from Mark Murphy's book - threading question

2009-12-30 Thread alexk-il
Hi Mark, Thanks for your help. I am registering for the CW group as well. Cheers Alex P.S. My example also needs to be fixed :). The declaration > >boolean isRunning=false; should be put before the onStart() definitions (within the class scope). On Dec 28, 7:29 pm, Mark Murphy wrote:

[android-beginners] Re: Insert into sql Db from EditText Fields with Button?

2009-12-30 Thread MWarren
I have to say I think we are looking for the same thing. I think I posted to anddev and have what I tried posted on there but it seems that unless you stir up something people wont respond or it truly is all beginners and people only want to act smart by making remarks that do not lead to getting

[android-beginners] creating "Family of apps"

2009-12-30 Thread Vladimir Lebedev-Schmidthof
Hello everyone, I'm trying to create a set of applications. Each one should have its own package name (to have possibility to install more than one on same device), partly different set of resources and assets. And using same Java sources, yes. The first thing I thought of is to preprocess the so

[android-beginners] Re: r cannot be resolved and other Eclipse/Android oddities

2009-12-30 Thread XCaffeinated
Hi oregonduckman, For the "R cannot be resolved" issue, make sure your R import is in the form: import your.package.name.R Sometimes a default of: import android.R will appear (I've not figured out the metric that causes this to occur). Remove the android.R import, and replace it with your

[android-beginners] About Sqlite Database

2009-12-30 Thread Rabby
I have done database related work by android that was succesfully work and show the data on the listview and insert,update,delete operation is ok now, but I have one problem, I can't get the database, only i see the database name by using eclipes windows-->show view -->others -->File explorar whe

[android-beginners] gridview, array, xml

2009-12-30 Thread jasonwucinski
Hello everyone. First, im new to developing for android and this forum. my question is this: i was looking at the "Hello world view: gridview" example and was wondering, how do i load all my images dynamically. for example in the ImageAdapter.java file, at the end there is: `private Integer

[android-beginners] Re: Issue with HelloWorld.

2009-12-30 Thread lkb
On my machine it has an android skin and the word menu, after the android tool is completely activated, you can press on menu and a new screen will show up with Hello Android. BTW - The best way to see if you android (my_avd tool) has loaded completely (it takes 5-10 minutest depending on your mac

[android-beginners] Eclipse/Android/Mac OS x problem with HelloAndroid

2009-12-30 Thread Planaria
Platform: Mac OS X 10.5.8 Eclipse with latest Android ADT installed. As far as I know, I followed all the installation directions to the letter. Create and try to run the HelloAndroid app. I get the following error (last line): [2009-12-28 13:28:30 - HelloAndroid]Android Launch! [2009-12-28 13

[android-beginners] Re: TabWidget Control

2009-12-30 Thread Toni
Hello, Same problem here using: eclipse 3.5 adt 0.9.5 target : android 1.5 Just copy past the code in the TabWidget tutorial ( http://developer.android.com/resources/tutorials/views/hello-tabwidget.html) and I get the nullpointer on the layout view. It's a bit freaky to get this kind of bug foll

[android-beginners] Re: onSaveInstanceState behaving differently when rotating the screen and anything else

2009-12-30 Thread Syx
I get that. This is not the issue. In both cases, the activity goes through the same cycle and calls the same activity lifecycle methods. Also, the exception comes from the onSaveInstanceState method when I try to a Serializable object in the Bundle. I don't see how adding anything to the other m

[android-beginners] Re: Application Idea, Need Assistance

2009-12-30 Thread ausstone
I think that this is a great idea...More applications need to be made for the business. Creating just one application should work just fine. Have you had any experience building apps? Do you have a team together or looking to put one together? On Dec 28, 1:18 am, StouteEnterprises wrote: > I ju

[android-beginners] Re: Just starting this, not working

2009-12-30 Thread mhulmenet
@amit --- "unlock" your "phone" by dragging the green lock (your screenshot) to the right. On Dec 18, 7:46 am, Amit Patel wrote: > I waited about 2 minutes and now Home screen is displayed but "Hello, > Android" isnotyet displayed. > > find the screenshot > herehttp://picasaweb.google.co.in/lh/p

[android-beginners] Draw a dashed line on Canvas()

2009-12-30 Thread ROHIT
Hi, i am new developer in Android. How can we draw a dashed line on Canvas()?? -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android

[android-beginners] Over Lay Problem

2009-12-30 Thread ronnie173
Hi all I am new and I am trying to just make a simple gps application that shows you what street your are on on the map. I am having a problem with this piece of code. positionOverlay = new MyPositionOverlay(); List overlays = myMapView.getOverlays(); overlays.add(positio

[android-beginners] Regarding the flow of Browser in Android

2009-12-30 Thread prafull
Hi I am new in Browser. I want to know the flow of the Browser from the time we click on the Browser icon. I was going through the scenario, Loading a URL. But the scenario is not clear. please help me. -- You received this message because you are subscribed to the Google Groups "Android Beginner

[android-beginners] Re: Failed to reopen debug port for Selected Client to:

2009-12-30 Thread Spad
I too am running Debian and experiencing this problem after a recent update. I am using eclipse 3.5 (galileo) downloaded from the eclipse website (rather than installed the package manager) and I am running sun's java 6. I added the following line to the eclipse.ini file: -Djava.net.preferIPv4St

[android-beginners] Re: Unable to see Google Map - but eveything else seems to be working....

2009-12-30 Thread ZhouSu
Hi Treking, I obtained the MD5 fingerprint from debug.keystore and registered a api-key. I believe I have properly set the INTERNET , ACCESS_COARSE_LOCATION permissions, uses-library and followed everything else in the HelloMapView tutorial. But my app doesn't load map tiles either. I have searche

Re: [android-beginners] Problem with map display on emulator with kml file

2009-12-30 Thread Caius 'kaio' Chance
(2009年12月30日 14:10), wahib wrote: > > hi ! I am stuck with a mapview problem. I am running a simple > application that shows a map view. When i load a kml file which is > actually shows a running route , the map isnt displayed. The pointer > keeps on moving in the direction set by route but the bac

[android-beginners] Images for spinner arrays

2009-12-30 Thread Duey Oxburger
Lads, How can I make the spinner arrays images... (i.e. if I'm writing an app to select different kinds of fruit, actually have images of fruit show up in the array rather than text names...) thx Duey -- You received this message because you are subscribed to the Google Groups "Android Beginne

[android-beginners] Re: Google Map is not displaying in emulator

2009-12-30 Thread ZhouSu
Have you solved this problem. My situation is the same and I can't figure out why. On Dec 9, 7:03 pm, san wrote: > have an odd problem.  I'm working on my first Maps application.  I'm > using the demo/tutorial code as a baseline to figure this out. > > I have the app running, I can see the zoom c

[android-beginners] emulator: ERROR: unknown virtual device name

2009-12-30 Thread jaesun
I am new to developing for Android. And I am going with the Hello World Example (http://developer.android.com/resources/tutorials/hello- world.html). Everything seems to be going fine, until I go to Run it to see the results. I get this error: [2009-12-30 10:17:00 - HelloAndroid]---

[android-beginners] Re: New to Java and Android

2009-12-30 Thread Tze Yun, Glenn Poh
Hi MWarren, I'm in a some what similar situation as you. Dunno if this helps but you might want to look at the org.apache.http.client.methods classes and methods... the part on HttpPost. Not sure how they work but I'm still playing around with the code until i get a solution. When i get it will

[android-beginners] Contacts sync is not working

2009-12-30 Thread Onno
Hi, I recentIy noticed that my contacts sync is not working anymore. When I add a contact via gmail contacts it doensn't sync to my G1. I don't know when it stopped working, I don't add contacts regularly and I don't check often if the sync works. Actually I expected this to just work and continue

[android-beginners] Getting different views in Tabs

2009-12-30 Thread tysmailbox
I have an app with 2 tabs, the first is a listview, and the second I'm trying to make a TextView. The problem is I have no idea on how to get the TextView to show up. The listview is working, but I can't get anything on the TextView at all. I tried using the Hello, World to try to work with the tex

[android-beginners] Re: Eclipse Galileo Build path 1.6 Win XP Newbie

2009-12-30 Thread kaio
Check if you have the 'package' line of Java at the first line, rather than your newly added comments. I have same problem and finally figured out that this problem was because of R.java and the .java files were not in 'same package'. The layout and other xml files are similar: your comments coul

[android-beginners] Re: SAX, XML, and odd results

2009-12-30 Thread Stefan
On Dec 30, 7:50 pm, Lovedumplingx wrote: > So I'm trying to add a list of files to a listview by parsing their > names out of an XML file using the SAX parser. > > For some reason though I'm getting a blank data element inserted > before my file name's are processed and I can't figure out why. >

[android-beginners] emulator: ERROR note

2009-12-30 Thread powersil
Hello! im runninf the Notepad tutorial. at first, it ran OK . but now it suddenly started to say (when im starting to run it) this message: emulator: ERROR: system image file too large for device's hardware configuration (74 MB > 72 MB). i'm running it on Eclipse , ADT emulator. on Vista Home

[android-beginners] Re: SAX, XML, and odd results

2009-12-30 Thread Lovedumplingx
So...in combination to what you said and something I read elsewhere about SAX not handling UNICODE characters I found the issue was because I had "\n" used in the creation of my file to make it readable but alas...SAX was interpretting that as words. So the issue was with my XML creation. Thanks

Re: [android-beginners] Eclipse/Android/Mac OS x problem with HelloAndroid

2009-12-30 Thread Justin Anderson
Post the logcat info On Dec 30, 2009 2:05 PM, "Planaria" wrote: Platform: Mac OS X 10.5.8 Eclipse with latest Android ADT installed. As far as I know, I followed all the installation directions to the letter. Create and try to run the HelloAndroid app. I get the following error (last line):

[android-beginners] What is the best way to store non-editable preferancies

2009-12-30 Thread alexk-il
Hi, Is it posible to define both editable and non-editable preferences within the same preferences.xml file? The following non-working example may illustrate what I am trying to achieve: "10min 10sec" The attribute "PreviousLocation" should not be either editable o

Re: [android-beginners] What is the best way to store non-editable preferancies

2009-12-30 Thread Justin Anderson
Don't put anything in the xml file for it. Use the SharedPreferences class and programatically get/set the preference via key-value pairs... I can provide some examples later if you need them, but am not in a position right now to figure out the code. Hope that helps, Justin ---

[android-beginners] Adding additional activities to a project

2009-12-30 Thread Eno
Having used the SDK to generate a project and my main activity, Im just wondering if there is a quick way in Eclipse to add additional activities? Or do I use activitycreator? Or do I simply add the new activity as a new class? -- -- You received this message because you are subscribed to the G

[android-beginners] Scrolling list of clickable 'rows'

2009-12-30 Thread Eno
I want to implement a scrolling list where each row consists of an image, a label and an icon arranged in a row. In addition I want to make this whole row clickable so it opens a subactivity when clicked. Im not sure which widgets I would employ to realize this? Also, I want the main activity view

Re: [android-beginners] Adding additional activities to a project

2009-12-30 Thread Justin Anderson
I've only ever done it manually... 1) Create a new class that extends activity. 2) Add an entry in the manifest file for the new activity. If there is some other way to do it, I would be interested in knowing as well. Not sure if I would use it or not (I generally don't like the way code-generat

Re: [android-beginners] Re: Issue with HelloWorld.

2009-12-30 Thread Caius 'kaio' Chance
(2009年12月29日 09:10), lkb wrote: > On my machine it has an android skin and the word menu, after the > android tool is completely activated, you can press on menu and a new > screen will show up with Hello Android. > > BTW - The best way to see if you android (my_avd tool) has loaded > completely (i

Re: [android-beginners] Re: Google Map is not displaying in emulator

2009-12-30 Thread me,Ramesh Yankati
Hi , You need to open port to internet access Regards Ramesh On Wed, Dec 30, 2009 at 9:22 AM, ZhouSu wrote: > Have you solved this problem. My situation is the same and I can't > figure out why. > > On Dec 9, 7:03 pm, san wrote: > > have an odd problem. I'm working on my first Maps applicati

Re: [android-beginners] Re: Google Map is not displaying in emulator

2009-12-30 Thread Turnkey Builder
It's your maps key On Dec 30, 2009 10:54 PM, "me,Ramesh Yankati" wrote: Hi , You need to open port to internet access Regards Ramesh On Wed, Dec 30, 2009 at 9:22 AM, ZhouSu wrote: > > Have you solved this probl... -- You received this message because you are subscribed to the Google Groups

[android-beginners] Configure Character Set Mode Android SMS

2009-12-30 Thread D1e6o!
Hello, I have a problem with the configurations of SMS in Android, In my Country the default codification of SMS must be "reduced", but android is using the "complete" mode, in effect, when I try to put a letter wich isn't in the alphabet of the reduced characters (as example, ó, á, etc), the forma