[android-beginners] Re: Got the MapView loading, but the map is blank?

2008-09-20 Thread 김병주
I've got a sloution! Here is a code!!! package com.android.app.testmapactivity; import android.os.Bundle; import android.view.Window; import com.google.android.maps.GeoPoint; import com.google.android.maps.MapActivity; import com.google.android.maps.MapView; public class TestMapActivity

[android-beginners] Re: [Help] About URLConnection

2008-09-25 Thread 김병주
Have u put use-permission code into Manifesto.xml ? --~--~-~--~~~---~--~~ 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

[android-beginners] Re: Setup Intent for viewing photo

2008-09-25 Thread 김병주
I believe you need to put some code into Manifest.xml like uses-permission android:name=android.permission.READ_OWNER_DATA/uses-permission I'm not sure. ;;; --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-beginners] Re: Android documentation in PDF Format

2008-10-11 Thread 김병주
last updated date is 25 / sep but In this PDF documents it is updated 22/sep Are there differences between them? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send

[android-beginners] Re: Circular Scroll

2008-10-16 Thread 김병주
You'd better use View class of course you need to make your own customized class which extends View class and override method --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this

[android-beginners] Re: confirm Button not working in notepad tutorial

2008-10-16 Thread 김병주
Have you put this code into Oncreate Method? Button confirmButton = (Button) findViewById(R.id.confirm); --~--~-~--~~~---~--~~ 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] Re: Map applicaiton not working..

2008-10-29 Thread 김병주
Have you ggt MapApi Key and used it ? Unless you get a Key please get and use it in your Code OR GO http://www.anddev.org/error_devicemonitor-t902.html There may be the answer!!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-beginners] Re: Maps Not Showing?

2008-10-30 Thread 김병주
android:apiKey=test / HAve u got a ApiKey from Google ?? From now on U need to get this key in order to see map Unless U can see Map, U can just open App. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-beginners] Re: Driving Distance between two Address

2008-11-04 Thread 김병주
It has been removed!!! so u can't use this with SDK 1.0 --~--~-~--~~~---~--~~ 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

[android-beginners] Re: Problem with onActivityResult

2008-11-05 Thread 김병주
When you compile this code , Was there any problem? If not. It looks perfectly ok. --~--~-~--~~~---~--~~ 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] Re: Style Attributes

2009-03-12 Thread 김병주
Hy.As far as I can remember , The name of attributes are defined by developer ,which mean that u can specify attributes and read the value of attributes in Code (in constructor) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-beginners] Re: Style Attributes

2009-03-16 Thread 김병주
Here is sample codes In main.Xml = for the view ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/android; xmlns:app= http://schemas.android.com/apk/res/com.android.demo.customattribute; android:orientation=vertical

[android-beginners] Re: Style Attributes

2009-03-16 Thread 김병주
in this case , MyView method is a constructor~ Constructor is always the same as class name . public MyView(Context context, AttributeSet attrs, int defStyle) { . . . . . } --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-beginners] Is there anyone who knows how to import 3D object file (ex md2) into Android and run

2009-03-26 Thread 김병주
I want to make an OpenGL program but I can't really find out the solutions for importing 3D object made from Maya or 3D Max into my program please tell me how I can or the website that i can refer to Thx in Advance. --~--~-~--~~~---~--~~ You received this message

[android-beginners] How can I save a ranking info of game ?

2009-09-05 Thread 김병주
Hy.I'd like to get any clue to show information of ranking in a Game which uses network. Do I need to make a sql server and save info and get the info via network? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-beginners] Re: How can I save a ranking info of game ?

2009-09-05 Thread 김병주
Thx..I have a poor English skill so It was pretty difficult to ask more specific BTW thx to your advice good luck --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send