[android-beginners] Re: Custom XML int attributes - Snake on a Phone

2008-12-04 Thread trueskew
This is a beginner question, isn't it? I'm an assembly / C / C++ guy, so I'm still getting my feet wet with this stuff. On Nov 24, 5:40 pm, trueskew <[EMAIL PROTECTED]> wrote: > I want to introduce some custom integer attributes in an app I'm > working on.  There were a couple of threads on cust

[android-beginners] Re: android porting on target pxa270 (need help!!!!!!!...could not proceed further)

2008-12-04 Thread Girish
Hi, I think you better place for getting help on u r post would be http://groups.google.com/group/android-platform Post your post there .. Regards Girish On Dec 4, 2:27 am, krithika gurumurthy <[EMAIL PROTECTED]> wrote: > hi all, >         im porting android on pxa270 platform. the kernel im

[android-beginners] Re: Taking the tutorial and have trouble with one of the steps

2008-12-04 Thread Mark Murphy
Mr Goldfingr wrote: > Notepad exercise 1, under step 2 the first sentence says "Take a look > at the NotesDbAdapter class" > I cant find that class.. Can someone point me in the right direction > to get past this. Download and unpack: http://code.google.com/android/intro/codelab/NotepadCodeLab.z

[android-beginners] Tetris Game Clone - Ready to download - Any comment is welcomed

2008-12-04 Thread g1port.com
Hi guys, Here is probably the first read-to-download Tetris clone for Android G1. Any comment, bug, advice is highly welcomed. Thank you in advance. APK: http://www.g1port.com/application_bin/tetris_g1Port_demo_sgn.apk (sorry it is a demo version for now) Web Site: http://www.g1port.com/

[android-beginners] Re: Tetris Game Clone - Ready to download - Any comment is welcomed

2008-12-04 Thread Mark Murphy
g1port.com wrote: > Any comment, bug, advice is highly welcomed. I would recommend you rename it to avoid the Tetris trademark. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.9 Available! --~--~-~--~~~

[android-beginners] Re: onListItemClick on AlertDialog

2008-12-04 Thread Lawrence Samantha
or is that even possible? Thanks guys. 2008/12/4 Lawrence Samantha <[EMAIL PROTECTED]> > okay, i solve the parameter passing by using named inner class instead of > anonymous inner class... > now how about my 1st question? (modifying the parent AlertDialog > message...) > > 2008/12/3 Romain Guy <

[android-beginners] Custom Title Bar

2008-12-04 Thread and.m...@gmail.com
Hi, I want to use custom title bar in my application, which changes when application is running. What I found is that I may use requestWindowFeature(Window.FEATURE_CUSTOM_TITLE); . But how can I change the title bar with it? Thanks.. --~--~-~--~~~---~--~~ You rece

[android-beginners] ImageView crash

2008-12-04 Thread fala70
I've a problem on ImageView. I am using an ImageView to show an Image captured from camera or selected from Media.INTERNAL_CONTENT_URI; When the result come back from preview camera Activity or from Intent.ACTION_PICK Activity, the ImageView show the image and work good. The second or third time

[android-beginners] Re: Taking the tutorial and have trouble with one of the steps

2008-12-04 Thread Mr Goldfingr
Thank you,, and thank you for the book lead.. On Dec 4, 4:24 am, Mark Murphy <[EMAIL PROTECTED]> wrote: > Mr Goldfingr wrote: > > Notepad exercise 1, under step 2 the first sentence says "Take a look > > at the NotesDbAdapter class" > > I cant find that class.. Can someone point me in the right d

[android-beginners] kSOAP2 with SDK1.0

2008-12-04 Thread Smith, Miles J (DOH)
I'm having a helluva time trying to get ksoap2 working with Android. All the samples I see (including the modified .jar with AndroidHttpTransport in it) fail because of the relocation of org/apache/commons/httpclient/SimplehttpconnectionManager. Can someone provide me with a tutorial, sample, an

[android-beginners] Re: kSOAP2 with SDK1.0

2008-12-04 Thread Mark Murphy
> I'm having a helluva time trying to get ksoap2 working with Android. ksoap2 has not been updated in ~2 years, as far as I can tell from their SourceForge project's commit logs and news. > All the samples I see (including the modified .jar with > AndroidHttpTransport in it) fail because of the

[android-beginners] Re: How to I get video to play from storage?

2008-12-04 Thread mangesh
hi Girish I am working on android ported on beagle. While playing video from media player it is not able to draw anything & giving error going out of memory . About 25 MB memory is still free. Can u tell me how much memory is required by media player to play video thanks Mangesh On Dec 3, 4:27

[android-beginners] Hello

2008-12-04 Thread ioan stanciu
Hi. I would like just to say hello to you, Adndroid beginners!! I am doing my diploma project on Android, even though I am a beginner. I hope we can learn together. So, let's rock!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-beginners] Why Android Market blocked in some countries?

2008-12-04 Thread omid
Why Android market is blocked in some countries? Whats the relation between people of that country and their government?! Is there anyone that has direct link of android market to share with me? (to download those packages to PC and send them to my G1) Please give my hand :( --~--~-~--~

[android-beginners] If I find a bug in Android OS

2008-12-04 Thread omid
Hi, What should I do if find a bug in Android OS? (Android itself and its default apps) Regards. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to androi

[android-beginners] Align one image after another

2008-12-04 Thread Stephen
Hi, I am trying to form a page with images background like html, the "frame_bottomleft" managed to align to the bottom and left of the layout, but I would like the "frame_lsk" to align on the right of the "frame_bottomleft" without overlapping. How would I do that? http://schemas.android.com/a

[android-beginners] Re: If I find a bug in Android OS

2008-12-04 Thread Jean-Baptiste Queru
Gather good reproduction steps, or sample code, and head over to http://b.android.com JBQ On Thu, Dec 4, 2008 at 1:38 AM, omid <[EMAIL PROTECTED]> wrote: > > Hi, > > What should I do if find a bug in Android OS? (Android itself and its > default apps) > > Regards. > > > > --~--~-~--~---

[android-beginners] Re: Align one image after another

2008-12-04 Thread Romain Guy
Use android:layout_toRightOf="@id/frame_bottomleft" On Thu, Dec 4, 2008 at 2:31 AM, Stephen <[EMAIL PROTECTED]> wrote: > > Hi, I am trying to form a page with images background like html, > > the "frame_bottomleft" managed to align to the bottom and left of the > layout, but I would like the "fra

[android-beginners] Re: android file permissions on the G1

2008-12-04 Thread Viroscope
I am also haveing this problem.. everything was fine then all of a sudden camera went blind. And no not attached to computer. P.s. the file manager says access denied if you try to delete a photo, maybe another reason we think it's permissions. Also on that looking in androids photo program you se

[android-beginners] Re: Align one image after another

2008-12-04 Thread Stephen
Thanks it works On Dec 5, 6:30 am, Romain Guy <[EMAIL PROTECTED]> wrote: > Use android:layout_toRightOf="@id/frame_bottomleft" > > > > > > On Thu, Dec 4, 2008 at 2:31 AM, Stephen <[EMAIL PROTECTED]> wrote: > > > Hi, I am trying to form a page with images background like html, > > > the "frame_bot

[android-beginners] Re: Coding an RSS Reader Application

2008-12-04 Thread Stephen
Depends on which xml parser you are looking for. Using import from java is fastest in performance. SAXParser would be nice On Dec 4, 1:53 am, planetshine <[EMAIL PROTECTED]> wrote: > What packages or libraries would be needed to code an RSS reader > application? I'd have to integrate the code wr

[android-beginners] Graphics tutorial resources?

2008-12-04 Thread [EMAIL PROTECTED]
Hello again... I was wondering if anyone has any good pointers (oh boy I've been doing too much programming... almost slipped a java joke in there!) to some in-depth tutorials on how to generate and analyse graphics in java. Tutorials specific to android would be a huge bonus, but I understand t

[android-beginners] Re: Open /android-sdk-windows-1.0_r1/tools/emulator.exe failed

2008-12-04 Thread Simon He
But, I was waiting it more than 1 hour, does it download something from your site when initialize? 2008/12/4 Mark Murphy <[EMAIL PROTECTED]> > > [EMAIL PROTECTED] wrote: > > I downloaded the file "android-sdk-windows-1.0_r1.zip", and unpacked > > it. and already added SDK tools directory to my en

[android-beginners] Re: Could you help me what's happened when install ADT-0.8.0.zip

2008-12-04 Thread JUN
Troubleshooting ADT Installation If you are having trouble downloading the ADT plugin after following the steps above, here are some suggestions: - In Step 4, try changing the remote update site URL to use http, rather than https. - If you are behind a firewall (such as a corporate firew

[android-beginners] Re: Open /android-sdk-windows-1.0_r1/tools/emulator.exe failed

2008-12-04 Thread Ralf
On Thu, Dec 4, 2008 at 7:22 PM, Simon He <[EMAIL PROTECTED]> wrote: > But, I was waiting it more than 1 hour, > does it download something from your site when initialize? No it does not. Did you use any older SDK such as a M3, M5 or 0.9? You might have a stale userdata.img Under XP, go to C:\Doc

[android-beginners] Re: Tetris Game Clone - Ready to download - Any comment is welcomed

2008-12-04 Thread Caiwangqin
Good program, it can find out my memeries when I was kid. Move left/right can out of range, it is a bug. On Dec 4, 2008 8:39 PM, "Mark Murphy" <[EMAIL PROTECTED]> wrote: g1port.com wrote: > Any comment, bug, advice is highly welcomed. I would recommend you rename it to avoid the Tetris trademark.

[android-beginners] Re: https://dl-ssl.google.com/android/eclipse/ not found

2008-12-04 Thread EGAWA Takashi
Hi Try this URL (change https to http, and append site.xml) http://dl-ssl.google.com/android/eclipse/site.xml -- EGAWA Takashi <[EMAIL PROTECTED]> 2008/12/4, Jesper Lundgren <[EMAIL PROTECTED]>: > I find it strange that the plug-in site doesn't work, is