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
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
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
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
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
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
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
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
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
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
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
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
>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
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
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,
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
--~--~-~--~~---
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
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
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
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
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
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
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
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
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
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;
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
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
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
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/
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
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
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
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
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
>
> >
>
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
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
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 ?
--~--~--
38 matches
Mail list logo