[android-beginners] Re: about ListView

2010-04-12 Thread Tereno
Here's a thread with a whole bunch of tutorials: http://groups.google.com/group/android-developers/browse_thread/thread/b7d2b7c275ac730f/8031cb58b5aa947d Good luck! Essentially, you will have to use a custom adapter and specify how you would render the cells of the list. Cheers, T On Apr 12,

[android-beginners] Re: about ListView

2010-04-12 Thread pierissimo
thanx i'll give a look On 12 Apr, 16:42, Mark Murphy mmur...@commonsware.com wrote: pierissimo wrote: Hi everybody! I'm trying to implement a listView to show a list. The problem is that i'm not able to insert a text under an element of the list. This image is more explicative, is what

[android-beginners] Re: About Android and Java?

2010-04-07 Thread davemac
You are free to use anything in the Android SDK without having to pay license fees to anyone. Between the Android SDK, the JDK and Dalvik you've got a lot of features at your disposal. This makes Android a very attractive platform to develop for. There are commercial Java packages out there that

[android-beginners] Re: About Sqlite Database

2010-01-20 Thread cellurl
I have the same need. I am reading thru this.. Not sure if it will solve the re-create problem http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/comment-page-1/#comment-6734 -- You received this message because you are subscribed to the Google Groups

[android-beginners] Re: About ERROR: unknown virtual device name: 'myavd'

2009-09-17 Thread Bruno Cordeiro
Mr Ducrohet, Thank, this solution worked for me!! On 25 ago, 20:41, Xavier Ducrohet x...@android.com wrote: I see that you have changed the location of the user folders (in S: instead of C:) When the user location is not the default one, we have seen some cases where windows

[android-beginners] Re: About ERROR: unknown virtual device name: 'myavd'

2009-09-17 Thread Bartłomiej Nowak
2009/9/16 Nicolas Gramlich stoeps...@gmx.de Hi, just tried this again with the ADT 0.9.3 (downloaded today) and Android 1.6 r1 (also from today) and in the Virtual Devices-Window I can see my newly created AVD with a green checker to the left: A valid Android Virtual Device.

[android-beginners] Re: About ERROR: unknown virtual device name: 'myavd'

2009-09-17 Thread robert.carlsson
Hi I had the same problem and for me the problem the emulator and an environment variable (HOMEPATH or USERPROFILE) instead of the registry (like android-tool.) I found the solution here: http://forums.pragprog.com/forums/67/topics/2709 --~--~-~--~~~---~--~~ You

[android-beginners] Re: About ERROR: unknown virtual device name: 'myavd'

2009-09-17 Thread robert.carlsson
hmm. I answered you, but I cant see my post, so I'll try again .. in short. I had the sam problem, found the solution here: http://forums.pragprog.com/forums/67/topics/2709 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-beginners] Re: About ERROR: unknown virtual device name: 'myavd'

2009-09-16 Thread Nicolas Gramlich
Hi, just tried this again with the ADT 0.9.3 (downloaded today) and Android 1.6 r1 (also from today) and in the Virtual Devices-Window I can see my newly created AVD with a green checker to the left: A valid Android Virtual Device. ANDROID_SDK_HOME is properly set to C:\Users\nico; for user and

[android-beginners] Re: About ERROR: unknown virtual device name: 'myavd'

2009-09-16 Thread Xavier Ducrohet
Nicolas, what's the problem exactly? To be honest, nothing has been done on the AVD handling since this thread was originally created. Xav On Wed, Sep 16, 2009 at 4:32 AM, Nicolas Gramlich stoeps...@gmx.de wrote: Hi, just tried this again with the ADT 0.9.3 (downloaded today) and Android

[android-beginners] Re: About ERROR: unknown virtual device name: 'myavd'

2009-08-26 Thread Phoenix
On Aug 25, 4:41 pm, Xavier Ducrohet x...@android.com wrote: I see that you have changed the location of the user folders (in S: instead of C:) There are user folders on both S: and C:. Only the Desktop and My Documents special folders are on S:. Everything else (including App Data) is on C:.

[android-beginners] Re: About ERROR: unknown virtual device name: 'myavd'

2009-08-26 Thread bubillyang
still doesn't work why On Aug 26, 7:41 am, Xavier Ducrohet x...@android.com wrote: I see that you have changed the location of the user folders (in S: instead of C:) When the user location is not the default one, we have seen some cases where windows reports the location of the

[android-beginners] Re: About ERROR: unknown virtual device name: 'myavd'

2009-08-26 Thread Xavier Ducrohet
On Wed, Aug 26, 2009 at 4:21 AM, Phoenixphoenixsen...@gmail.com wrote: On Aug 25, 4:41 pm, Xavier Ducrohet x...@android.com wrote: I see that you have changed the location of the user folders (in S: instead of C:) There are user folders on both S: and C:.  Only the Desktop and My Documents

[android-beginners] Re: About ERROR: unknown virtual device name: 'myavd'

2009-08-25 Thread Phoenix
I also have the same error. I've tried creating the AVD on the command line and via the gui in the Eclipse plugin. Both created the AVD with no problems, but the emulator still cannot find it. I've tried running with the configuration set to Automatic, and to Manual and manually selecting

[android-beginners] Re: About ERROR: unknown virtual device name: 'myavd'

2009-08-25 Thread Xavier Ducrohet
I see that you have changed the location of the user folders (in S: instead of C:) When the user location is not the default one, we have seen some cases where windows reports the location of the user folder differently depending on which API you use (the command line tool and Eclipse use a Java

[android-beginners] Re: About Android

2009-06-28 Thread Jose Ayerdis
Ayerdis joseayer...@gmail.com *Sent: *Fri, 6/26/2009 11:21am *To: *android-beginn...@googlegroups.com *Subject: *[android-beginners] Re: About Android No it can;t be done android support Java as the language to develop app 2009/6/26 pixel test1.pi...@gmail.com Hi All, I want to develop

[android-beginners] Re: About Android

2009-06-27 Thread Tony Su
consider Mono if it was a viable option. I would consider it even more strongly if it made calls to Dalvik instead of to Java. Tony From: Jose Ayerdis joseayer...@gmail.com Sent: Fri, 6/26/2009 11:21am To: android-beginners@googlegroups.com Subject: [android-beginners] Re: About Android

[android-beginners] Re: about .dex files

2009-05-14 Thread Icarus
I think that if you find a .apk file, rename it to be a .zip and open it, a lot of the mystery will go away. .apk files, are what you install on your phone. They are a zip file that contain the dex files (and the manifest and maybe a few other things.) They are created by Eclipse. On May 14,

[android-beginners] Re: about .dex files

2009-05-14 Thread Raphael
On Thu, May 14, 2009 at 2:44 AM, ja...@work jamai5...@gmail.com wrote: Hi guys, I'm new to Android and i don't understand very well how dex files work. When I create an application, I do in in java (isn't it?). Then, with the eclipse adt, this file is converted in a dex file and the DVM

[android-beginners] Re: About android branches (master, cupcake, ...)

2009-04-27 Thread Jean-Baptiste Queru
See this thread: http://groups.google.com/group/android-platform/browse_thread/thread/40838f5d4c395c36# cupcake is fully merged into donut (which is currently almost identical to cupcake), which is fully merged into master (which is thus both bleeding edge and most active, and will always be

[android-beginners] Re: About the call log ?

2009-04-13 Thread Gulfam
Hi ak, Check this link it will help you regarding call log. http://www.anddev.org/video-tut_-_querying_and_displaying_the_calllog-t169.html Regards, Gulfam Hassan On Apr 13, 1:31 am, ak_ karako...@gmail.com wrote: Is there anyone who know something about the storing call logs on android.

[android-beginners] Re: About Android SDK translation work

2009-04-12 Thread Dave White
Back when I worked in Localisation, there was a product we used called Catalyst which did translation for us. I haven't used it in a few years now, but it used to be really good at handling leveraging of localised text into files. However, it is all very dependant on how the files are built in

[android-beginners] Re: About Android SDK translation work

2009-04-11 Thread Mark Murphy
Thomas Iverson wrote: I'm now translating Android SDK 1.1 r1 documentation into Chinese , and I'm wonder that how to make it convenient to upgrade my translation files when the sdk and its documentation version updated in the future. You know that the sdk documentation is published in html

[android-beginners] Re: about hardware 3d

2009-02-18 Thread Jackie Lee
I think it depends on the device running Android. However, I don't think there is one won't support hardware accelerate. On Thu, Feb 12, 2009 at 5:31 PM, birdy birdy.f...@gmail.com wrote: Hi all: I know OpenGL support some API for 3d rendering.It's sw way. Does anybody know android did or

[android-beginners] Re: About downloading the source code of Android Apps for study

2009-01-12 Thread Samat K Jain
On Sunday 11 January 2009 11:30:52 am mblove wrote: Does it mean that the Android App product sharing is just only share binary code but not the source code? So if i want to do some development by leveraging other developer's code sharing in their Apps, where can i search it and how can i

[android-beginners] Re: about make file structure

2009-01-07 Thread sync qa2
Dfghjgvfcx On Jan 5, 2009 9:27 AM, dj dhananjayingr...@gmail.com wrote: Hi All, I want to know about makefile structure of android.means for make aidl ,which makefiles it is calling and their sequence of calling.how do i come to know about this makefile structure for building of

[android-beginners] Re: about repo

2008-11-24 Thread Mark Murphy
cihan wrote: When I enter this command, I gave this error #repo init -u git://android.git.kernel.org/platform/manifest.git You will have better luck getting answers to your repo questions on the repo-discuss Google Group: http://source.android.com/discuss -- Mark Murphy (a Commons Guy)

[android-beginners] Re: About the screen width and height???

2008-11-20 Thread Dennis Wilmsmann
int w = getWindowManager().getDefaultDisplay().getWidth(); int h = getWindowManager().getDefaultDisplay().getHeight(); Unfortunately, I have no answer to your second question; I don't understand the question. ;) Dennis On 20 Nov., 08:00, SinFrancis [EMAIL PROTECTED] wrote: I wanna konw the

[android-beginners] Re: About the screen width and height???

2008-11-20 Thread 心蓝
Thanks for your answer! I'm sorry to express the second question! And the second question like this: if i use the touch to move the screen, how can we get the distance between from and to?? 2008/11/20 Dennis Wilmsmann [EMAIL PROTECTED] int w =

[android-beginners] Re: About android first phone release

2008-09-27 Thread niksbin
Try this link... http://infotech.indiatimes.com/News/Google_phone_to_cost_above_Rs_20K/articleshow/3530200.cms On Sep 27, 8:18 am, Analdin Judy [EMAIL PROTECTED] wrote: Hi,           Is Android relese its first phone? -- Thanks Regards Analdin Judy.M InfoWave Knowledgeware. Beyond

[android-beginners] Re: About Xmpp settings

2008-06-14 Thread sacoskun
That is good to hear that you made it running Judy. If you want a simple example for the xmpp running in a simple application, you can have a look at the codes in http://www.helloandroid.com/node/573. Best wishes, sacoskun On Apr 29, 10:34 am, sacoskun [EMAIL PROTECTED] wrote: Hello justin,

[android-beginners] Re: About edge

2008-05-15 Thread Digit
it's an evolution of the GPRS standard for improved throughput. see: http://en.wikipedia.org/wiki/Enhanced_Data_Rates_for_GSM_Evolution On Thu, May 15, 2008 at 8:46 AM, Analdin Judy [EMAIL PROTECTED] wrote: Hi, Can anybody please tell me,What is meant by edge? -- Thanks Regards

[android-beginners] Re: About edge

2008-05-15 Thread Analdin Judy
Can anybody please tell me What is meant by WIFI? Thanks judy --~--~-~--~~~---~--~~ 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

[android-beginners] Re: About edge

2008-05-15 Thread Brandon Kruse
Wireless Internet, whether that be a/b/g (802.11) -brandon kruse On May 15, 2008, at 6:10 AM, Analdin Judy [EMAIL PROTECTED] wrote: Can anybody please tell me What is meant by WIFI? Thanks judy --~--~-~--~~~---~--~~ You received this message

[android-beginners] Re: About accessing text file in android

2008-05-09 Thread Analdin Judy
I got File not found exception.Where can i store the txt file? Thanks judy --~--~-~--~~~---~--~~ 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: About accessing text file in android

2008-05-09 Thread Delirio
Try this (just for reading): this.getResources().openRawResource(identifier); // if it's stored in the /res/raw folder or this.getAssets().open(path); //if it's stored in the /asstes folder 2008/5/9 Analdin Judy [EMAIL PROTECTED]: I got File not found exception.Where can i store the txt

[android-beginners] Re: About accessing text file in android

2008-05-09 Thread Analdin Judy
Hi, I use the below coding, this.getAssets().open(path). till now i got the same exception File not found exception Thanks judy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group.

[android-beginners] Re: About accessing text file in android

2008-05-09 Thread Delirio
Ok, then you may try to store judy.txt in the assets folder (assets/judy.txt). this.getAssets().open(judy.txt) should work 2008/5/9 Analdin Judy [EMAIL PROTECTED]: Hi, I use the below coding, this.getAssets().open(path). till now i got the same exception File not found

[android-beginners] Re: About accessing text file in android

2008-05-08 Thread Mark Murphy
Analdin Judy wrote: I put it in the oncreate().But i got error messagedid not call through oncreate() This means you failed to call super.onCreate(icicle) from inside your onCreate() implementation. You will get this same error message on a few other of the lifecycle methods (onResume()

[android-beginners] Re: About accessing text file in android

2008-05-08 Thread Mark Murphy
Analdin Judy wrote: Now i got i/o exception.any idea? Without seeing the source code, it is difficult to say. -- does the file exist? -- do you have the proper path to the file? -- if it's not a file in your application's home area, do you have rights to work with the file, or to create

[android-beginners] Re: About accessing text file in android

2008-05-08 Thread Mark Murphy
Sorry, just noticed this earlier message with the source code. Analdin Judy wrote: package com.IW.TestText; import java.io.BufferedReader; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStreamReader; import android.app.Activity; import

[android-beginners] Re: About accessing text file in android

2008-05-08 Thread Analdin Judy
I stored the text file under the raw folder --~--~-~--~~~---~--~~ 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

[android-beginners] Re: About accessing text file in android

2008-05-07 Thread Analdin Judy
Hi, I put it in the oncreate().But i got error messagedid not call through oncreate() Thanks judy --~--~-~--~~~---~--~~ 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: About setting account for GTalk

2008-04-29 Thread Tatsu
I'm sorry not to reply soon. Can't you login from Android emulator in the same time you can login GTalk app or Gmail on the web as the same account? I have no idea about that situation. Does anyone have any idea? Tatsu On Apr 26, 9:21 pm, Analdin Judy [EMAIL PROTECTED] wrote: When i se the

[android-beginners] Re: About Xmpp settings

2008-04-29 Thread sacoskun
Hello justin, The GTalk classes reside in com.google.android.gtalkservice package. Use the following link for the API documentation for XMPP; http://code.google.com/android/reference/com/google/android/gtalkservice/package-summary.html I have no idea about older version of eclipse and mylyn,

[android-beginners] Re: About Xmpp settings

2008-04-28 Thread sacoskun
Hello Analdin, If you are using IGTalkService interface which is the class that is being used in m5 for xmpp, you need to specify your e-mail address as username (e.g. username:[EMAIL PROTECTED]) Best wishes, -sacoskun On Apr 28, 1:37 pm, Analdin Judy [EMAIL PROTECTED] wrote: Hi, I gave

[android-beginners] Re: About setting account for GTalk

2008-04-26 Thread Analdin Judy
When i se the acount in Dev Tool.I got error message The username or password is not valid (Eventhough i give the valid username and password) Can you please tell me,What is the solution for the problem? Thanks judy --~--~-~--~~~---~--~~ You received this

[android-beginners] Re: About

2008-04-23 Thread Megha Joshi
Hi Pramod, Please check the documentation below for hardware and software requirements to run Android applications: http://code.google.com/android/intro/installing.html#developmentrequirements Thanks, Megha On Tue, Apr 22, 2008 at 9:32 AM, pramod [EMAIL PROTECTED] wrote: Hi all, I am

[android-beginners] Re: About Hardware Requirements

2008-04-22 Thread [EMAIL PROTECTED]
XP with 2G of memory is a good starting place. On Apr 22, 1:17 pm, pramod [EMAIL PROTECTED] wrote: Hello, I want to know the hardware requirements to run Android application. What is the requirements to run Android application on computer as well on physical emulator device? Thanks,

[android-beginners] Re: About camera in android

2008-04-21 Thread Megha Joshi
Hi Judy, You can see the MediaRecorder sample posted to the android-developers group. It uses Camera as a VideoSource. Thanks, Megha On Mon, Apr 21, 2008 at 3:23 AM, Analdin Judy [EMAIL PROTECTED] wrote: Hi Can anybody please give me a good sample application using camera Thanks

[android-beginners] Re: About error:Argument must not be null

2008-04-21 Thread Megha Joshi
Hi Judy, You need to install an sdcard and upload test mp4 files to it, next change the code to use those test files, and then run the sample code. Thanks, Megha On Mon, Apr 21, 2008 at 2:47 AM, Analdin Judy [EMAIL PROTECTED] wrote: Hi When i click the playvideo button.I got Argument must

[android-beginners] Re: About mpg file as vedio file

2008-04-18 Thread Megha Joshi
The .mpg mime type is not currently supported in Android mediaplayer. The list of supported mime types is here: http://code.google.com/android/migrating/m3-to-m5/m5-api-changes.html#media Thanks, Megha On Fri, Apr 18, 2008 at 4:54 AM, Analdin Judy [EMAIL PROTECTED] wrote: Hi, Shall we

[android-beginners] Re: about classcast exception

2008-04-18 Thread Megha Joshi
You may want to check out the javadocs: http://java.sun.com/j2se/1.4.2/docs/api/java/lang/ClassCastException.html Thanks, Megha On Fri, Apr 18, 2008 at 12:27 AM, Analdin Judy [EMAIL PROTECTED] wrote: Hi, Can anybody please tell me What is the reason for* class cast exception*?

[android-beginners] Re: About res/raw

2008-04-17 Thread Analdin Judy
Now raw is working thanks to all --~--~-~--~~~---~--~~ 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

[android-beginners] Re: About useaudio

2008-04-17 Thread Diego Torres Milano
It's -useaudio. Use emulator -help. On Apr 17, 9:42 am, Analdin Judy [EMAIL PROTECTED] wrote: Hi, I want to add useaudio configuration in run. Can anybody please tell me What is the syntax for useaudio? Thanks judy --~--~-~--~~~---~--~~ You received

[android-beginners] Re: About com.google.android.gtalkservice.

2008-04-13 Thread wolf
First you should learn how to ask question smart. On 4月11日, 下午1时30分, Analdin Judy [EMAIL PROTECTED] wrote: Hi I got error in import com.google.android.gtalkservice; Can anybody please tell me what is the wrong in the coding? Thanks judy

[android-beginners] Re: About accessing webpage

2008-04-11 Thread Delirio
Hi, read this thread http://groups.google.com/group/android-developers/browse_thread/thread/b542dd19a069c50c --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email