[android-beginners] Re: How to package application for upload to websites from Eclipse IDE?

2008-10-20 Thread Sunit Katkar
For now this works fine for mehttp://www.trackdroid.com/faq On Mon, Oct 20, 2008 at 9:46 PM, marstein <[EMAIL PROTECTED]> wrote: > > I want to jump on the bandwagon. I would very much like to see: > > * instructions how to set up Eclipse to run and debug from within > Eclipse on the device connec

[android-beginners] Re: TabHost and TabWidget

2008-10-20 Thread Sunit Katkar
Here is an example -http://androidguys.com/?p=650 On Mon, Oct 20, 2008 at 10:05 PM, Andrex <[EMAIL PROTECTED]> wrote: > > I'm having problems using TabHost and TabWidget, adding either of them > in my main.xml file gives a null pointer exception. Can someone post a > correct and current example

[android-beginners] TextSwitcher

2008-10-20 Thread baba vali
hi "mSwitcher.setText(String.valueOf(mCounter));" i have using textSwitcher and this line doesnt get executed we want to get multiple values to be displayed continuosly we r getting only one output can anyone help regards --~--~-~--~~~---~--~~ You received this mes

[android-beginners] TabHost and TabWidget

2008-10-20 Thread Andrex
I'm having problems using TabHost and TabWidget, adding either of them in my main.xml file gives a null pointer exception. Can someone post a correct and current example of these? Thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-beginners] Motorola Q skin now available for Android Emulator!

2008-10-20 Thread Tea Vui Huang
Motorola Q skin now available for Android Emulator! http://teavuihuang.com/android To install, download and unzip "QVGA-L-MOTQ.zip" to the Android skin directory, e.g. "C:\android-sdk-windows-1.0_r1\tools\lib\images \skins". To run the Android emulator with this Motorola Q skin, enter this on the

[android-beginners] Re: How to package application for upload to websites from Eclipse IDE?

2008-10-20 Thread marstein
I want to jump on the bandwagon. I would very much like to see: * instructions how to set up Eclipse to run and debug from within Eclipse on the device connected via USB * how to use keysign for signing apps * how to make apps available on a web server * and how to install an apk file that I load

[android-beginners] Re: i am so beginner

2008-10-20 Thread Adrian Martinez
Lol I have the same problem On Oct 14, 2008 10:16 PM, "Easan" <[EMAIL PROTECTED]> wrote: can't even get eclipse to work. so sad in santa clara --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginne

[android-beginners] Re: i am so beginner

2008-10-20 Thread Easan
Yesterday i installed eclipse ganymede and the Android SDK on an XP pro machine, and it opened, and i completed "hello, Android" program. Cool to have it work ! Now the next day i attempt to run Eclipse again, but now get the same error as on the first, Vista, machine i wrote you about.Eclip

[android-beginners] Re: Where are all the apps

2008-10-20 Thread androidian
Yes, some sort of list of apps developed so far would be helpful. I don't really want to spend months developing my "great idea" only to discover that someone or some company with more resources/time/brains has beaten me to it and done it better. On Oct 21, 12:58 pm, "Adrian Martinez" <[EMAIL PR

[android-beginners] Re: Where are all the apps

2008-10-20 Thread Adrian Martinez
I wanna know the same thing! On Oct 20, 2008 8:26 PM, "iw" <[EMAIL PROTECTED]> wrote: I want to find out if an application I want to develop has already been developed for the Android project. Where can I get that information? --~--~-~--~~~---~--~~ You recei

[android-beginners] Where are all the apps

2008-10-20 Thread iw
I want to find out if an application I want to develop has already been developed for the Android project. Where can I get that information? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. T

[android-beginners] Re: J2ME apps for Android --J2ME MIDP RUNNER

2008-10-20 Thread drew
Thanks. I just tried using it to install a bible reader from the following URL: http://www.olivetree.com/java/BibleReader-Generic-midp2-ASV.jad It appears to install ok, but doesn't run properly. I can't do anything once it's opened up. I did run the shell chmod command as instructed. Drew

[android-beginners] Re: get Bitmap for a Canvas?

2008-10-20 Thread Romain Guy
>bitmap = Bitmap.createBitmap(canvas.getWidth(), > canvas.getHeight(), > Bitmap.Config.ARGB_); >canvas.setBitmap(bitmap); Here you need to create a new Canvas, not reuse the one passed to the draw() method. Also, if this is a View, you should be overriding onD

[android-beginners] get Bitmap for a Canvas?

2008-10-20 Thread Craig
I have an expensive background drawing operation (basically drawing lots of squares in random colors), so I would like to draw onto the Canvas programmatically, get the Bitmap that was drawn, and then call Canvas.drawBitmap with that Bitmap for subsequent draws. Here is my code: private

[android-beginners] How to install Android on imate

2008-10-20 Thread nsa223
How to install Android on imate AKA: XDA II, MDA II, Qtek 2020 ,XDA IIi, Qtek 2020i, PDA2, Himalaya , Andes , Alpine --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group,

[android-beginners] Android Alarm Clock Source

2008-10-20 Thread Serenikill
Is the source for the alarm clock that is installed on the Android Emulator available? I didn't see it but it could be hidden somewhere strange. I know there are various demos that have parts of the alarm clock, but the whole source would be more useful. Thanks --~--~-~--~~---

[android-beginners] How to install Android on imate

2008-10-20 Thread nsa223
How to install Android on imate other names is: XDA II, MDA II, Qtek 2020 ,XDA IIi, Qtek 2020i, PDA2, Himalaya , Andes , Alpine --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to t

[android-beginners] xml for custom Drawable?

2008-10-20 Thread Craig
I have a custom Drawable (a class that extends Drawable) that I would like to make available as a background in my layout xml. Does anyone know how I can do it, or if it can not be done? http://code.google.com/android/reference/available-resources.html#drawables seems to imply there are only 3 Dr

[android-beginners] 答复: [android-beginners] Re: findViewById returns null for package private classes

2008-10-20 Thread 肖爱华
Hi, Unsubscribe me from the group please! Thanks a lot! Best wishes, Edward -邮件原件- 发件人: android-beginners@googlegroups.com [mailto:[EMAIL PROTECTED] 代表 Tauno T 发送时间: 2008年10月20日 4:03 收件人: Android Beginners 主题: [android-beginners] Re: findViewById returns null for package private classes

[android-beginners] Re: How to config Android Emulator with a proxy

2008-10-20 Thread luyen
Hello, I have tried with this instruction. But still can not access to internet with Emulator. On Oct 20, 2:57 am, John Spurlock <[EMAIL PROTECTED]> wrote: > Using the Emulator with a > Proxy:http://code.google.com/android/reference/emulator.html#proxy > > On Oct 18, 8:34 pm, luyen <[EMAIL P

[android-beginners] Re: J2ME apps for Android --J2ME MIDP RUNNER

2008-10-20 Thread Dana Li
Drew, It's a great question. Actually Android does not support JAD/J2ME directly. However, we have developed an application to allow you run JAD/J2MEapplications on Android without code change. The installer can automatically convert the application to the .apk format on the phone itself. Pleas

[android-beginners] Re: Can I load an xml file layout received from a server?

2008-10-20 Thread Mark Murphy
Cattivik wrote: > Can I load an xml file layout received from a server? Not by any means provided in Android itself, AFAIK. You'd have to write your own view inflation code, which doesn't sound like a lot of fun. -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ra

[android-beginners] imageView.setImageURI not working as expected

2008-10-20 Thread PA
Hi I am trying to open one of my pictures and set it as imageview. I have found the setImageUri method but it's not working as I am expecting it to. I'm trying with these arguments: -Uri.fromFile(sdFiles[position]) doesnt work where sdFiles is an array of Files (returns file:///sdcard/gif/toto.pn

[android-beginners] Can I load an xml file layout received from a server?

2008-10-20 Thread Cattivik
Hello! Can I load an xml file layout received from a server? I want to create the xml layout of a part of my Android application on a server to pass then the application. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

[android-beginners] Problems using debugger

2008-10-20 Thread Breno
Hey all, I'm facing such a beginner problem. I'm developing my app, using debugger, and I'm already used debugger in my app, but, from some time until now, when i try to debug, a message appear in android's emulator: "Waiting for debugger: Application xxx is waiting for the debugger to attac

[android-beginners] how to convert CallLog.calls.Date

2008-10-20 Thread saran
public static Date formatDate(String dateString){ Date callDate=new Date(); try{ callDate=DateUtils.parseDate(dateString); }catch(Exception e){ Log.v("CallLog","Exception in FormatDate"+e.getMessage()); } return callDate;

[android-beginners] TextSwitcher

2008-10-20 Thread baba vali
hi how we can use TextSwitcher i have tried many ways but getting errors do u have any example on that regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send ema

[android-beginners] Re: T-Mobile G1

2008-10-20 Thread Pulkit Arora
Hey, congrats for owning the G1 !! can u please tell me the pricing details for which it would be available in US and also, can we buy the unlocked version ( not to operate with T-Mobile )Thanks On Mon, Oct 20, 2008 at 3:58 AM, G1AndroidOwner <[EMAIL PROTECTED]> wrote: > > I have the G1 and it is

[android-beginners] How to package application for upload to websites from Eclipse IDE?

2008-10-20 Thread tgustafson
Hello everyone, I have gotten the to point of uploading my application for other people to try. Is there a specific method for packaging together your files for upload to different services? I had read in the documentation there is a standard file extension for android applications, but for the

[android-beginners] Re: findViewById returns null for package private classes

2008-10-20 Thread Adrian Martinez
im such a noob i cant even cahange the path on the variaibles! On Windows, right click on My Computer, and select Properties. Under the Advanced tab, hit the Environment Variables button, and in the dialog that comes up, double-click on Path under System Variables. Add the full path to the tools/

[android-beginners] Re: findViewById returns null for package private classes

2008-10-20 Thread Tauno T
Strange - I made a new empty project with the code that you provided and everything works (findViewById(R.id.tetrisview) returns the correct instance of the class). I guess the fault is not in the code segment that you posted :) Tauno On Oct 19, 10:45 pm, Craig <[EMAIL PROTECTED]> wrote: > I tak

[android-beginners] Authenticating to google services

2008-10-20 Thread androidian
My app needs the user to have a google account for certain APIs I want to use. However, I'd expect that the user won't want to input their credentials every time they use it, so how should I handle this? Is there an existing service or application built in to Android that will store a user's acc

[android-beginners] Re: How to config Android Emulator with a proxy

2008-10-20 Thread John Spurlock
Using the Emulator with a Proxy: http://code.google.com/android/reference/emulator.html#proxy On Oct 18, 8:34 pm, luyen <[EMAIL PROTECTED]> wrote: > I'm behind a proxy. I'm trying to config Android Emulator so that it > can browse the web. > > This is what I have tried: > > [code] > > > adb she

[android-beginners] J2ME apps for Android

2008-10-20 Thread drew
Hey All, Since Android is Java based, it would be great to be able to use all of the Java mobile apps written for Blackberrys and the like. Is there any chance a JAD distributed application can be made to install on an Android device? Perhaps an installer can be built to automatically convert t

[android-beginners] Re: WiFi Ad-hoc networks in android??

2008-10-20 Thread Adrian Martinez
On Sat, Oct 18, 2008 at 5:24 PM, corjuela <[EMAIL PROTECTED]> wrote: > > I'm new in android and i'm interested in developing an application > which involve a wifi ad-hoc network created by the app. itself. Can > anyone tell me if it is possible? and more important . how? ;-) > Thanks > > > >

[android-beginners] T-Mobile G1

2008-10-20 Thread G1AndroidOwner
I have the G1 and it is amazing so far. I have run into that same problem. Programs in the market place install automatically, but programs downloaded directly do not. I am trying to figure out how to install them. Looking for any help. I did not experiment with the emulator first, so don't k

[android-beginners] 1.0r1 Position set but map does not show up

2008-10-20 Thread MDP-Project
Hi, downloaded the Android SDK 1.0r1 Win and started the emulator - via telnet I've set the geo position (geo fix ...) then I click to show my position (and zoom into it) but the map does not show up on the emulator. Using Vista Ultimate, Eclipse 3.4 and java version "1.6.0_07" Java(TM) SE Runti

[android-beginners] how to keep touch event

2008-10-20 Thread TheEarthquakE
Hi I have a question in touch event. When I use onTouchEvenT() method, It responses for the touch. (but One time) But when I push and move at the screen ,OnTouchEvenT() doesn't response at all I don't know how I can catch the this event in my code Is there anyone who can explain this ? --~--~--