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

Wiadomości z dnia 2009-04-10

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

Re: Using GDATA from within Android for calendar access?

Does your AndroidManifest.xml mention that your app needs internet access? If you don't then you would get an exception when you do anything that tries to use the internet. Look up permissions if you don't know what I'm referring to. From the looks of it you just had eclipse fill in an auto generated
Informacja: 2009-04-10
Czytaj: Re: Using GDATA from within Android for calendar access?

Re: When will google post official cupcake SDK

When is Google planning on distributing an SDK that does not have such a bug?
Informacja: 2009-04-10
Czytaj: Re: When will google post official cupcake SDK

Re: [android-beginners] Get list from Website ( PHP , MySQL , HTTP request , XML )

That tutorial is rather old from the standpoint of Android. Most tutorials written before September 2008 will require some amount of modification to work on current Android SDK editions. That class was removed from the SDK, IIRC. Use a more up-to-date resource! There are many open source Android projects on code.google.com and
Informacja: 2009-04-10
Czytaj: Re: [android-beginners] Get list from Website ( PHP , MySQL , HTTP request , XML )

Re: [android-beginners] How to change the background color of an element in a list ?

You will need to make some changes to your Adapter to accomplish this. If it is ArrayAdapter, you will probably want to override getView(). I have a long series of dated, poorly-formatted blog posts on this: [link] If it is SimpleCursorAdapter, you can either override bindView() or
Informacja: 2009-04-10
Czytaj: Re: [android-beginners] How to change the background color of an element in a list ?

Re: [android-beginners] how to connect Android with Sqlite3.

haiii i will send some code for go thro in that and make the one object of that one in u r activity class and use this... import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.SQLException; import android.database.sqlite.SQLite Database;
Informacja: 2009-04-10
Czytaj: Re: [android-beginners] how to connect Android with Sqlite3.

Re: [android-beginners] How to: (new) HTTP API

yves wrote: HttpClient is a product of the Apache Foundation. Documentation, including examples, can be found at: [link]. Presumably yes. Presumably yes. Yes.
Informacja: 2009-04-10
Czytaj: Re: [android-beginners] How to: (new) HTTP API

Re: [android-beginners] Install Android on a LapTop

That would probably be a question for whoever might be working on porting Android to work on your variety of laptop. You might consider scanning the archives of the [android-porting] Google Group to see if anyone is porting Android to your desired hardware: [link]
Informacja: 2009-04-10
Czytaj: Re: [android-beginners] Install Android on a LapTop

Re: [android-beginners] progressDialog

If i understand correctly, you're showing it and closing it in the same thread and in the same method... That seem wrong to me in event driven development. I would have a piloting thread (like the one which instantiate your activity) that launch your long process IN ANOTHER THREAD, and create the
Informacja: 2009-04-10
Czytaj: Re: [android-beginners] progressDialog

Re: [android-beginners] Re: Change the location of the tab in a TabLayout

I don't think a Gallery would work for what I'm trying to do. I've attached something of a schematic of what I'm trying to do to this reply. Hopefully it attaches fine. It's a crude diagram, but it should convey the intent. In case the image doesn't show up, here's a description: In the default tab view, the tab names and icons show up at the top of the
Informacja: 2009-04-10
Czytaj: Re: [android-beginners] Re: Change the location of the tab in a TabLayout

Re: [android-developers] android.permission.GET_ACCOUNTS

We unfortunately left most of the permission string constants in the SDK, even for ones protecting private APIs. So something being there doesn't mean there is an API for it. -- 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-10
Czytaj: Re: [android-developers] android.permission.GET_ACCOUNTS

Re: [android-developers] Animation on a view doesn't 'stick' in reality

Yes and no. No because you still need to hide the view yourself. Yes because you can just do this: myView.startAnimation(myAnimat ion); myView.setVisibility(View.INVI SIBLE); // or GONE Android will hide the View and run the animation but still draw the View as long as the animation is running.
Informacja: 2009-04-10
Czytaj: Re: [android-developers] Animation on a view doesn't 'stick' in reality

Re: [android-developers] API Demos APK not running.

You may get better answers to your Android porting questions on a discussion list dedicated to Android porting: [link]
Informacja: 2009-04-10
Czytaj: Re: [android-developers] API Demos APK not running.

Re: [android-developers] Are there alternate ways to look up user phone number when TelephonyManager returns null?

Not only does this apparently return null in some cases (like you got), it does not have to necessarily return a valid value. I tried your code, and I get a phone number that I *think* is what I was originally assigned when I bought the G1, before my other T-Mobile number could be ported over. So I am not certain this method is reliable in any case.
Informacja: 2009-04-10
Czytaj: Re: [android-developers] Are there alternate ways to look up user phone number when TelephonyManager returns null?

Re: [android-developers] Conversion to Dalvik format failed with error

You cannot use Java MediaFramework with Android. -- 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-10
Czytaj: Re: [android-developers] Conversion to Dalvik format failed with error

Re: [android-developers] How to deploy and bundle third party dynamic library

Questions regarding using the Android source code are best asked on a discussion list pertaining to the Android source code: [link]
Informacja: 2009-04-10
Czytaj: Re: [android-developers] How to deploy and bundle third party dynamic library

Re: [android-developers] More Than One Instance of Application

It brings the currently running instance to the foreground. -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and
Informacja: 2009-04-10
Czytaj: Re: [android-developers] More Than One Instance of Application

Re: [android-developers] no root access.. how to put file...

Yes, we hate you, and laugh at every pain we can cause. Plus the sdcard provides world read/write access.
Informacja: 2009-04-10
Czytaj: Re: [android-developers] no root access.. how to put file...

Re: [android-developers] Post subject: Store the data in raw folder of res directory

You cannot modify an APK's resources in-place at runtime. You would need to copy the resource out to some other location (e.g., SD card) and modify it there.
Informacja: 2009-04-10
Czytaj: Re: [android-developers] Post subject: Store the data in raw folder of res directory

Re: [android-developers] Re: Calling web services in android

The same way you might do it in "regular" Java: -- Use HttpURLConnection or HttpClient to retrieve the document [link] [link] -- Use DOM or SAX or the XmlPullParser to parse the document [link]
Informacja: 2009-04-10
Czytaj: Re: [android-developers] Re: Calling web services in android

Re: [android-developers] Re: Conversion to Dalvik format failed with error

Hi.... I tried in SDK emulator. Even i have Same problem like yours. Till now i didnt run video on emulator.... Thank You Nithin N V
Informacja: 2009-04-10
Czytaj: Re: [android-developers] Re: Conversion to Dalvik format failed with error

Re: [android-developers] Re: Exception locking surface - lockCanvas() returns a null?

If you want to use the standard 2d APIs, don't use OpenGL. -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and
Informacja: 2009-04-10
Czytaj: Re: [android-developers] Re: Exception locking surface - lockCanvas() returns a null?

Re: [android-developers] Re: list of request codes - their names and values?

That should be in your preferences, though. After all, you're the one asking for the ringtone via the RingtonePreference, right? Just open up your SharedPreferences (PreferenceManager.getDefaultS haredPreferences()) and read out the value. Or use Preference.OnPreferenceChangeL istener to be notified when
Informacja: 2009-04-10
Czytaj: Re: [android-developers] Re: list of request codes - their names and values?

Re: [android-developers] Re: More Than One Instance of Application

I ran into this as well. Try adding this to the Activity tag ... android:launchMode="singleTask " Jason Van Anden [link]
Informacja: 2009-04-10
Czytaj: Re: [android-developers] Re: More Than One Instance of Application

Re: [android-developers] Re: Permissions to install other apps...

That's why apps can't install other apps without the user being involved. I was addressing the first part of the original poster's request, being able to download and run Dalvik code in your own process. In that case the new API will let you do this, though of course you are running the other code as
Informacja: 2009-04-10
Czytaj: Re: [android-developers] Re: Permissions to install other apps...

Re: [android-developers] Re: problems with bitmaps

If you have a reproducible test case, head over to [link] and make it official.
Informacja: 2009-04-10
Czytaj: Re: [android-developers] Re: problems with bitmaps

Re: [android-developers] Re: Stopping all services..

Well, the built-in music player is open source: [link] In principle, you could make a sleep-timer patch and submit it: [link] Admittedly, there is a learning curve for making changes to the source code, more so than with many open source projects, due to the unusual
Informacja: 2009-04-10
Czytaj: Re: [android-developers] Re: Stopping all services..

RE: [android-developers] Re: When will google post official cupcake SDK

When the fix is in the open source repo I'll roll some new SDKs. As for a date for a Google originated SDK, there's no solid commitment to a date as yet. Al. --- * Written an Android App? - List it at [link] * ====== Funky Android Limited is registered in England & Wales with the
Informacja: 2009-04-10
Czytaj: RE: [android-developers] Re: When will google post official cupcake SDK

Re: [android-developers] sample source code for beginner

You are probably not stupid. There are hundreds of blog posts and anddev.org boards with sample source code. It requires a bit of searching to find what you want, though. There are many open source Android projects on code.google.com and github.com. There are several books on Android, at least some of which have their
Informacja: 2009-04-10
Czytaj: Re: [android-developers] sample source code for beginner

Re: [android-developers] showing graph in Application

jj wrote: [link] [link] [link] I am sure there are other graphing/charting components or techniques. And, you can always draw your own on a Canvas.
Informacja: 2009-04-10
Czytaj: Re: [android-developers] showing graph in Application

Re: [android-developers] Stopping all services..

IMHO, that would be a rather significant security issue.
Informacja: 2009-04-10
Czytaj: Re: [android-developers] Stopping all services..

Re: [android-developers] who put an icon in status bar to indicate the mobile network type?

Questions regarding the source code are best asked on lists pertaining to the source code: [link]
Informacja: 2009-04-10
Czytaj: Re: [android-developers] who put an icon in status bar to indicate the mobile network type?

Recenzja wideo The Path. Czy gry to już sztuka?

Autor wpisu: Szymon , tekst pochodzi ze strony: GRRR.pl Jedna z najbardziej tajemniczych gier tego roku - pisze Sławek Serafin z GameCornera o grze The Path . Ttrzeba przyznać, że coś w tym jest. Takie gry dają nam znakomite argumenty do rąk. Może i gry nie są jeszcze sztuką, ale na pewno zaczynają nią bywać. Wychodzimy powoli z masowej papki pełnej wybuchów i kosmitów dochodząc do momentu, w którym można by bez problemu zorganizować wystawę gier artystycznych, zmuszających do my
Informacja: 2009-04-10
Czytaj: Recenzja wideo The Path. Czy gry to już sztuka?

Restoring the active Activity while resuming the application

Hello all, I have two activities running: MainActivity and ChildActivity. Whenever the user clicks in the button in MainActivity, the ChildActivity is launched. What I want to do is this: When the active activity is the ChildActivity and the user clicks the home button then relaunch the application (like opening from the
Informacja: 2009-04-10
Czytaj: Restoring the active Activity while resuming the application

Restoring the active Activity while resuming the application - sent again

Hello all, I have two activities running: MainActivity and ChildActivity. Whenever the user clicks in the button in MainActivity, the ChildActivity is launched. What I want to do is this: When the active activity is the ChildActivity and the user clicks the home button then relaunch the application (like opening from the
Informacja: 2009-04-10
Czytaj: Restoring the active Activity while resuming the application - sent again

Review: LG Arena KM900 S-Class UI touchscreen mobile phone

Many of you will remember this time last week, we were invited to the exclusive launch of the LG Arena KM900 blogger event ( here and here !). It was a great chance to be able to see live for the first time how the latest LG S-Class user interface worked on the new LG Arena - a full touchscreen mobile phone which LG has pitched to be
Informacja: 2009-04-10
Czytaj: Review: LG Arena KM900 S-Class UI touchscreen mobile phone

Rhomobile

Attention Developers! Rhomobile
Informacja: 2009-04-10
Czytaj: Rhomobile

Scarpar Powerboard - terenowa decha ekstremalna

Autor wpisu: Tomek , tekst pochodzi ze strony: Gadżetomania.pl http://gadzetomania.pl Pamiętacie hoverboard - powietrzną deskę na której Marty McFly pomykał w 2 części Back to the Future ? No więc Scarpar Powerboard niestety nie unosi się na poduszcze powietrznej, ale można na niej poszaleć nie gorzej niż na desce Marty
Informacja: 2009-04-10
Czytaj: Scarpar Powerboard - terenowa decha ekstremalna

Scrolling TextView without the dimming effect?

When scrolling in a TextView it has an annoying effect that dims the background while scrolling (touch scrolling). This makes the text very hard to read and difficult for the user to know when to stop scrolling. See RoboTop application in the market to see what I mean. I'm not sure what is causing the dimming effect or how to disable it.
Informacja: 2009-04-10
Czytaj: Scrolling TextView without the dimming effect?

Seeking shipping info for dew phone to Australia

Thinking of purchasing an Android Dev Phone, but can't find any info of the price of shipping to Australia. Not wishing to pay $US25 to join the market place just to find pricing I've been searching the web and discussing it on the local Linux User Group mailing list. So far I've found a couple of posts about Sinapore and the UK on this mailing list
Informacja: 2009-04-10
Czytaj: Seeking shipping info for dew phone to Australia

selling android-games based on Google Maps

Hi, I want to develop an Android-Game, which is going to make use of Google Maps. Can I actually sell that game or has it to be free of any charge? I have read the "Terms and Conditions" of the Google Maps API and that is the reason why I am not sure if I can actually sell my game. My game is not going to make use of any satellite-images. But would
Informacja: 2009-04-10
Czytaj: selling android-games based on Google Maps

Sensor Nets Get Social

Read Write Web reviews on Citysense and WikiCity , iPhone applications that integrate sensor networks with social networks. While Dailywireless wrote about CitySense some 2 years ago , a recent W3C Workshop on the Future of Social Networking , held in Barcelona in January, reviews the trend of sensors mixing with social networks and offers some real-world applications. Both Social Networks and Sensors information can be modeled using Semantic Web technologies, says the pa
Informacja: 2009-04-10
Czytaj: Sensor Nets Get Social

showing graph in Application

Hello I want to display graph(time ver distance) in Activity , how should be this achieved in Android. is there any tut available? Thank you
Informacja: 2009-04-10
Czytaj: showing graph in Application

Software Developer’s Journal - Kwiecie

Kolejny numer Software Developer
Informacja: 2009-04-10
Czytaj: Software Developer’s Journal - Kwiecie

speech bubble like in Google Maps

I'm coding an application wich uses the map. The map shows moving Objects. The direction in which objects are move should be(displayed as arrow) the object-image. so i startet with the implementation of the map view. How can i create objects on the map, which (after klicking on them) are able to show their names and also that specific arrows to jump to
Informacja: 2009-04-10
Czytaj: speech bubble like in Google Maps

Sprint puts a vacation blackout on May -- Palm Pre launch likely?

Well, we're circling in, folks. Hot on the heels of learning that Sprint employees have the Palm Pre in hand for training, there's word from all sides that Sprint has put a vacation blackout on the month of May for retail employees, which would seem to imply that the Pre will be launched sometime in there. We saw similar vacation freezes on AT&T's end for both iPhone launches, and those ended up fairly accurate. We haven't seen this memo personally, or threatened any Sprint employees for
Informacja: 2009-04-10
Czytaj: Sprint puts a vacation blackout on May -- Palm Pre launch likely?

String->Integer Hashmap alternative

Currently, I'm using a hashmap which maps strings to integers. I've read that using a wrapper for a primitive type in a hashmap has extra cost and was wandering if there is an alternative I could use. I've seen sparsearrays in the sdk, but they map ints to objects but I need the opposite. Is there an alternative to hashmap available for this or
Informacja: 2009-04-10
Czytaj: String->Integer Hashmap alternative

Subclassed ImageView does not draw in Gallery View

I am subclassing the ImageView class and adding to the Gallery View. But, nothing seems to get drawn in the expected location; though I can fling through the Gallery list. I added an image from a resource, and it shows up correctly in the Gallery. Any idea on why this may be happening? Here is the code I am using:
Informacja: 2009-04-10
Czytaj: Subclassed ImageView does not draw in Gallery View

T-Mobile announces New York City Launch Event on April 21st

T-Mobile has just recently sent out some email invitations for a launch event on April 21st that will be taking place in New York City. Exciting
Informacja: 2009-04-10
Czytaj: T-Mobile announces New York City Launch Event on April 21st

T-Mobile announcing something in NYC on April 21st

The details are all kinds of sparse, but T-Mobile is sending
Informacja: 2009-04-10
Czytaj: T-Mobile announcing something in NYC on April 21st

T-Mobile G3 revealed

According to GSMarena , the mysterious Android -based Huawei phone first showed off during the MWC 2009 event will in fact be the anticipated T-Mobile G3 . The phone itself has a large touch screen and will include no QWERTY keyboard in its slim design. The device will have 3G support as well as Wi-Fi support and an impressive 5MP camera. The only other known details are that the device will have a 3.5-mm headphone jack, Bluetooth connectivity, and obviously, the latest Android platform.
Informacja: 2009-04-10
Czytaj: T-Mobile G3 revealed

T-Mobile holding launch event on April 21st

Wow. April 21st is going to be a busy day! First, we have the official announcement from Bluetooth SIG about Bluetooth 3.0 schedule for that day and now T-Mobile is holding a private launch event , too. Interesting. Very interesting, indeed. I mean, it could be just about anything, couldn
Informacja: 2009-04-10
Czytaj: T-Mobile holding launch event on April 21st

T-Mobile Private Launch Event on April 21

Let the speculation begin! T-Mobile will be hosting a special launch event on Tuesday, April 21 st (I though Apple had a corner on Tuesdays?). Likely candidates for release include the new HTC Magic (Android heir to T-Mobile G1) and an Android update (Cupcake?). What else might T-Mobile have up their sleeves? More possible rumors for release include: The new Sidekick from Sharp with 3G Android based Huawei phone Home phone Tablet Cupcakes for everybody Jonas Brothers 3G
Informacja: 2009-04-10
Czytaj: T-Mobile Private Launch Event on April 21

T-Mobile USA launch event scheduled for April 21. G2 announcement?

T-Mobile
Informacja: 2009-04-10
Czytaj: T-Mobile USA launch event scheduled for April 21. G2 announcement?

TapTap Revenge: Coldplay - kolejna edycja TTR

Autor wpisu: Krystian , tekst pochodzi ze strony: SimBlog.pl http://simblog.pl Jesteś fanem zespołu Coldplay , a Twoja ulubiona gra dla iPhone
Informacja: 2009-04-10
Czytaj: TapTap Revenge: Coldplay - kolejna edycja TTR

The Friday Special!

Hey everyone! Today school let out early, so here I am, and here we are! Today just happens to be Jjacobb
Informacja: 2009-04-10
Czytaj: The Friday Special!

The Glory of Spotify

I
Informacja: 2009-04-10
Czytaj: The Glory of Spotify

Today New Posting at funfashion4u

Skeletons <[link]> Werewolf <[link]> Under Water Super Market<[link]> Under Water Phone Call<[link]>
Informacja: 2009-04-10
Czytaj: Today New Posting at funfashion4u

TweetStack: Get Your TweetDeck Columns on Your iPhone [Free Copi...

Even at $2.99, Tweetie has managed to claim the hearts and minds of iPhone Twitterers who are willing to pay to get features like multiple accounts, retweeting, following, and search in a fast and flexible Twitter app. read more
Informacja: 2009-04-10
Czytaj: TweetStack: Get Your TweetDeck Columns on Your iPhone [Free Copi...

Using GDATA from within Android for calendar access?

Hi, I'm really just a beginner and fiddling a little bit around with java and my G1. I'd like to create a calendar event from the phone and learned, that there is no Android API for the calendar. I thought it should be possible to access the google calendar via web. I googled a bit and found some code to try. If I start it as a java
Informacja: 2009-04-10
Czytaj: Using GDATA from within Android for calendar access?

Verizon Launches HTC Touch Diamond

HTC makes some of the coolest smartphones on the market and is the maker behind the T-Mobile G1 running Android. HTC has all sorts of different smartphones with features like touch screens and other niceties. HTC
Informacja: 2009-04-10
Czytaj: Verizon Launches HTC Touch Diamond

Viximo releases Kids iPhone/iPod Touch Application "Farm Piano"

Viximo today announces two additional applications to the Viximo App Network, Farm Piano and Lucky Touch. Both social applications represent a first for Viximo with Farm Piano as the company's first app designed for kids and Lucky Touch as the first independently-created app developed by freelance designer, Peter Sziraki.
Informacja: 2009-04-10
Czytaj: Viximo releases Kids iPhone/iPod Touch Application "Farm Piano"

who put an icon in status bar to indicate the mobile network type?

In 1.5, I find an inco in status bar to indicate current network type (2G or 3G). Would you please tell me which app sets this icon in status bar? I'd like to go through the source code... Thank you in advance.
Informacja: 2009-04-10
Czytaj: who put an icon in status bar to indicate the mobile network type?

why ADT can not show the preference dialog in ubuntu

In the properties view of ADT Layout Editor, ImageView have a background property, there is a more button with text "..." in value column,when click it will show me a reference dialog to select a resource int windows ,but int ubuntu there nothing happen. My env is ubuntu 8.10 ,eclipse 3.4 and ADT 0.8
Informacja: 2009-04-10
Czytaj: why ADT can not show the preference dialog in ubuntu

Wrestling w iPhone

Nie jestem fanem tego sportu, jednak na pewno są tacy którzy lubią rozrywkę tego typu. I dla nich właśnie jest gra TNA Wrestling na platformę iPhone OS. Nie jest to tylko
Informacja: 2009-04-10
Czytaj: Wrestling w iPhone

You Tell Us: What is the Best Hardware Configuration for Android?

All the recent talk about where Android is headed has us wondering
Informacja: 2009-04-10
Czytaj: You Tell Us: What is the Best Hardware Configuration for Android?
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