[android-beginners] Re: Shoud i update system for my G1 device?

2008-11-07 Thread Jesse Cai
system automatic updated again, the build number now is: kila-user 1.0 TC4-RC30 116143 On Nov 4, 5:43 pm, Caiwangqin <[EMAIL PROTECTED]> wrote: > i'm in China. Now my G1 Build number is: TC4-RC29 115247 > > 2008/11/4 Ian <[EMAIL PROTECTED]> > > > > > > > Are you people in the US? i.e. Is this upd

[android-beginners] Re: Please Help Me

2008-11-07 Thread Brad A
Here's how I did it... {other code}... try{ Bitmap offerImage = getRemoteImage(new URL(offer.getImageUrl())); mOfferImageView.setImageBitmap(offerImage); }catch(MalformedURLException ex){ } } publi

[android-beginners] New to Android

2008-11-07 Thread JT
Hey, I have just started messing around with my g1 and I was wondering if anyone has any good tutorials for app dev. I am "ok" with java and I am still learning. One simple thing I tried to run on the g1 emulator was an app that just got a line of text from the user and printed it back. I did this

[android-beginners] Re: bionic usage

2008-11-07 Thread DK
As far as I know, you must use bionic, as it's the replacement of glibc on Android. Bionic source code is available along with the rest of the Android source at http://source.android.com/ Good luck! On Nov 5, 11:06 am, ecabrera <[EMAIL PROTECTED]> wrote: > I am writing code for functionality th

[android-beginners] Re: Source codes

2008-11-07 Thread Brad A
I had that problem as well. Create a new project and point to existing source code. After project is created I had to edit the .project file to add the Android natures. Here's the important part from my project file: com.android.ide.eclipse.adt.ResourceM

[android-beginners] Re: I can't visit the website source.android.com

2008-11-07 Thread daxing chen
Hi,I've the same things, just use the proxy to see the web, and if you want to git the source, it's ok, and not blocked, but the download speed is very slow. Hehe. 2008/11/7 徐豪杰 <[EMAIL PROTECTED]> > > binary_runner 写道: > > China si famous for blocking and censoring almost anything, > > what ma

[android-beginners] Re: Mobile open office aka MOO

2008-11-07 Thread DK
I'm no expert, but I believe it won't be a simple drop-in job, since MOOo is written in J2ME, and Android doesn't actually run Java bytecode. (Check out the info on the Dalvik VM for more on this). However, I'm sure there's plenty of people thinking the same thing about getting OpenOffice on Andr

[android-beginners] RE: Novice programmers lets build together.

2008-11-07 Thread Teena
Hi Chris. Sorry, I thought I had responded to the mailing list. I'm definately thinking of a free ebook reader. I love reading and I'm stuck on ebooks (as opposed to books). I'm a huge advocate of DRM free material, and right now I'm using a kludge of an old palm tungsten E2 PDA with Tomereade

[android-beginners] Re: Android SDK v 0.7

2008-11-07 Thread Aniruddha
Thank you for your reply. On Nov 7, 7:49 pm, Mark Murphy <[EMAIL PROTECTED]> wrote: > Aniruddha wrote: > >   Does anyone know where I can get Android SDK version 0.7? > >   Thanks in advance. > > I'm not aware there was a version 0.7. The public ones went from M5 to > 0.9 to 1.0r1. > > -- > Mark

[android-beginners] Re: Android SDK v 0.7

2008-11-07 Thread Mark Murphy
Aniruddha wrote: > Does anyone know where I can get Android SDK version 0.7? > Thanks in advance. I'm not aware there was a version 0.7. The public ones went from M5 to 0.9 to 1.0r1. -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 ht

[android-beginners] Android SDK v 0.7

2008-11-07 Thread Aniruddha
Hi. Does anyone know where I can get Android SDK version 0.7? Thanks in advance. Regards. Aniruddha. --~--~-~--~~~---~--~~ 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] clearing emulator

2008-11-07 Thread Jeff
I had a problem where my changes did not take effect till I cleared the apps from the emulator. see link http://getablogger.blogspot.com/2008/01/android-clean-up-all-applications.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

[android-beginners] Re: NetBeans + Android

2008-11-07 Thread Sunit Katkar
Since Android development is a 'new' thing for you and for the rest of us too, why not go the Eclipse way? I am not trying to evangelise Eclipse but the Android SDK has the ADT plugin for Eclipse and it really is a breeze. On Fri, Nov 7, 2008 at 12:28 PM, Kennedy Ximenes <[EMAIL PROTECTED]>wrote:

[android-beginners] Re: NetBeans + Android

2008-11-07 Thread Kennedy Ximenes
Hi Martin, I´ve been visited Project Kenai, but it needs that I create a project to be able to download some plugins for NetBeans, and then I need to be invited to be able to create a project. Could you send me an invite in order to able me to create a project? or is that another way

[android-beginners] Re: question about layout.xml and View class

2008-11-07 Thread Mark Murphy
Brian wrote: > So how is the LunarLander Text being displayed? Dunno. I haven't looked at the source code to a lunar lander game in about two decades. Heck, I even had *hair* back then. > Does it have anything to do with the enclosing Layouts, > the FrameLayout as the parent of LunarView and

[android-beginners] Re: question about layout.xml and View class

2008-11-07 Thread Brian
Thanks again for your reply, so it's the same problem I had earlier. So how is the LunarLander Text being displayed? I tried the same thing it does, with setTextView(), but mine still isn't being displayed. Does it have anything to do with the enclosing Layouts, the FrameLayout as the parent of

[android-beginners] Re: How to show the position in a MapView in SDK 1.

2008-11-07 Thread psaltamontes
Thanks for your answer. In SDK m5 I saw a little circle in the middle of the screen, when I modified the GPS position this little circle was always in the center. I have tried this: mapView.setReticleDrawMode(MapView.ReticleDrawMode.DRAW_RETICLE_OVER); but the little circle doesn't appear. I

[android-beginners] Good resource on how to do android game development

2008-11-07 Thread Sunit Katkar
I came across this good resource on how to prepare for developing games for Android. http://www.rbgrn.net/blog/2008/11/getting-started-in-android-game-development.html -- - Sunit Katkar http://sunitkatkar.blogspot.com/ - Android OS Tutorials --~--~-~--~~~---~--~

[android-beginners] Text color in GridView

2008-11-07 Thread Hw3699
Is it possible to change text color in GridView? How to do it in xml file? --~--~-~--~~~---~--~~ 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.

[android-beginners] Re: How to show the position in a MapView in SDK 1.

2008-11-07 Thread Mark Murphy
psaltamontes wrote: > Hi. > > How I can show the position (with the little circle) in a MapView in > SDK 1? > > There is a function similar to toggleShowMyLocation?. I need to use an > overlay for this? setReticleDrawMode(mode) on MapView should do the trick. -- Mark Murphy (a Commons Guy) ht

[android-beginners] How to show the position in a MapView in SDK 1.

2008-11-07 Thread psaltamontes
Hi. How I can show the position (with the little circle) in a MapView in SDK 1? There is a function similar to toggleShowMyLocation?. I need to use an overlay for this? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goog

[android-beginners] Re: Mobile open office aka MOO

2008-11-07 Thread Amir Noble
I think Moo will change the stereotype of the G1 from Open Source Media Device to an Open Source Fully Functionable SmartPhone. On Thu, Nov 6, 2008 at 9:37 PM, Dudeman <[EMAIL PROTECTED]> wrote: > > Wow, this thread is the first google hit right now for "moo android"! > > On Nov 5, 2:37 pm, "Amir

[android-beginners] Re: Question about using webkit

2008-11-07 Thread anderson
i have no idea about how to debug the js code in the asset folder since alert() is not work @@ On 10月25日, 上午8時53分, hao <[EMAIL PROTECTED]> wrote: > hey guys, > > im wondering how well does android handlejavascript. Im thinking of > develop a web application for the android device. Can it load a

[android-beginners] Re: question about layout.xml and View class

2008-11-07 Thread Mark Murphy
Brian wrote: > Why are > the various TextViews and buttons not visible? Because you gave the whole screen to BoardView: Android takes one pass through the layout to determine sizes, and it is very literal with respect to instructions. So, since your first widget is set to take up the whole

[android-beginners] Re: Novice programmers lets build together.

2008-11-07 Thread Teena
I was planning an ebook reader for my first android project (besides Hello Android of course). Can you provide links we can get the source code at and documentation for these other chat clients? -- :-) Tinyang P Please don't print this e-mail unless you really need to. _ From: andr

[android-beginners] Re: Question about using webkit

2008-11-07 Thread anderson
if you write google map app using javascript you can just put the js/html code into asset folder then use this code : WebView wv = new WebView( this ); wv.getSettings().setJavaScriptEnabled(true); wv.loadUrl("file:///android_asset/map.js"); setContentView( wv ); On 10月25日, 上午8時53分, hao <[EMAI

[android-beginners] Getting set up in windowsXP

2008-11-07 Thread Mike Wagman
Getting an error failed to get adb version - ... CreateProcess error = 5, Access is denied Thought I did setup by the books. Eclipse 3.4 Not sure what else to tell you. Mike --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

[android-beginners] Re: I can't visit the website source.android.com

2008-11-07 Thread 徐豪杰
binary_runner 写道: > China si famous for blocking and censoring almost anything, > what makes you think that google is blocking your IP? > > On Nov 4, 1:09 am, tagore <[EMAIL PROTECTED]> wrote: > >> Hi, >> I can't visit the website source.android.com. My location is in China, >> Asia. Does the g

[android-beginners] G1 GPS - how to initialize it?

2008-11-07 Thread Amir
OK Android enthusiasts...here's where the GPS story has led us. We figured out after hard-coding a location via finding latitude and longitude of my house that the application via the G1 does in-fact communicate flawlessly with our website. The issue though is turning on GPS capabilities on the

[android-beginners] Re: I can't visit the website source.android.com

2008-11-07 Thread venkatasubramanian
try using some proxys to access the website venkat binary_runner wrote: > China si famous for blocking and censoring almost anything, > what makes you think that google is blocking your IP? > > On Nov 4, 1:09 am, tagore <[EMAIL PROTECTED]> wrote: > >> Hi, >> I can't visit the website source.an

[android-beginners] Re: R.java file not being generated by eclipse plugin

2008-11-07 Thread 黄轩宇
Seems it's a bug. You can edit R.java manually. 2008/11/7 Hitesh Seth <[EMAIL PROTECTED]> > > I don't know how but the problem disappeared automatically just like > it appeared automatically. Now it working fine & R.java is again > etting updated without me changing anything. :-? > > @Advanceroo

[android-beginners] question about layout.xml and View class

2008-11-07 Thread Brian
reposted here from the android developers group because this is a beginner question; sorry about the duplication I got a simple layout working and displaying by only editing the layout xml. Basically it was the layout below without my BoardView in there. Now I'm trying to write my own View clas

[android-beginners] Re: Mobile open office aka MOO

2008-11-07 Thread Dudeman
Wow, this thread is the first google hit right now for "moo android"! On Nov 5, 2:37 pm, "Amir Noble" <[EMAIL PROTECTED]> wrote: > I'm curious if MOO will work on the G1.  Has anyone bothered to see if the > programs is compatible. --~--~-~--~~~---~--~~ You receiv

[android-beginners] unable to use Eclipse to download the ADT plugin?

2008-11-07 Thread b1alpha
If you are still unable to use Eclipse to download the ADT plugin, follow these steps to download and install the plugin from your computer: Download the ADT zip file (do not unpack it). Follow steps 1 and 2 in the default install instructions (above). In Eclipse 3.3, click New Archive Site In

[android-beginners] Re: Does the native assert work at all with android emulator?

2008-11-07 Thread fadden
On Nov 5, 10:28 am, "Dave Kong" <[EMAIL PROTECTED]> wrote: > My asserts in android code never fires even with -ea option for my java > runtime (set in eclipse). > > From this old post back in 2007, it seems to indicate that assert won't > work, and it suggests Assert class in junit > instead.http

[android-beginners] Going back to Activity Stack on App Restart

2008-11-07 Thread G
I'm working with the Notepadv3 tutorial. The way it works now, if the user hits the home button from the edit screen, then relaunches the app via the icon from the home screen (or app drawer), the app starts up at the very begining (i.e. Main Activity) instead of loading the last used activity, wh

[android-beginners] Re: Source codes

2008-11-07 Thread Sunit Katkar
I am not actively working on any project on Android. I am just going through this mailing list to keep in touch with what is happening. Right now I am busy working on a project for my company. But do tell me what is the exact problem you see. What is your file/directory structure? Which files give

[android-beginners] Where is Diggin?

2008-11-07 Thread Markjm223
I really want to download diggin but I can't seem to find it in the android market. Is it available or is it in the making? Thanks Mark --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To p

[android-beginners] Overriding dispatchTap on a MyLocationOverlay

2008-11-07 Thread Stu
Hi everyone. I've implemented a basic map that has a MyLocationOverlay on it. I'm trying to make it do something when I tap on my current location. I've read the docs about dispatchTap() [http://code.google.com/android/ reference/com/google/android/maps/ MyLocationOverlay.html#dispatchTap()] and

[android-beginners] Re: mark the location on the map

2008-11-07 Thread Dennis W.
On 6 Nov., 16:55, Stu <[EMAIL PROTECTED]> wrote: > Hi Dennis, > > is the rest of the source for your application available anywhere? I'd > be interested to see it. > I can't make the whole code available because my application isn't finished yet and my code looks very ugly currently ;) , but this

[android-beginners] Re: R.java file not being generated by eclipse plugin

2008-11-07 Thread Hitesh Seth
I don't know how but the problem disappeared automatically just like it appeared automatically. Now it working fine & R.java is again etting updated without me changing anything. :-? @Advanceroot -- When the problem was there, I had tried even that. Then nothing happened. Even adding a new resour