Warning: Invalid argument supplied for foreach() in /homez.46/telewizj/www/gphone.pl/przegladprasy/inc/rss2base.php5 on line 23
Usenet » Gphone.pl, Android, Google, IPhone, Open Social
Gphone.pl, Android, Google, IPhone, Open Social » Usenet

Wiadomości ze źródła Usenet

Sortuj wiadomości według: Nazwy | Daty | Losowo

Re: What is wrong with the Bitmap Decoder?

Sorry, I meant to say I think this should actually *not* cause a problem. Cheers, Justin Android Team @ Google On Aug 15, 5:03 pm, "Justin (Google Employee)" <j...@google.com> wrote:
Informacja: 2008-08-17

Development in XP or Vista.

Can i Develop Android Applications on Windows xp?
Informacja: 2009-02-28

How to build test project from command line?

Hi all, I have created an Android Test Project using the Eclipse ADT plugin. It works fine, but I need to be able to compile the project from the command line so I can kick off nightly builds from a script. I checked the project folder and it does not contain "build.xml", unlike a regular Android Project, so I cannot just do "ant debug".
Informacja: 2010-02-14

about SimpleCursorTreeAdapter

how to use SimpleCursorTreeAdapter? when I new a SimpleCursorTreeAdapter,there was an error"Cannot instantiate the SimpleCursorTreeAdapter" in elipse,I don't know why
Informacja: 2008-04-16

pre-portability number being returned from telephony manager

I tried to search around a bit but this is all I could find... [link] it seems that telephony manager is not in sync with the network after I ported my number, is there any way to find out the real endpoint for
Informacja: 2008-11-28

Re: using android:imeOptions in Android 1.1

Thanks Dianne, If the code is compiled against 1.5, and doesn't use any other 1.5 API, would the apk work on 1.1 devices?
Informacja: 2009-05-12

Re: -Help- Something happened to my SDK - Resources wont load

Hi, It is not easy to 'damage' R.java file. Do you see error (exc. mark) on your png file in res folder? Did you make sure that your filename is correct? (no CAPITAL for example, even in file extension). You can also try deleting file from res folder, right click and refresh folder and than import your file again.
Informacja: 2009-01-06

Re: imagebutton pressed image not showing ?

Thank you very much! They should fix this in the Android Developers Reference...
Informacja: 2010-02-18

Re: List of private / hidden / system APIs?

On Android, All apps are created equal but some are equal than others... You can replicate most of the functionality of the built in apps by using internal classes, that do not ship as part of the SDK. The only exception I've found is that some classes require you to have the same process id and signature as the internal apps. You'll need
Informacja: 2009-03-14

Adding an IP address for a local host

How can we add an IP address for a "hostname" in the android environment? Also, how can we import a security certificate into the environment? Thanks for your attention... -Abhijit
Informacja: 2008-10-03

Re: EditText box of emulator cannot type in these characters

After reboot emulator, I confirm the inability to type in characters '<' and '>' in EditText. Is it a bug or intented disallowance???
Informacja: 2008-09-14

start SMS activity on the same way as making a call via intents

Hi! With the following code I can make a call to a specific number with Androids built-in Phone application: Intent i = new Intent("android.intent.action. CALL", Uri.parse("tel:" + phonenumber)); startActivity(i); Is there anyway I can do the same to start the SMS application? I mean start the activity where you can write an SMS with the phonenumber
Informacja: 2008-10-14

Re: Rotate Activity screen

Tim, You might want to read the series of articles Mr. Mark Murphy posted here: [link] Hope that helps.
Informacja: 2010-03-27

Re: [android-developers] Saving a bitmap

Bitmap.compress(...) This will write the bitmap to an OutputStream, compressed as either JPEG or PNG
Informacja: 2008-09-19

Windows ADB Driver?

For some reason I'm not able to connect to my G1 android device using windows xp. I can connect fine with linux (ubuntu), however when connecting to a windows machine I receive "USB Device not recognized". I've looked at the documentation here; [link]
Informacja: 2008-10-31

Re: [android-beginners] Re: Using the Log class

Zach, If you are stepping through your program and it crashes, then it has crashed on the line you are on. Or, you can just debug, let run to crash, and read the call stack. Look at the top of the stack. This is where it crashed. If it's not your code, then check for layout/xml problems. Check out Eclipse's excellent debugger tutorials (videos included!)
Informacja: 2008-10-04

Re: [android-developers] Android 2d Shooter Game AirAttack Follow My Blog!

Open Source
Informacja: 2009-05-10

Null Pointer Exception when using a button to change layouts

I am new to android development, experienced with Java. I am trying, basically, to play around with OnClick events, using a button click to change Layouts. I started by making two .xml files in my Layouts folder of the project and just setting setContentView to the first xml in onCreate and to the other xml in onClick. Through some searching I
Informacja: 2010-02-10

Conversion to Dalvik format failed - error

hi friends, we are building an app that uses the current location(latitude and longitude) .This app fetches the records i.e places of interest along with lat and long from db ,we need to calculate distance and display 100 nearest records.After goggling i found a link from stackoverflow pointing to use org.sqlite.Function.create to declare a
Informacja: 2010-03-27

Re: BroadcastReceiver not able to receive events

I tried doing this dynamically in onCreate of my activity class. SDCardBroadcastReceiver myReceiver = new SDCardBroadcastReceiver(); IntentFilter filter = new IntentFilter (Intent.ACTION_MEDIA_MOUNTED); filter.addAction(Intent.ACTION _MEDIA_UNMOUNTED); registerReceiver(myReceiver, filter);
Informacja: 2009-06-16

wlan_loader service

The intention is to use a custom wifi driver on a dev platform running Android. To test this I did following steps. boot linux Mount Android Filesystem run Android init. Through serial console issue following commands 1. insmod file.ko 2. wlan_loader 3. ifconfig wlan0 up scan and assoc.. This works..
Informacja: 2008-12-16

Re: sdk doesn't contain images of ui things?

Yeah, there's no WYSIWYG XML layout editor yet. It was the first thing that I looked for after a Hello World. I'm hopeful that one will come along before too long. It'd also be helpful to have a rich demo app in the style of the SwingSet example that comes with the Java/Swing libraries ([link]).
Informacja: 2012-03-28

Error stack trace in eclipse

Hi All, I am very new to android development. i have installed the android plug in with eclipse.. when i am running a android application in eclipse i dont know where i have to find the error messages in eclipse.i have added the LogCat window and Console windows(DDMS and Android) but i didint find any error stack trace in these windows.
Informacja: 2009-06-04

OS mobile development conference invitation

FOSSLC <[link]> & FOSS Factory <[link]>cordially invite you to attend a free mini-workshop about open source software development on the mobile platform. Experts in their fields, speakers will introduce the applications they have developed and will give mini-tutorials about how to develop modest
Informacja: 2009-01-13

Re: Recorder Sound

In the SoundRecordingDemo, i think it works well, but after i record, i enter to the Music/Playlists to playback what I have had record, the Simulator says that it can't play this format (.3gpp). What can i do now to solve this problem?
Informacja: 2008-09-21

Stronę wygenerowano w 0.1 sek. | Forum, programowanie | Gphone, platforma Google Android | Gabinet stomatologiczny Wrocław