hi
anyone have program to get input from the user
regards
--~--~-~--~~~---~--~~
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 unsubscr
Hi,
You can get the basics from code.google.com/android and lot of
websites for android are there like
anddev.org
androidguys.com
helloandroid.com etc..
in all these lot of examples are there and try API demos too.. by
doing all these you will get a fair amount of knowledge..
Thanks
On Wed, O
Ankit Dass wrote:
> Hi,
> I started looking at Andriod last week and am really interested in
> developing some apps. I was wondering if there are any books
> recommended to start with or are google examples and code the best
> place to start?
I link to a few from my Android programming Knol:
htt
Hello,
I am trying to simulate gps on android sdk3.1.
I downloaded the google map and saved as kml file. But my location manager
crashes on get latitude function. IS there any other way to do this or other
resources available
--~--~-~--~~~---~--~~
You r
Andrex wrote:
> Yeah I still can't get it. :( Can you give me another example, or
> source code?
Well, the guy who wrote the blog post over on AndroidGuys also wrote a
book, and the source code for that is available for download off of:
http://commonsware.com/Android/
(look for the Source Code
I am considering making a small application which can be used online
on web as well as offline locally on the Android phone. Is it (or will
it be in future) possible to run a web application locally on Android?
- GWT application?
- Servlet/JSP application?
... or will I have to develop an Android
For those that may want to take a pure web application approach to
making something that works well on Android's browser, note that the
iPhone web app framework called iUI seems to work perfectly well on
Android. iUI is a library of javascript and CSS that allows you to
quickly make apps that wor
Same problem here
On Oct 20, 11:26 pm, "Adrian Martinez" <[EMAIL PROTECTED]> wrote:
> 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
--~--~-~--~~~---~--~--
so, posts critical of this dev env don't show up
nice control there google
--~--~-~--~~~---~--~~
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@googlegro
Hi,
I started looking at Andriod last week and am really interested in
developing some apps. I was wondering if there are any books
recommended to start with or are google examples and code the best
place to start?
Any recommendations appreciated.
Thanks
--~--~-~--~~~
Hi All,
If I were able to get an unlocked TMobile G1 (not from TMobile
themselves), would I be able to access the internet from it? I know I
wouldn't be able to get on the TMobile network, but I'm wondering if
I'd be able to use the WiFi to access my wireless LAN. I'm doing a
proof-of-concept app
Hi all,
Sorry that I'm a very beginner, and now being stucked to the following problem:
When I use adb on the command line to install my newly-created application,
the error occurs:
~~~
\> adb install MyApp.apk
error: write failure during connecti
hello! I apologize for my english grammar...
I have one question, since I am nokia user (NOKIA N73) and I am not very
satisfied with symbian, and G_android is full featured OS for mobile phones,
I am asking if it's possible to install google android on N73 NOKIA...,
and if not, will there ever be a
Wow, impressive.
I follow the instructions to add android to eclipse and I paste the
URL the way the instructions say to and I get a message like "NO
repository found at this URL"
Great way to introduce a developer to your dev environ.
Good job!
--~--~-~--~~~---~-
Yeah I still can't get it. :( Can you give me another example, or
source code?
On Oct 21, 4:17 pm, "Sunit Katkar" <[EMAIL PROTECTED]> wrote:
> That example has one tab added via XML and then more are added. I feel that
> example gives you a good enough idea on how to go about using the Tab
> widg
The reason is pretty simple. The Canvas handed to you by the system is
modified as the views are being drawn (each ViewGroup applis a
translation.) By the time you get the Canvas, what you think are
coordinates 0,0 are not. Therefore, you were drawing outside of your
bitmap. Worst of all, you were
That worked!
Could you explain why that worked, but the original code didn't?
I had extended Drawable (not a View) and overridden its draw method.
Here is the code that works:
public void draw(Canvas canvas) {
if (bitmap != null) {
canvas.drawBitm
Jeff wrote:
> Does anyone know of a working 1.0 database samples. I have been
> looking and trying different things and most seam to have problems.
The NotePad example in the SDK should be up to date and working.
--
Mark Murphy (a Commons Guy)
http://commonsware.com
Android Training on the Ra
Does anyone know of a working 1.0 database samples. I have been
looking and trying different things and most seam to have problems.
thanks
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To
Sunit,
Thanks for pointing me in the right direction.
Alex
On Oct 21, 12:51 pm, "Sunit Katkar" <[EMAIL PROTECTED]> wrote:
> In Eclipse switch to the DEBUG perspective. Then in the LogCat view provided
> by Android, you will see your System.out.println statements.
> Try to use the Log facility o
And... Here is the jackpot (or at least large part of it):
http://android.kernel.org/?p=platform/dalvik.git;a=tree;f=docs;h=f2fb051b2c110fc536a21d8c43f1cd0726294e27;hb=HEAD
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Googl
OK, after many painstaking hours of importing just enough source code
from Open JDK (and resolving broken references) there are no source
errors left in my Eclipse project, but now I get the following error
message:
Attempt to include a core
VM class in something other than a core library.
It
That example has one tab added via XML and then more are added. I feel that
example gives you a good enough idea on how to go about using the Tab
widgets.
Try it and let me know if you still cannot get it. I can whip up some
example code and post.
- Sunit
On Tue, Oct 21, 2008 at 12:50 PM, Andrex
Ah, that's more about adding Tabs dynamically than preprogramming them
in from the start using XML.
On Oct 21, 1:59 am, "Sunit Katkar" <[EMAIL PROTECTED]> wrote:
> Here is an example -http://androidguys.com/?p=650
>
> On Mon, Oct 20, 2008 at 10:05 PM, Andrex <[EMAIL PROTECTED]> wrote:
>
> > I'm h
In Eclipse switch to the DEBUG perspective. Then in the LogCat view provided
by Android, you will see your System.out.println statements.
Try to use the Log facility of Android SDK, so that you can filter out your
statements and just view them in the LogCat.
- Sunit
On Tue, Oct 21, 2008 at 9:01 AM
Hello,
Simple question I cannot figure out. Where is system.out.print output
sent?
I use Eclipse. It does not appear to be sent to the console, and
(certainly) not to DDMS.
I am stumped.
Thanks.
Alex Donnini
--~--~-~--~~~---~--~~
You received this message becau
Hi,
would anyone have any tip on how I could distinguish between a
clockwise and a counter clockwise fling event?
So far I've been using just velocityX and velocityY which just gives
me the idea of the direction.
I think I could retrieve the absolute position of the ACTION_DOWN
event and likewise
For signing apps, you can go through the Java Tutorial security
section.
http://java.sun.com/docs/books/tutorial/security/index.html
- Juan
On Oct 21, 12:46 am, marstein <[EMAIL PROTECTED]> wrote:
> I want to jump on the bandwagon. I would very much like to see:
>
> * instructions how to set u
All the apps will be in Android Market.
- Juan T.
On Oct 20, 9:57 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?
--~--~-~--~~~---~--~
androidian wrote:
> 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
On Oct 20, 7:49 pm, Mark Murphy <[EMAIL PROTECTED]> wrote:
> 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.
>
The interf
31 matches
Mail list logo