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: [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-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: 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

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

Animation on a view doesn't 'stick' in reality

Hi I'm using a TranslateAnimation to slide a ViewGroup in and out of screen. However after the animation slides the view out, the transparent view is still 'clickable' in the same place. I used setFillAfter to TRUE thinking that the animation would 'stick' but I can't seem to get the view out of my 'face'.
Informacja: 2009-04-10
Czytaj: Animation on a view doesn't 'stick' in reality

Jak zmienić sygnaturę w Mail.app w iPhonie?

Autor wpisu: Paweł Cebula , tekst pochodzi ze strony: Applemania.pl Praktycznie każdy klient poczty obsługuje możliwość dodawania sygnatury. Podobnie jest z iPhone
Informacja: 2009-04-10
Czytaj: Jak zmienić sygnaturę w Mail.app w iPhonie?

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

Can Google build open source communities

While the Googlers want to talk today about improvements to GMail for mobile , there remains a serious concern for you to discuss this weekend. Is Google really good at being part of an open source community? There are three types of mobile source projects: One-company projects. Multiple-company projects. Community projects, which may or may not have a commercial arm. Google has proven it has great open source developers. An open source project that is headed by Google will get th
Informacja: 2009-04-10
Czytaj: Can Google build open source communities

Nokia dispute Apple

by Professional editor working for cheaponsale . Global mobile phone market by the negative impact of economic crisis, in 2009 the global mobile phone shipments will fall 8.3% (IDC projected data), and intelligent mobile phone market contrarian expansion, in 2009 global smart mobile phone shipments will rise by 6% -11% (iSuppli expected data). Admoc from another set of data shows that: iPhone OS operating system in the global mobile OS market share by half a year ago to 4% growth in February
Informacja: 2009-04-10
Czytaj: Nokia dispute Apple

Friday Links: Android VoIP Handsets, VoIP in the EU

RingPlus is offering a free vacation getaway Read about it on TMCnet. TG Daily reports that the EU may force wireless carriers to allow VoIP on cell phones. EE Times says that a slew of Android products from Google including VoIP handsets are on the very near horizon.
Informacja: 2009-04-10
Czytaj: Friday Links: Android VoIP Handsets, VoIP in the EU

OnDraw in subclass of ImageView not working with custom canvas drawing

I subclassed the ImageView class inorder to draw a Picture in an ImageView. The ImageView is added to a Gallery In my activity class: Gallery g = (Gallery) findViewById(R.id.gallery); g.setAdapter(new ImageAdapter(this)); My Adapter class: private class ImageAdapter extends BaseAdapter{ ..
Informacja: 2009-04-10
Czytaj: OnDraw in subclass of ImageView not working with custom canvas drawing

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.

Facebook ma 200 milionów użytkowników !

Facebook przekroczył 200 milionów użytkowników!! Przyznam, że ten fenomen zaczyna mnie fascynować. Nigdy wcześniej w internecie nie było chyba serwisu o takiej dynamice wzrostu (100 milionów w 8 miesięcy!) przy tak dużej skali i zakładam, że szybko taki nie powstanie. To co jest naprawdę niesamowite w Facebook to jego elastyczność i szybkość adaptacji do nowych warunków, nowych trendów czy też wymagań użytkowników. We will welcome our 200 millionth active user to Facebook some time today, an
Informacja: 2009-04-10
Czytaj: Facebook ma 200 milionów użytkowników !

Re: problems with bitmaps

There's been a number of threads on this issue, the BitmapFactory tends to throw this out of memory errors when it really shouldn't, looks like a bug or memory leak. I'm not sure if it's cataloged as an official bug though. Using bitmap.recycle(), and reducing the sample size will mitigate , but not eliminate the problem. Also try reducing
Informacja: 2009-04-10
Czytaj: Re: problems with bitmaps

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

Calling web services in android

Hi All, I am doing game project where in i need to call PHP web service and display scores in score board. I am new to android,Can somebody please help on how to call web services in android. I searched for so many examples,but no example looked to be working. It is urgent,Please help.
Informacja: 2009-04-10
Czytaj: Calling web services in android

Re: Stopping all services..

I see your point and definitely agree. I would really like to see a sleep timer function for the music player though and don't think I would be able to write a whole music player application that could compete with the others out there...
Informacja: 2009-04-10
Czytaj: Re: Stopping all services..

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?

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: How to order the items of GridView?

Thanks a lot, Romain.
Informacja: 2009-04-10
Czytaj: Re: How to order the items of GridView?

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

(pre- & post-) processing raw audio data

I want to develop an app that lets one intercept raw audio data sent for playback (possibly by a different app), and apply audio enhancements over this raw data. Does Cupcake allow such filtering of audio data? If so, which API should I use? I understand this may not be possible at an application level for security
Informacja: 2009-04-10
Czytaj: (pre- & post-) processing raw audio data

HP notebook will be part of Google

by Haven Frbiz The world
Informacja: 2009-04-10
Czytaj: HP notebook will be part of Google

Choosing our iPhone development team, and racing to launch at Under the Radar

Yesterday
Informacja: 2009-04-10
Czytaj: Choosing our iPhone development team, and racing to launch at Under the Radar

Rhomobile

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

myCinema - kino w iPhonie ?

Uruchamiam dzisiaj Cydię , po czym w zakładce Changes moim oczom ukazuje się aplikacja myCinema . Bez chwili zastanowienia zainstalowałem aplikację, która okazała się być niczym innym, jak źródłem kinowych hitów. Co więcej, możemy ściągnąć te wszystkie filmy na iPhone
Informacja: 2009-04-10
Czytaj: myCinema - kino w iPhonie ?

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: How to determine the amount of characters that will fit into a TextView

I'd say if you know the text you want to put into the TextView, you should be able to measure the text and compare to the size of the TextView... In the API Demos, there is a measure text sample. I'd start there. On Apr 9, 3:11 pm, "nwmotog...@gmail.com" <nwmotog...@gmail.com> wrote:
Informacja: 2009-04-10
Czytaj: Re: How to determine the amount of characters that will fit into a TextView

Re: Permissions to install other apps...

Would not it be somewhat dangerous to allow apps is /data/app folder to install other applications?? An app can just create an infinite loop in which downloads applications which do not require any permission and keep on installing them and fill out the memory space? Birjodh
Informacja: 2009-04-10
Czytaj: Re: Permissions to install other apps...

JavaMediaFramework

HI to all..... Is it possible to include JavaMediaFramework for android application....
Informacja: 2009-04-10
Czytaj: JavaMediaFramework

Re: CONTROL_LOCATION_UPDATES permission failure

Hello Richard, Thanks very much. This is very helpful. I am using the same SDK version but in this case I was not using the SDK. I had been experimenting with LocationListener too. I had been using onLocationChanged. Again, Thanks. Alex Donnini On Apr 9, 7:32 pm, Richard Schilling <richard.rootwirel...@gmail.co m>
Informacja: 2009-04-10
Czytaj: Re: CONTROL_LOCATION_UPDATES permission failure

Emulator boot without the GUI interface, just show the "ADDROID" screen saver

Hi all I had fellow the "To check out the cupcake branch (http:// source.android.com/roadmap/cup cake)" instruction to check out the "cupcake" branch of android. After "make" the cupcake source code, i copy those three image files (ramdisk.img,system.img,userda ta.img) @ /out/target/product/generic/
Informacja: 2009-04-10
Czytaj: Emulator boot without the GUI interface, just show the "ADDROID" screen saver

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

O hai, private T-Mobile launch event

Well, we all know what went down last time T-Mobile held a private launch event in NYC
Informacja: 2009-04-10
Czytaj: O hai, private T-Mobile launch event

Get list from Website ( PHP , MySQL , HTTP request , XML )

Im having a problem. I am trying to build a software that communicates with a website. simply, i would like to have a php webpage that when i click a button it creates an alert on the phone. I planned on doing that by using a mysql database to with the website where the click from the webpage will update the database, then the
Informacja: 2009-04-10
Czytaj: Get list from Website ( PHP , MySQL , HTTP request , XML )

Re: How to use AutoCompleteTextView with SimpleCursorAdapter

<<Unfortunately, this is not a complete worked out example. Could someone forward me a more complete example? I've found lots of code fragments, but no code that shows how to initialise the SimpleCursorAdapter contents, or how it works together with the AutoCompleteTextView. >> <There is also an example in the APi demos with the
Informacja: 2009-04-10
Czytaj: Re: How to use AutoCompleteTextView with SimpleCursorAdapter

Email Configuration - Compose activity

Hi All, Is there anyway i can know is the email application configured correctly, before i fire the intent? Thanks
Informacja: 2009-04-10
Czytaj: Email Configuration - Compose activity

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

get information from web service

I am new at this and I was hoping someone can point me in the right direction. I created an endpoint (web service) in MSSQL Server. I know that that uses soap to communicate. How do I go about using that web service in android. A tutorial would be great. I have seen some tutorials using kSOAP but I didn't quite grasp how it ties into the
Informacja: 2009-04-10
Czytaj: get information from web service

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

Android set-tops, TVs and VOIP phones are coming! - EETimes.com

Android set-tops, TVs and VOIP phones are coming!EETimes.comAndroid set-tops, Android TVs, Android VOIP phones, Android Karaoke boxes and Android digital photo frames are coming soon to a big box near you. The world of Android is rapidly unfolding in Asia. Software developers, chip suppliers and system
Informacja: 2009-04-10
Czytaj: Android set-tops, TVs and VOIP phones are coming! - EETimes.com

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

Re: How to change the background color of an element in a list ?

Thank you for the informations! It seems to be good hints to start :)
Informacja: 2009-04-10
Czytaj: Re: How to change the background color of an element in a list ?

A Billion Served: Apple Throws Contest to Celebrate Download Milestone

Apple has announced a contest to celebrate the approaching 1 billionth download from the iTunes App Store: As of today, nearly one billion apps have been downloaded around the globe. So we just want to say thanks
Informacja: 2009-04-10
Czytaj: A Billion Served: Apple Throws Contest to Celebrate Download Milestone

Apple Blog TV #22 -

Życzymy wesołych i spokojnych Świąt Wielkanocnych! Wybierz swój format Wideo
Informacja: 2009-04-10
Czytaj: Apple Blog TV #22 -

Re: Calling web services in android

It depends on what you mean by "web services," but there are many many many threads on this list about that topic. Try searching the list, you will find KSOAP examples (if you mean SOAP), and REST examples, and several discussions about when and where you should use "web services" with a mobile device.
Informacja: 2009-04-10
Czytaj: Re: Calling web services in android

IT Certification Exam Engine Mega Pack

Actual Test IT Exam Engines List: Included Exams: 000-232 - pSeries Administration and Support for AIX 5L V5.2 Test Engine Exam simulator 000-233 - AIX 5L Installation,Backup and System Recovery Test Engine Exam simulator 000-234 - AIX 5L Performance and Systems Tuning Test Engine Exam simulator 000-235 - AIX 5L Problem Determination Test Engine Exam simulator 000-236 - AIX 5L Communications Test Engine Exam simulator 000-266 - AS/400 RPG IV Programmer Test Engine Exam simulator
Informacja: 2009-04-10
Czytaj: IT Certification Exam Engine Mega Pack

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?

Lenovo oPhone Video Demo

The Lenovo oPhone looks O so much like the unrelated and similarly named I device and that probably isn
Informacja: 2009-04-10
Czytaj: Lenovo oPhone Video Demo

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

First Look at Handmark

Yesterday, I was lucky enough to grab a copy of Handmark
Informacja: 2009-04-10
Czytaj: First Look at Handmark

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..

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

Random 60: Game systems

Random 60 : Game systems | Favorite on Viddler . As it stands I have, setup and working, an original Nintendo, Xbox 360 (which I use for Connect360 ), and a Nintendo Wii. The Wii is slowly replacing the original Nintendo completely while the 360 ends up being my media center more than my gaming console. I never play games on my computer anymore, though I only played games on computers when I was a Windows user. I do play games on my iPhone but only when I have nothing else to do. Papijump
Informacja: 2009-04-10
Czytaj: Random 60: Game systems

Re: Losing Data on Reboot

If it helps at all, I've discovered that this only happens if my bootup service tries to read certain preferences and install an alarm. I've used this process to install several other alarms, but for some reason the latest alarms I've added have been causing me to lose all my preferences on a reboot.
Informacja: 2009-04-10
Czytaj: Re: Losing Data on Reboot

Software Developer’s Journal - Kwiecie

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

A billion iPhone apps downloaded. Coming soon.

Filed under: Cult of Mac , Apple , iPhone , App Store , iPod touch Could it be Apple has delivered almost a billion iPhone/iPod touch apps (both free and paid)? The answer is a definite yes, and Apple has posted a page counting down (or counting up, really) to the big event. As I write this they're at 928 million apps and change. It's an amazing number, and Apple is celebrating the event with a contest . Fill out a form, no purchase required, and have a chance to win a $10,000US iTun
Informacja: 2009-04-10
Czytaj: A billion iPhone apps downloaded. Coming soon.

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

How to determine the amount of characters that will fit into a TextView

I am trying to place only the exact amount of data into a TextView but I need to know how much it can hold. Is there a way to do this based on it's height, width and the textsize?
Informacja: 2009-04-10
Czytaj: How to determine the amount of characters that will fit into a TextView
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