[android-beginners] Parcelable Class parameter input (1) unknown type

2009-06-25 Thread joare...@googlemail.com
Hello, I tried to create a simple custom object that I can use as a Parcelable class for my bound service. I did everything as described in the documentation. Maybe you can help me solving this problem. My code is constructed as follows: src --de.test.samples --DialogActivty.java --Person.j

[android-beginners] Re: startActivity called from non-Activity context - help

2009-06-25 Thread Mark Murphy
Wayne Wenthin wrote: > Not to hijack the thread but ... Mark do you know any books that cover > this stuff because it makes my head hurt also and seems to be one of my > main stumbling blocks. I'm afraid I don't. On the other hand, I've only bought one, and some of the others aren't searchable on

[android-beginners] Re: Sense UI

2009-06-25 Thread Michael Leung
I don't think. Sense UI, that is closed source application. Moreover, that seems to be design for touch phone. On Thu, Jun 25, 2009 at 3:37 AM, Romain Guy wrote: > > That's question you should ask HTC :) > > On Wed, Jun 24, 2009 at 9:38 AM, johnny wrote: > > > > Sorry if this is a duplicate post

[android-beginners] Re: Problem when trying to run the emulator

2009-06-25 Thread jbrohan
The error you are getting is because the command processor cannot recognize the java command inside the android.bat file. If you type xxxhzzz or similar you will get the same result. You have a problem with a path somewhere. good luck John On Jun 24, 7:36 am, ники тончев wrote: > when i run the

[android-beginners] Re: Problem when trying to run the emulator

2009-06-25 Thread Michael Leung
Have you set path to your Java SDK bin directory? 2009/6/25 jbrohan > > The error you are getting is because the command processor cannot > recognize the java command inside the android.bat file. If you type > xxxhzzz or similar you will get the same result. You have a problem > with a path some

[android-beginners] Re: Sense UI

2009-06-25 Thread johnny
Gotcha. Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to android-

[android-beginners] Re: startActivity called from non-Activity context - help

2009-06-25 Thread Jason Van Anden
Thanks again Mark. Great suggestions. I guess I thought (or was hoping) I was going down the wrong path. I will give some of these a try and get back. re: Hijack the thread!?! ... Its reassuring to find out others are perplexed by this. I posted this question a few days ago, albeit a little d

[android-beginners] Re: how to stop sound notification/let it only play once?

2009-06-25 Thread polzifer
OK. And i have to ad, that hte virbation is only vibrating once, because it isn't a notification.vibrate(), but a "private Vibrator vibrator;" As the Flag "FLAG_ONLY_ALERT_ONCE" seemed to be not working. Is the Flag "FLAG_ONLY_ALERT_ONCE" not working? On 25 Jun., 03:34, polzifer wrote: > of co

[android-beginners] Signing Tool

2009-06-25 Thread bear123434238
I recently switched to a new computer to do my development.  I was using Ubuntu Linux, and was familiar with the tool to sign the applications.  What tools are available for Windows XP Home Edition? --~--~-~--~~~---~--~~ You received this message because you ar

[android-beginners] Re: startActivity called from non-Activity context - help

2009-06-25 Thread Mark Murphy
> re: Hijack the thread!?! ... Its reassuring to find out others are > perplexed by this. I posted this question a few days ago, albeit a > little differently, and got no feedback. Sometimes no response feels > like a collective "no duh". Its especially discouraging when even the > Google peeps

[android-beginners] Re: startActivity called from non-Activity context - help

2009-06-25 Thread Jason Van Anden
yup ... that's where I posted! (actually posted under beginners first, then developers, then here again). j On Thu, Jun 25, 2009 at 10:10 AM, Mark Murphy wrote: > >> re: Hijack the thread!?! ... Its reassuring to find out others are >> perplexed by this.  I posted this question a few days ago,

[android-beginners] Re: Basic Layout

2009-06-25 Thread schwiz
instead of saying wrap_content you can actually give it a hardcoaded value although im not sure if that will resize the pic or just cut it off. On Jun 24, 5:19 pm, Christian Polzer wrote: > Have you tried an Relative Layout yet? > > I think you can specify the left and right Item in the Xml for

[android-beginners] Re: Sense UI

2009-06-25 Thread johnny
Guess I was a little pre-mature: http://gizmodo.com/5302323/htc-ceo-says-the-sexy-sense-android-interface-coming-to-existing-phones On Jun 25, 9:38 am, johnny wrote: > Gotcha. Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

[android-beginners] Re: Signing Tool

2009-06-25 Thread Balwinder Kaur (T-Mobile)
Instructions for signing an apk can be found at http://developer.android.com/guide/publishing/app-signing.html Instructions for using the Keytool and the jarsigner on Windows can be found at http://java.sun.com/j2se/1.5.0/docs/tooldocs/#security Hope this helps, Balwinder Kaur Open Source Devel

[android-beginners] [android-beginners]Default browser

2009-06-25 Thread Rafa Perfeito
Hey droiders and droid users, Coming to you from Portugal so unfortunately only now the first Android device is preview to release, the HTC Magic. So my question is this: what is Android's default browser? Does it depends on the device and/or carrier? If so, what was such browser for G1? Thanks -

[android-beginners] HD Family -- download HD Movies torrent 100% free

2009-06-25 Thread Huynh Nhu Thuy
HD Family -- Hot movies and download HD Hot Movies via torrent 100% free Trailer and Analysis for hot Movies. Home page: http://hd-family.blogspot.com/ Transformers 2 Revenge of The Fallen (hot of 2009) http://hd-family.blogspot.com/2009/06/transformers-revenge-of-fallen.html KNOWING 2009 htt

[android-beginners] Persisting app data (not preferences)

2009-06-25 Thread ReubenH
Hi, How may I read and write some ordinary data - strings, ints, etc - to and from a config file? Having found that the Bundle parameter for Activity.onCreate() etc is usually null (a feature that's IMHO extremely counter-intuitive) I am therefore obliged to directly read/write non-trivial ap

[android-beginners] Android on FPGA, feasibility issue

2009-06-25 Thread Ashish
Hi all, We are doing our masters project at IITD, our supervisor has asked us to consider getting the Andoid OS working on FPGA. This project is very important for us as it has 18 credits out of total 61. So we want to be very sure that we would get this done. These are the questions we'll like

[android-beginners] bring the activity to front

2009-06-25 Thread Rim
I am new to android development. I am using onKeyDown() Method to trap all the keys. But HOME & ENDCALL key are not working ,with this method. When above keys are pressed , activity goes in onPause mode. Is there a way to bring the activity to front? --~--~-~--~~~---~

[android-beginners] Bug in Notepadv3 Tutorial

2009-06-25 Thread Hongster
Hi, I have found a bug in the NoteEdit class. The bug lies in the "outState.putLong(NotesDbAdapter.KEY_ROWID, mRowId);" statement in onSaveInstanceState() method. When a new note is created the mRowId is null. If the application is terminated while user is editing a new note, an uncaught NullPoin

[android-beginners] Parallel arrays or Array of objects?

2009-06-25 Thread jhoffman
Hello, and my apologies if this topic has been covered (I didn't find anything from a handful of searches on Android Beginners!). I read in the "Designing for Performance" guide that: "An array of ints is a much better than an array of Integers, but this also generalizes to the fact that two paral

[android-beginners] Re: How to connect external webcam

2009-06-25 Thread wwsean08
I don't think you could, i doubt the g1 could go into host mode, and even if you did, you would need to make a custom driver for it On Jun 24, 1:01 pm, Shivanand wrote: > Hi, > > I am beginner to android development. I want know how to connect > external usb webcam to android device.. > > Thanks

[android-beginners] Re: Default browser

2009-06-25 Thread schwiz
default browser is called browser. I use steel www.kolbysoft.com On Jun 25, 11:24 am, Rafa Perfeito wrote: > Hey droiders and droid users, > Coming to you from Portugal so unfortunately only now the first Android > device is preview to release, the HTC Magic. So my question is this: what is > An

[android-beginners] Re: How to connect external webcam

2009-06-25 Thread Ivan Soto
I recall reading that one of the things that needs to be done before Android can be seen as a solution for netbooks is the USB host, so I guess you can't connect anything to it. Ivan Soto Fernandez Web Developer http://ivansotof.com On Thu, Jun 25, 2009 at 12:39 PM, wwsean08 wrote: > > I don'

[android-beginners] Using google's "my maps" functionality

2009-06-25 Thread Theo K
Hi fellow Androids, I was experimenting with creating a google map on my home pc. Then i thought how great it would be if i could load the map inside of an Android app using mapview. So after i created my map, i obtained the url for it: http://maps.google.com/maps/ms?ie=UTF8&hl=en&msa=0&msid=10

[android-beginners] Re: Parallel arrays or Array of objects?

2009-06-25 Thread jhoffman
As it turns out, there definitely was something really simple that I was overlooking. Rather than mess with parallel arrays, or a String, int datatype, I can just String together the String and the int from my hash to begin with! In hindsight it ended up being embarrassingly simple, but I figured

[android-beginners] Re: Problem when trying to run the emulator

2009-06-25 Thread Mike Wolfson
Just run the emulator with the G1 avd (which I think is shipped with the SDK), you shouldn't need to create your own (unless you have a specific need for something special). >emulator -avd g1 On Jun 24, 4:36 am, ники тончев wrote: > when i run the emulator either from the cmd with the emulator

[android-beginners] Best practice for polling a remote resource periodically

2009-06-25 Thread Dave Bordoley
Hi All, I'm starting to write an app that will periodically poll an HTTP resource and use the data to update a View. My initial thought process on how this will work is that on application startup, my activity will spawn a worker thread that will maintain an object model of the data and update it

[android-beginners] Re: Best practice for polling a remote resource periodically

2009-06-25 Thread Mark Murphy
Dave Bordoley wrote: > I'm starting to write an app that will periodically poll an HTTP > resource and use the data to update a View. My initial thought process > on how this will work is that on application startup, my activity will > spawn a worker thread that will maintain an object model of th

[android-beginners] [system crash : wifi and bluetooth]

2009-06-25 Thread Morris
Hi All: When I open wifi and bluetooth, the system is workable. But when I reboot the system and don't turn off either wifi or bluetooth before rebooting, I find the system would be crash in the rebooting process. However, It only happens on both wifi and bluetooth to be open. Does somebody have

[android-beginners] How to get the Xml response from the nusoap PHp web services

2009-06-25 Thread vinny.s...@gmail.com
HI i need to \get the response from the nusoap php web services (my response is in XML format) how can i do this any suggestions Thanks in advance --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners"