[android-beginners] Re: Ping website

2008-12-01 Thread Cedric Dugas
Hi, Yes I did add the permission in the manifest xml Ok I will try that, Cedric Date: Sun, 30 Nov 2008 14:13:19 -0800 From: [EMAIL PROTECTED] To: android-beginners@googlegroups.com Subject: [android-beginners] Re: Ping website Did you add the internet access permission?

[android-beginners] Re: I'm Trying To Learn.......

2008-12-01 Thread [EMAIL PROTECTED]
Yes, that's obvious looking at it on another day. Thanks for the reply. Fred On Nov 30, 2:17 pm, Ralf [EMAIL PROTECTED] wrote: As you indicated, you need to create an activity. The class referenced in the activity tag must derive from Activity, not from a TextView. The structure you want

[android-beginners] ice-e

2008-12-01 Thread supernova
Is Ice-e supported in Android? Maybe with the Android J2ME MIDP RUNNER ? 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] How to create Album_art

2008-12-01 Thread g1ster
I am trying to add an album art for the audio file I created. The docs says I need to set the MediaStore.Audio.Media.ALBUM_ART as an URI. How do I get the URI of an image file or an image resource in the Drawable? Thanks!!! --~--~-~--~~~---~--~~ You received this

[android-beginners] Re: midp and cdlc

2008-12-01 Thread supernova
Is it possible to run Ice-e in Android? I think it requires MIDP, also maybe with J2ME MIDP Runner? --~--~-~--~~~---~--~~ 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: cant not run ant the default project generate by activitycreator.bat

2008-12-01 Thread RonanWu
amend apkbuilder.bat assign absoulte path as follow: set frameworkdir=D:\android-sdk-windows-1.0_r1\tools\lib\ set libdir=D:\android-sdk-windows-1.0_r1\tools\lib\ (note: the final \ is necessary) On 10月27日, 下午5時09分, cdxueq [EMAIL PROTECTED] wrote: windows XP sp2 android_sdk_windows_m3-rc37a

[android-beginners] RatingBar

2008-12-01 Thread chapp007
I want to make a small RatingBar to put in a list view. In the javadoc it says something about a ratingBarStyleSmall attribute but i have no idea how to use it. Can someone help? Thanks, Josh --~--~-~--~~~---~--~~ You received this message because you are

[android-beginners] How to get IMSI number?

2008-12-01 Thread javame_android
Hi, I have written a small program to fetch IMSI number using TelephonyManager getSubscriberId() method. Is there any way of checking that out in the emulator or will that be tested only in the real device and not in the emulator. Hope to get a quick reply. Thanks Sunil

[android-beginners] Re: Hello Android problem

2008-12-01 Thread kate
Hi guys, This is a site I found that has many Android problems and solutions, it's worth a visit if you are having problems or thinking of buying a phone with Android on it. It saved me a few times... http://www.fixya.com/tags/android Take care.

[android-beginners] Gallery beneath a square ImageButton, how to create?

2008-12-01 Thread Tom
I'm trying to make a square ImageButton whose dimensions are deviceWidth by deviceWidth. Under this is a Gallery whose height is deviceHeight - deviceWidth (remaining space below the square ImageButton). Is there a way to do this in XML? --~--~-~--~~~---~--~~

[android-beginners] help with eclipse

2008-12-01 Thread John2o01
when i try to run eclipse i get this error A Java Runtime Enviroment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. No Java virtual machine was found after searching the following locations: C:\Documents and Settings\TEMP\Desktop\myg1\eclipse-jee-ganymede-SR1-

[android-beginners] Re: Phone + Layout orientation.

2008-12-01 Thread [EMAIL PROTECTED]
Thanks for the responses here, my problem was solved :) I have a quick related question about bundles - Is there some way that I can give a java style matrix (an array of arrays, e.g. int[][]) to the bundle? As far as I can see you can only add single arrays such as int[]. I'd like to do this

[android-beginners] Setting up a cache with the CacheManager

2008-12-01 Thread Rankith
I'm downloading XML files from the web to display information. Its quite taxing on the battery to download stuff from the internet so I wan't to implement a cache. I looked at the documentation for cachemanager but its not very helpful. Can anyone tell me how to properly use this? Here is

[android-beginners] Re: help with eclipse

2008-12-01 Thread Haojie Xu
John2o01 写道: when i try to run eclipse i get this error A Java Runtime Enviroment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. No Java virtual machine was found after searching the following locations: C:\Documents and

[android-beginners] hardware information

2008-12-01 Thread Jesper Lundgren
I was wondering if there is some java class to get hardware information in android, things like cpuspeed,memory,battery. I've been searching but i can't find information about this, so a pointer in the right direction would be appreciated. --~--~-~--~~~---~--~~ You

[android-beginners] List Activity on Android

2008-12-01 Thread Ashish
HI All, I am new to Android Development... I am trying to build a list with icon. Please help me out Regards, Ashish --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this