Gphone.pl, Android, Google, IPhone, Open Social » 2009-04-09

Wiadomości z dnia 2009-04-09

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

HttpClient + Proxy with authentication

I need to use HttpClient in my application. However, the network I'm on when running the emulator has a proxy that requires authentication. How do I configure the emulator to use this proxy with authentication and how do I tell HttpClient to use this? Currently, this is sort of blocking further development as I don't
Informacja: 2009-04-09
Czytaj: HttpClient + Proxy with authentication

Re: [android-developers] HttpClient + Proxy with authentication

emulator -help-http-proxy will tell you how to activate the emulator's transparent proxy feature. Note that this is transparent, i.e. you should not need to tell HttpClient anything special if you activate it. Another note: there is currently a bug in the 1.1 emulator that prevents it to work with certain
Informacja: 2009-04-09
Czytaj: Re: [android-developers] HttpClient + Proxy with authentication

Re: progressDialog

I believe the right way to fire a ProcessDialog is thru a Handler try the following... -- create a Handler and processDialog somewhere before doStuff() private final Handler handler = new Handler(); private ProcessDialog processDialog; -- your doStuff method should look like this void doStuff() {
Informacja: 2009-04-09
Czytaj: Re: progressDialog

Application gets killed "because provider is in dying process"

Hey, After long running the Media|Player (audio mode) the app I'm developing often crashes w/ the following error: Now this one is a real bummer because Android kills the media process _without_ activating my own app's onLowMemory(), which would allow me to do some preemptive memory releasing.
Informacja: 2009-04-09
Czytaj: Application gets killed "because provider is in dying process"

Key dispatching timed out

hi, I am working on an android project where the local and remote image files and their thumbnails are to be displayed. Now i have a problem with displaying the remote images. If i click the back button when the application is connected with the server, It waits for few seconds and forces my application to close. Log has a message "Key dispatching
Informacja: 2009-04-09
Czytaj: Key dispatching timed out

Resetting checkboxes in a dialog with .setMultiChoiceItems()

I'd like to have a dialog box which prompts the user to select from various checkboxes, then confirm "Ok" or "Cancel". I have this working, but my only issue is the dialog always retains the previous checkbox selection state from the last time the dialog was shown. I'd like to always force the checkboxes to be unchecked (false) every
Informacja: 2009-04-09
Czytaj: Resetting checkboxes in a dialog with .setMultiChoiceItems()

Android/G1 video driver

Where can I find G1 video driver source?
Informacja: 2009-04-09
Czytaj: Android/G1 video driver

Nightly Build for Emulator

Hey guys, I'm a lame-o Windows developer trying to do some Browser specific development targeting Android. I'm having some funny issues with my G1 and my older emulator (WebKit CSS/Layout, etc). I was wondering if any of you Linux guys out there might be so kind as to give me a compiled image of the latest nightly build? I believe I need three files out of
Informacja: 2009-04-09
Czytaj: Nightly Build for Emulator

Removing the default interpolator for xml based animation effects for views

When ever I try to animate a view using a simple xml based animation, it seems to have default interpolator set of some kind as the motion is not truly linear. Is there a way to set the default animation interpolator to linear and remove the lag in the start/end of the animation.
Informacja: 2009-04-09
Czytaj: Removing the default interpolator for xml based animation effects for views

Bind Service between different APKs

*All*, How to bind a client to service if they are in different applications? I have a simple service running in a specific .apk and try to access it from OTHER .apk. I already declared permission in both manifest.xml: *Service*: <service android:name=".AdderServiceImp l" android:permission="* mypackage.MY_SERVICE*" />
Informacja: 2009-04-09
Czytaj: Bind Service between different APKs

Re: [android-developers] Nightly Build for Emulator

There are no nightly builds at present that I am aware of. It's something I and some others are working on. Watch this space for announcements.
Informacja: 2009-04-09
Czytaj: Re: [android-developers] Nightly Build for Emulator

Re: [android-developers] Android/G1 video driver

If you are referring to the accelerated OpenGL ES shared library used by the system on G1 / ADP1 devices, its source is not available, it's a proprietary binary blob. There is however a software-only OpenGL ES implementation that is part of the system (and is used when you run in the emulator), released under the
Informacja: 2009-04-09
Czytaj: Re: [android-developers] Android/G1 video driver

Re: [android-developers] Re: Android/G1 video driver

2009/4/9 yarik...@gmail.com <yarik...@gmail.com> ah, I don't know the answer to this, but you should ask on android-porting instead, since this is a forum for application developers.
Informacja: 2009-04-09
Czytaj: Re: [android-developers] Re: Android/G1 video driver

Re: Android/G1 video driver

Thanks! This likely answers the problem i saw with calling GL11Ext.glDrawTexiOES as well. It behaves differently (quite differently) on the emulator than on an actual phone (G1)
Informacja: 2009-04-09
Czytaj: Re: Android/G1 video driver

Re: Key dispatching timed out

How are you downloading your images? Are you doing this in your main message-thread? (e.g. in a onSomethingSomething(...) method?) If so, this causes your problem. Start a new thread. Have this thread download your image when necessary. When you thread is done, have it post back to the main message-thread
Informacja: 2009-04-09
Czytaj: Re: Key dispatching timed out

Re: [android-developers] Help required in using postInvalidate()

You have to draw the background every time. -- Romain Guy Android framework engineer romain...@android.com Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them
Informacja: 2009-04-09
Czytaj: Re: [android-developers] Help required in using postInvalidate()

[android-developers] Ultra-Competitive FireWallet supporters

Somebody named "Peter", who has a comment on the FireWallet finance application review page on the Android Market that says something like this "Firewallet is the greatest program ever, the best finance program, and the best application period, for Android.." 5 STARS, went on a competing finance application (BudgetProt) review site and wrote "Firewallet is way way better" 2 STARS!!!
Informacja: 2009-04-09
Czytaj: [android-developers] Ultra-Competitive FireWallet supporters

can replace default dialer?

I want to verify something.. I already did some app tests but I am coming to the conclusion that I can nnto as non root replace the default dialer like one might replace the HomeScreen. is this assumption correct?
Informacja: 2009-04-09
Czytaj: can replace default dialer?

Re: Nightly Build for Emulator

Hey Al, Sorry to bother you about this, but when I installed your package, I can't seem to get any network access. When I used the regular emulators, I get 3G without problem, but your dist seems to say no connection. Any ideas? Thanks! E
Informacja: 2009-04-09
Czytaj: Re: Nightly Build for Emulator

Re: [android-developers] can replace default dialer?

You can replace the entire "dialtacts" activity. You can't replace just one tab in it. This is regardless of whether you are running as root. -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to
Informacja: 2009-04-09
Czytaj: Re: [android-developers] can replace default dialer?

Re: [android-developers] Application gets killed "because provider is in dying process"

You can avoid this by not holding an open cursor on the media content provider. The onLowMemory() thing is not for this purpose. In fact this may not have anything to do with memory at all -- if a process you have a cursor on crashes for whatever reason, your process needs to be killed as well.
Informacja: 2009-04-09
Czytaj: Re: [android-developers] Application gets killed "because provider is in dying process"

RE: [android-developers] Ultra-Competitive FireWallet supporters

I've had a few instances like this. I tend to mark the comment as spam and hope for the best. At the end of the day with they may really think their app is 2.5 times better, and with the way market works you can only hope real users who like your app will chip in with votes. Al. ---
Informacja: 2009-04-09
Czytaj: RE: [android-developers] Ultra-Competitive FireWallet supporters

RE: [android-developers] Re: Nightly Build for Emulator

Network connectivity is currently broken in the SDKs. Once Google release a fix I'll be rolling a new build. Al. --- * Written an Android App? - List it at [link] * ====== Funky Android Limited is registered in England & Wales with the company number 6741909. The registered head office is Kemp House,
Informacja: 2009-04-09
Czytaj: RE: [android-developers] Re: Nightly Build for Emulator

How to launch a viewer for common file types?

Is there a way to launch a viewer for common file types like TXT, DOC, XLS, PDF from within an app, like Gmail does. Maybe a Google Docs api to pass the file to GD and have it open in the browser?
Informacja: 2009-04-09
Czytaj: How to launch a viewer for common file types?

Re: [android-developers] How to launch a viewer for common file types?

If there is a component registered that recognizes the MIME type, you can use startActivity(). So, for example, one hopes that DataViz' Documents to Go is set up to handle ACTION_VIEW or ACTION_EDIT Intents on whatever the Microsoft document MIME types are, so apps (like email clients) can ask Android to
Informacja: 2009-04-09
Czytaj: Re: [android-developers] How to launch a viewer for common file types?

Wyszukiwarki informacji o systemie Android

Autor wpisu: Paweł , tekst pochodzi ze strony: SimBlog.pl Niedawno pisałem o programie Mobile Stickies , opracowanym przez polskiego dewelopera gsmdev . Na witrynie producenta można również znaleźć wyszukiwarkę informacji o systemie Google Android . Czytaj dalej
Informacja: 2009-04-09
Czytaj: Wyszukiwarki informacji o systemie Android

eCube Systems releases NXTera High Performance RPC Middleware for Ingres

With Ingres Database 9.2, eCube
Informacja: 2009-04-09
Czytaj: eCube Systems releases NXTera High Performance RPC Middleware for Ingres

[Google App Engine] Google releases early look for Java Support

In a previous post i had written about the Java support coming to Google App Engine , today, Google released an early look for Java Support.  Google App Engine now provides standard Java APIs and libraries, enabling Java developers to work with familiar tools and frameworks, as well as deploy their apps to any standard J2EE servlet container. App Engine
Informacja: 2009-04-09
Czytaj: [Google App Engine] Google releases early look for Java Support

Customizing OBIEE Dashboard Banners

One of the requirements regarding OBIEE dashboards often is to replace the default dashboard graphics and bring it in line with the
Informacja: 2009-04-09
Czytaj: Customizing OBIEE Dashboard Banners

IT Job Opportunity in Salt Lake City

The Church of Jesus Christ of Latter-day Saints has an urgent need for temple worthy church members who are experienced Software Quality Engineers. This position will use software quality assurance to assist in the missionary efforts of the Church. The ICS department works on very wide range of applications that affect the global business and mission of the Church. They work in a fast-paced, agile, cutting-edge work environment with competitive salaries and excellent benefits. Our QA Engin
Informacja: 2009-04-09
Czytaj: IT Job Opportunity in Salt Lake City
Strony: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 »

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