[android-developers] Forced Close for Googles Notepad Exercise 2

2012-04-29 Thread Marcus Maximus
Hey guys, i am doing that http://developer.android.com/resources/tutorials/notepad/notepad-ex2.html. But when I want to run it on Android 2.2 emulator I get an error: Here is the log file: 04-29 19:58:24.561: I/Process(336): Sending signal. PID: 336 SIG: 9 04-29 19:58:28.651:

[android-developers] Import Project form excisting source

2012-04-29 Thread Marcus Maximus
Hey guys, I want to import the soultion Projects from that source: developer.android.com/resources/tutorials/notepad/codelab/ NotepadCodeLab.zip into my eclipse. So I am doing: File- New- Android Project and then create project from existing source and then I just pick the for example notepads2

[android-developers] Sending POST data in Android to a database?

2012-04-23 Thread Marcus Maximus
Hey guys, I want to send android post data(with a servlet) to a database(in fact google app engines db) How can I submit data from the phone to the database(for example: locationbased data...)? greetings and thx in advance -- You received this message because you are subscribed to the Google

[android-developers] Project contains Errors - for new created file

2012-04-02 Thread Marcus Maximus
Hey guys, I am trying to create my first android project and when I want to compile the newly created file, eclipse gives me an error message. here is a picture of that: http://www.pic-upload.de/view-13539041/Unbenannt.jpg.html why is that and how can I fix that? greetings and thx in advance

[android-developers] Android USB Host and ISOC (Isochronus)

2012-01-20 Thread Marius Maximus
I found this USB Host API at page http://developer.android.com/guide/topics/usb/host.html android.hardware.usb.UsbRequest A class representing USB request packet. This can be used for both reading and writing data to or from a UsbDeviceConnection. UsbRequests can be used to transfer data on bulk

[android-developers] Rotatating image.

2011-09-30 Thread Maximus
Good day, I have been trying to rotate an image. I set onTouchListenerListener but there is a problem on my zoom and rotate, else if(mode==ZOOM){ float newDist=spacing(event); Log.d(TAG,newDist=+newDist);

[android-developers] Re: Create Thread notation question

2009-01-08 Thread maximus
Hi Steve.. I m a android beginner and started with the same book suggested here...i.e. Android Essentials. R u still continuing with same book or got a better one?? -- On Nov 24 2008, 6:25 pm, steve_macleod steven_macl...@hotmail.com wrote: Hi, First post here, so hello everyone! I am