[android-beginners] Re: Error in the project, unable to track

2009-10-16 Thread Yusuf Saib (T-Mobile USA)
You may see a tab near the bottom of Eclipse that called Problems. Click on that and see what it says. Also, in some cases Eclipse complains that you haven't auto-generated some files yet, such that if you run the application, it generates them and is happy. So try to run your app and see if it

[android-beginners] Re: 2 O/S on same mobile?

2009-10-16 Thread Yusuf Saib (T-Mobile USA)
I'm not aware of an Android port to that hardware. In general, to port an OS to a hardware platform, you need drivers for that hardware which are compatible with your OS. I'm guessing there are no Android drivers for the neotouch/F1/s200, but I could be wrong. As for running two operating

[android-beginners] Re: How to make a child activity?

2009-10-15 Thread Yusuf Saib (T-Mobile USA)
If you are more specific about what the 3+ buttons are supposed to do, we may be able to suggest alternatives. To answer your question, setContentView is needed with ActivityGroup. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of

[android-beginners] Re: Can we develop android apps in C or C++?

2009-10-13 Thread Yusuf Saib (T-Mobile USA)
http://developer.android.com/sdk/ndk/1.5_r1/index.html#overview Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Oct

[android-beginners] Re: Host is unresolved

2009-10-12 Thread Yusuf Saib (T-Mobile USA)
This means Android could not find the host you told it to connect to. Can you connect to that host with the browser? Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not

[android-beginners] Re: Doubt

2009-10-07 Thread Yusuf Saib (T-Mobile USA)
I can't resist these kind of questions. Some day when I'm a superhero and my nemesis fails to lure me into his arctic lair with offers of riches or maidens, he will ensnare me with a challenge to code a solution to a puzzle. 0. Represent the parking lot as a grid. Each node is either part of a

[android-beginners] Re: Multi-User Logins on Android?

2009-10-06 Thread Yusuf Saib (T-Mobile USA)
Android does not support that, sorry. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Oct 5, 5:38 pm, ClarkBattle

[android-beginners] Re: Emulator file transfer

2009-10-06 Thread Yusuf Saib (T-Mobile USA)
http://developer.android.com/guide/developing/tools/emulator.html#copying Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc.

[android-beginners] Re: DEVELOPMENT CLIENT FOR WEB-SERVICES ON ANDROID

2009-10-06 Thread Yusuf Saib (T-Mobile USA)
Are you required to use a particular type of web service, like SOAP or REST? If it's SOAP as you mentioned, this fellow had useful and mercifully brief writeup: http://groups.google.com/group/android-developers/browse_thread/thread/9b246db7d612a6b5 Yusuf Saib Android ·T· · ·Mobile· stick

[android-beginners] Re: A new Android language?

2009-10-05 Thread Yusuf Saib (T-Mobile USA)
If you wish to write C/C++ programs on Android, Mr. Kulkarni's new language (which does sound like a neat project) may not help you. I recommend you look at the Android NDK: http://developer.android.com/sdk/ndk/1.6_r1/index.html#overview Yusuf Saib Android ·T· · ·Mobile· stick together The

[android-beginners] Re: How to receive an incoming call programmatically?

2009-10-05 Thread Yusuf Saib (T-Mobile USA)
Sorry, no. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Oct 2, 10:47 pm, Nemat nemate...@gmail.com wrote: I mean

[android-beginners] Re: Ode to the tmobile g1 serial port

2009-10-05 Thread Yusuf Saib (T-Mobile USA)
Pritee tarry not for to gamble thither. On Oct 2, 6:33 pm, Mark Murphy mmur...@commonsware.com wrote: I love thee tmobile g1 serial port, let me count the ways: 1.  I made a serial cable to thee that works with your serial debugger I was told to get access to the serial port for my own

[android-beginners] Re: Alarm Triggering Notification

2009-10-05 Thread Yusuf Saib (T-Mobile USA)
There is a demo app, for which this is the documentation: http://developer.android.com/guide/samples/ApiDemos/src/com/example/android/apis/app/StatusBarNotifications.html Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author

[android-beginners] Re: downloading latest SDK

2009-10-02 Thread Yusuf Saib (T-Mobile USA)
Yes, you have to click the checkbox at the bottom to accept before clicking the download button. Are you unable to go to the bottom of the web page? Which browser are you using? Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the

[android-beginners] Re: Trajectory Calculator

2009-10-01 Thread Yusuf Saib (T-Mobile USA)
On Sep 30, 12:11 am, Yusuf Saib (T-Mobile USA) yusuf.s...@t- Mobile.com wrote: There's more than one Golf app. Golfzilla is one:http://asia.cnet.com/crave/2008/07/08/google-maps-android-golf-golfzi... You can find elevation from the GPS, windspeed would have to come from a weather web

[android-beginners] Re: Help

2009-10-01 Thread Yusuf Saib (T-Mobile USA)
Anything you can do in XML, you can do programmatically. The TextView and Button documentation show both. Search the following link for Related Method. http://developer.android.com/reference/android/widget/TextView.html You can also set the attributes in their constructors:

[android-beginners] Re: C/C++ Compiler on Android

2009-10-01 Thread Yusuf Saib (T-Mobile USA)
I am not aware of one already developed for Android, but in theory if you have a C-compiler written in C, then you could run that on Android to compile code on the phone. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author

[android-beginners] Re: Open Source Android Apps

2009-09-30 Thread Yusuf Saib (T-Mobile USA)
There are a number of ways people can collaborate on developing open- source apps. Sourceforge and Google Project Hosting are two popular ones. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual

[android-beginners] Re: How can I prevent the background from fading out when I show a dialog?

2009-09-30 Thread Yusuf Saib (T-Mobile USA)
Fading the background is what dialogs do by default, and there is no way to tell the dialog not to. To display a dialog on top of a picture without it fading, I recommend making your own dialog class based on the Android one. Yusuf Saib Android ·T· · ·Mobile· stick together The views,

[android-beginners] Re: Pushing application from foregound to background

2009-09-29 Thread Yusuf Saib (T-Mobile USA)
It depends on what you mean by background. If you want the Activity to disappear and not to anything until next time, save your state and call finish(). OTOH, if you want it to continue doing something in the background, you can run a Service as part of your app. Yusuf Saib Android ·T· ·

[android-beginners] Re: Run the same applications that are running J2ME

2009-09-29 Thread Yusuf Saib (T-Mobile USA)
There are a number of efforts in bridging J2ME-Android. These links may be of use, although I've not tried them out: http://www.netmite.com/android/ http://www.assembla.com/wiki/show/j2ab http://microemu.blogspot.com/2008/11/running-java-me-applications-on-android.html Yusuf Saib Android ·T·

[android-beginners] Re: Golf App for Android

2009-09-29 Thread Yusuf Saib (T-Mobile USA)
There's more than one Golf app. Golfzilla is one: http://asia.cnet.com/crave/2008/07/08/google-maps-android-golf-golfzilla/ You can find elevation from the GPS, windspeed would have to come from a weather web service, which in theory you could access programmatically. Yusuf Saib Android ·T· ·

[android-beginners] Re: conference call

2009-09-29 Thread Yusuf Saib (T-Mobile USA)
No AFAIK. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Sep 29, 5:26 am, Nemat nemate...@gmail.com wrote: Hi, is

[android-beginners] Re: Saving calculator result problem

2009-09-28 Thread Yusuf Saib (T-Mobile USA)
txt is declared inside your if (hasChanged) { scope. Then you use it after the corresponding }. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those

[android-beginners] Re: Silently Block SMS

2009-09-18 Thread Yusuf Saib (T-Mobile USA)
You can intercept an SMS thusly: http://mobiforge.com/developing/story/sms-messaging-android Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those

[android-beginners] Re: Routing audio to within the call

2009-09-18 Thread Yusuf Saib (T-Mobile USA)
It is also not supported in the Android SDK API. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Sep 18, 6:32 am,

[android-beginners] Re: Analog clock

2009-09-17 Thread Yusuf Saib (T-Mobile USA)
The Android platform source code has the analog clock source. I would recommend you start there. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those

[android-beginners] Re: Best Game Implementation?

2009-09-17 Thread Yusuf Saib (T-Mobile USA)
For tips on a side-scrolling game, I recommend this video from Google IO: http://code.google.com/events/io/sessions/WritingRealTimeGamesAndroid.html Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their

[android-beginners] Re: Stuck at starting Intent ??

2009-09-16 Thread Yusuf Saib (T-Mobile USA)
In addition to the Console, look at the logcat output, either in Eclipse in a tab near the console, or from the command line by typing adb logcat. It has more info of the type you need to figure out what happened. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and

[android-beginners] Re: How to disable sms notification?

2009-09-15 Thread Yusuf Saib (T-Mobile USA)
If all you want to do is intercept some SMS messages meant for your app, you can do that in Android. One tutorial that explains how is here: http://mobiforge.com/developing/story/sms-messaging-android Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this

[android-beginners] Re: Request helping for writting HTTP Request in Android

2009-09-15 Thread Yusuf Saib (T-Mobile USA)
What problems do you encounter? Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Sep 14, 2:48 am, Carmen Lau

[android-beginners] Re: What's good to start with?

2009-09-15 Thread Yusuf Saib (T-Mobile USA)
There is a tutorial for taking and modifying pictures with a menu here: https://freshbrain.org/group/building-applications-g1-mobile-phone-learning-path Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their

[android-beginners] Re: Accelerometer on different devices

2009-09-15 Thread Yusuf Saib (T-Mobile USA)
That's an interesting question. On the one hand, for a platform to support Android, it should provide accelerometer data in a manner consistent with the spec (max and min values, etc.) On the other hand, different hardware may have slightly different performance, for example with latency or

[android-beginners] Re: change the angle of pixel

2009-09-15 Thread Yusuf Saib (T-Mobile USA)
GY is set on the line that has GY = but not used on the right-hand side of the equation anywhere after that. There is no code that says, for example, B = GY + Y. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in

[android-beginners] Re: Jigsaw Puzzle Game on Android

2009-09-14 Thread Yusuf Saib (T-Mobile USA)
I'm not aware of a 'how to make a jigsaw puzzle on Android' tutorial. There are some tutorials on Java, Android, Android graphics, Android games, etc. I would recommend you familiarize yourself with those subjects, and then you may have some more specific questions that this forum would be happy

[android-beginners] Re: Basic Questions

2009-09-14 Thread Yusuf Saib (T-Mobile USA)
To install applications on android, we need the application to be in the form of an .apk file regardless of what we use to develop it, i.e SDK or NDK. Are there absolutely no other filetypes supported? No. If there are further patches for the android oses which have been already deployed

[android-beginners] Re: onSaveInstanceState question

2009-09-14 Thread Yusuf Saib (T-Mobile USA)
Google root your phone model. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Sep 12, 9:20 am, aamod rao

[android-beginners] Re: getting file from internet

2009-09-14 Thread Yusuf Saib (T-Mobile USA)
Depending on where the file is, you may use the HttpGet class to get it: http://developer.android.com/reference/org/apache/http/client/methods/HttpGet.html File(Uri) may also work: http://developer.android.com/reference/java/io/File.html#File(java.net.URI) Yusuf Saib Android ·T· · ·Mobile·

[android-beginners] Re: question

2009-09-14 Thread Yusuf Saib (T-Mobile USA)
The attributes are listed here: http://developer.android.com/guide/topics/resources/available-resources.html#layoutresources Color is not a Layout attribute. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in

[android-beginners] Re: Virtual keyboard obscures EditText

2009-09-14 Thread Yusuf Saib (T-Mobile USA)
Put your layout in a ScrollView, so that you can scroll to the field in question. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile

[android-beginners] Re: How to access wireless toggle functionality

2009-09-14 Thread Yusuf Saib (T-Mobile USA)
This fellow seems to have code that works: http://www.mail-archive.com/android-beginners@googlegroups.com/msg06083.html Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not

[android-beginners] Re: Running the android emulator, easiest way?

2009-09-14 Thread Yusuf Saib (T-Mobile USA)
If you are using Eclipse, you can run it relatively easily from there. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On

[android-beginners] Re: preventing Activity from destroying

2009-09-11 Thread Yusuf Saib (T-Mobile USA)
There are other ways to make a Service always work even if the phone sleeps; it depends on what your Service does. For example, if the Service's job is to respond to an Activity, then it is awake when the Activity is awake. Or if it responds to a broadcast Intent, ditto. Generally speaking, a

[android-beginners] Re: Adroid on a phone with Windows OS

2009-09-11 Thread Yusuf Saib (T-Mobile USA)
There is a cross-compiler for Android-iPhone, and there is of course the Android emulator on WinXP. But the best way to run Android on WinMo without a virtual machine would be to implement the Android low- level API in WinMo. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions

[android-beginners] Re: Security framework available on android??

2009-09-11 Thread Yusuf Saib (T-Mobile USA)
BouncyCastle is also included in Android, if you're looking for encryption. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA,

[android-beginners] Re: problem in

2009-09-09 Thread Yusuf Saib (T-Mobile USA)
One problem is this mailing list doesn't display your red line. Could you perhaps indicate it with a ? Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily

[android-beginners] Re: [android-beginners]

2009-09-09 Thread Yusuf Saib (T-Mobile USA)
Do you mean run the YouTube app, or do you mean programmatically include a YouTube widget in your own app? Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily

[android-beginners] Re: Dev Phone

2009-09-09 Thread Yusuf Saib (T-Mobile USA)
Any Android phone that you like, although I would recommend you go with a phone offered by a trustworthy carrier that has has a history of Android support. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their

[android-beginners] Re: Okay.... I give up

2009-09-09 Thread Yusuf Saib (T-Mobile USA)
The better part of 12 hours? What is that, like 6 1/2 hours? :) Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Sep 5,

[android-beginners] Re: Adroid on a phone with Windows OS

2009-09-09 Thread Yusuf Saib (T-Mobile USA)
There's always VMware: http://www.youtube.com/watch?v=UNo6pn-dnSQ Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Sep

[android-beginners] Re: install Android Plug-ins for Eclipse on MacOS

2009-09-08 Thread Yusuf Saib (T-Mobile USA)
On a Mac with Galileo, go to Help - Install New Software and then enter https://dl-ssl.google.com/android/eclipse/; in the Work with: text field. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual

[android-beginners] Re: How can I save a ranking info of game ?

2009-09-06 Thread Yusuf Saib (T-Mobile USA)
You don't necessarily need a SQL server, any web app can save rankings. Just submit them from the phone via an HTTP POST, XML-RPC, SOAP or REST (pick whichever you like). On the back end, there are lots of ways to implement a simple server to store and serve the data. Yusuf Saib Android ·T· ·

[android-beginners] Re: Backup your phone ?

2009-09-04 Thread Yusuf Saib (T-Mobile USA)
There are various backup and data-sync applications for Android (such as SugarSync) but none to my knowledge that back up everything. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity,

[android-beginners] Re: Want to graduate from android-beginners to android-developers

2009-09-02 Thread Yusuf Saib (T-Mobile USA)
Q: Perhaps there are some gotcha's in going to a real device? Absofrickinlutely. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile

[android-beginners] Re: problems building android dev environment?

2009-09-01 Thread Yusuf Saib (T-Mobile USA)
There are lots of warnings, but of course it should not have errors. After re-syncing, can you post some of the errors you get? Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do

[android-beginners] Re: Want to graduate from android-beginners to android-developers

2009-09-01 Thread Yusuf Saib (T-Mobile USA)
I installed it and clicked on 25mph. It then popped up something saying submitting sign, press back arrow I looked for the sign on Wikispeedia.org, but either (1) it's not there or (2) I'm too dumb to use Wikispeedia. Does your app do anything else? Like yell at me when I drive too fast? Not

[android-beginners] Re: Voice Encryption

2009-08-31 Thread Yusuf Saib (T-Mobile USA)
And in fact even if the SDK supported it, the hardware on most phones does not. They usually have direct lines from the microphone and speaker to the GSM module. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in

[android-beginners] Re: repo init error

2009-08-31 Thread Yusuf Saib (T-Mobile USA)
I've successfully utilized this forum for repo questions: http://groups.google.com/group/repo-discuss Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent

[android-beginners] Re: Questions (New Posts) rejected?

2009-08-31 Thread Yusuf Saib (T-Mobile USA)
Your Emulator question did appear. For some reason, people don't always see their own posts, but they usually show up quickly. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do

[android-beginners] Re: Android not found

2009-08-31 Thread Yusuf Saib (T-Mobile USA)
Hmm. I'm no UNIX expert, but it sounds like your OS does not consider the current directory (.) as part of the PATH. In any case, you should add the tools directory to your path. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the

[android-beginners] Re: Source not found

2009-08-28 Thread Yusuf Saib (T-Mobile USA)
You may need to add the Tag activity to your AndroidManifest.xml file. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc.

[android-beginners] Re: Development Phone

2009-08-26 Thread Yusuf Saib (T-Mobile USA)
, 2009 at 6:20 PM, Yusuf Saib (T-Mobile USA) yusuf.s...@t-mobile.com wrote: If you just want to write applications and run them on your phone, any Android phone will do. If you want to modify the OS on the phone, then you need either an official development phone or hack a non-dev phone

[android-beginners] Re: what is the fast way to save/load string from/in an array?

2009-08-25 Thread Yusuf Saib (T-Mobile USA)
Can you post the code that takes a long time? How long does it take, for how many strings? Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of

[android-beginners] Re: Cheapest way to acquire a development phone?

2009-08-25 Thread Yusuf Saib (T-Mobile USA)
You don't need a development phone to try out apps. Dev phones are for people who want to change the OS. Any Android phone with WiFi but no plan could be used to try out apps. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the

[android-beginners] Re: Development Phone

2009-08-24 Thread Yusuf Saib (T-Mobile USA)
If you just want to write applications and run them on your phone, any Android phone will do. If you want to modify the OS on the phone, then you need either an official development phone or hack a non-dev phone to be a dev phone. Yusuf Saib Android ·T· · ·Mobile· stick together The views,

[android-beginners] Re: Android P2P Options

2009-08-24 Thread Yusuf Saib (T-Mobile USA)
It partially depends on how much and what kind of data you pass. SMS may be the easiest way, in which case you need to programatically send and intercept SMS. One example is here: http://www.androidcompetencycenter.com/2008/12/android-api-sms-handling/ Yusuf Saib Android ·T· · ·Mobile· stick

[android-beginners] Re: how to update a listview

2009-08-21 Thread Yusuf Saib (T-Mobile USA)
What is the adapter class? For an ArrayAdapter, you don't need to call notifyDataSetChanged() unless you called setNotifyOnChange(false). Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual

[android-beginners] Re: 'if' sentences please help

2009-08-21 Thread Yusuf Saib (T-Mobile USA)
This is a Java mistake that is common. By common I mean one I make all the frickin time. You should use String.equals() instead, like if (!codedate.equals(220809)) { If you just use the != operator then the JVM will compare the string pointer addresses, not their values. Yusuf Saib

[android-beginners] Re: Need to implement Android for my website powered in PHP

2009-08-19 Thread Yusuf Saib (T-Mobile USA)
Do you want your website to be hosted on the phone, or do you want to port your website functionality to an Android application, or do you want to access your website from an Android application? Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email

[android-beginners] Re: Operating Systems supported by Android Apps

2009-08-13 Thread Yusuf Saib (T-Mobile USA)
wwsean08 is right, although you may be able to cross-compile if this works as claimed: http://www.xmlvm.org/android/ Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not

[android-beginners] Re: Cached GPS info?

2009-08-13 Thread Yusuf Saib (T-Mobile USA)
One difference between navigation on phones vs dedicated devices like TomTom is that phones don't store the map data locally. So you need a data connection with a phone, either 3G or Wifi. Since WiFi isn't available everywhere, you need 3G to have phone navigation while driving around. Yusuf

[android-beginners] Re: Developer hardware

2009-08-13 Thread Yusuf Saib (T-Mobile USA)
In theory, if you install the SDK, plug in the phone via USB, and type adb devices in the command line, it should detect and list your phone. If so, then you should be able to either adb install or debug directly from Eclipse. Yusuf Saib Android ·T· · ·Mobile· stick together The views,

[android-beginners] Re: hi help me

2009-08-13 Thread Yusuf Saib (T-Mobile USA)
Also http://www.amazon.com/Eats-Shoots-Leaves-Tolerance-Punctuation/dp/1592400876 Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile

[android-beginners] Re: environment woes...

2009-08-12 Thread Yusuf Saib (T-Mobile USA)
In the Eclipse menu under Project there is a Clean item. rm/del also do the trick. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile