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

new NTP client tools on the Android Market

For those of you dealing with time data on the Android - or just want to see an NTP client work, check out the application I just published. It's free of course, and it's called "Navy Clock" It displays local time of the phone, the UTC time of the phone, and the time read from the US Naval Observatory in Washington DC.
Informacja: 2009-04-10
Czytaj: new NTP client tools on the Android Market

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

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

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

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

Re: ListView row not receiving highlight with ImageButton in row

Ok I can see setting it to non-focusable 'solves' the problem but that's not really what I was hoping to do. Well, too bad, the user can't focus but only tap now.
Informacja: 2009-04-10
Czytaj: Re: ListView row not receiving highlight with ImageButton in row

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

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] 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] Stopping all services..

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

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

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

Live Video streaming

HI to all Can anyone knows how Live Video streaming can be done Thanks in advance Nithin N V
Informacja: 2009-04-10
Czytaj: Live Video streaming

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

JavaMediaFramework

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

Conversion to Dalvik format failed with error

Hi to all.... I include JMF in my application. When i run my application the following type of error will occurring... [2009-04-09 16:20:03 - nithin] trouble processing "javax/sound/midi/ControllerEv entListener.class": [2009-04-09 16:20:03 - nithin] Attempt to include a core VM class in something other than a core
Informacja: 2009-04-10
Czytaj: Conversion to Dalvik format failed with error

no root access.. how to put file...

I am not able to understand one simple issue.. if there is no root access to file system even to the user who owns the phone then why on earth would the dev guide include commands like adb push <local> sdcard .... when the sdcard of emulator is read only.. Is this some kind of mockery or sarcasm with the users?????
Informacja: 2009-04-10
Czytaj: no root access.. how to put file...

Re: ListView not touchable in my Activity

I don't see any itemClickListener registered ?
Informacja: 2009-04-10
Czytaj: Re: ListView not touchable in my Activity

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

android.permission.GET_ACCOUNTS

Are there any examples of how to use android.permission.GET_ACCOUNT S ? Or is this an unimplimented api? I found this site; [link] Though I haven't been able to get anything to work. I believe JBQ said it was a private api - but I'm not sure why the permission is listed
Informacja: 2009-04-10
Czytaj: android.permission.GET_ACCOUNTS

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

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

Okay I've figured it out. I would personally consider this a bug but not sure if this is how it's meant to be. Basically in onAnimationEnd I had to loop over all children inside the viewgroup (and children of children) and set their visibility to GONE/ INVISIBLE and the buttons stopped getting touch events after animation
Informacja: 2009-04-10
Czytaj: Re: Animation on a view doesn't 'stick' in reality

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?

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

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

Are there alternate ways to look up user phone number when TelephonyManager returns null?

Is there a way to look up the user phone number other than TelephonyManager? In my G1, this returns null: // get your phone number TelephonyManager telephonyManager = (TelephonyManager) getSystemService(Context.TELEP HONY_SERVICE); String tel = telephonyManager.getLine1Numbe r();
Informacja: 2009-04-10
Czytaj: Are there alternate ways to look up user phone number when TelephonyManager returns null?

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

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

Android jako niańka do dziecka

Autor wpisu: Janek , tekst pochodzi ze strony: SimBlog.pl Paweł pisał jakiś czas temu o podobnej aplikacji na Symbiana. Generalnie chodzi o to, że kiedy hałas w otoczeniu osiąga pewną granicę (zdefiniowaną przez nas w decybelach), komórka wykona połączenie na ustawiony numer. Szczerze mówiąc nie widzę innego sensownego zastosowania niż nasłuchiwanie czy dziecko śpi. Ale czy HTC G1 - jedyny telefon z Androidem - nie jest zbyt fajną zabawką, żeby zostawić ją dziecku? Do pobrania tu
Informacja: 2009-04-10
Czytaj: Android jako niańka do dziecka

Handing incoming calls

Hi, I'm having issues using the android.intent.action.ANSWER Intent. From what I understand in the reference documentation, it's an Activity Action, not a Broadcast Action. This means that I can't "wake up" my app by setting a intent-filter on it, it means I can send the intent to ask android to answer an incoming call. But... since an incoming call makes
Informacja: 2009-04-10
Czytaj: Handing incoming calls

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

progressDialog

Hi everybody I am having a problem displayin a ProgressDialog. I hope someone can show me what I am doing wrong... void doStuff() { myProgressDialog = ProgressDialog.show(layout.get Context(),"Please wait...", "Downloading content...", true); /* Here I do my stuff */ myProgressDialog.dismiss();
Informacja: 2009-04-10
Czytaj: progressDialog

How to use a Handler to launch a Toast (or a dialog) from a thread ?

Hi everybody, I do not understand well the concept behind the Handler. I want to launch a Toaster (or a dialogActivity) from a thread, to be displayed in the main UI of my application. Here is my code: // IN MY ACTIVITY : Handler handler = new Handler(); Thread thread = new SmsishingUtils(this,
Informacja: 2009-04-10
Czytaj: How to use a Handler to launch a Toast (or a dialog) from a thread ?

how to connect Android with Sqlite3.

Dear Group, Actually i m working in an Android application on which i want to connect the Android with Sqlite3.0.i wrote the code for connecting that one,but not connected,plz help me....
Informacja: 2009-04-10
Czytaj: how to connect Android with Sqlite3.

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

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 ?

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 ?

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

Hi everybody, I've an activity that extends ListActivity. I do a kind of check on all elements of the list and if an element corresponds to my criteria, I would like to put the background of this element in green (by example) or to add any visual effect on this element. How can I modify the background of this element ?
Informacja: 2009-04-10
Czytaj: How to change the background color of an element in a list ?

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

How to add a close button on a WebView

I am invoking a simple WebView going through my own WebViewClient. I want to add a very simple close button so, it goes back to the activity. If I invoke the Webview as a sub activity, it is going back to the parent activity properly. But, in my case I just have simple webview for example (click here for more info) which has a web link that opens
Informacja: 2009-04-10
Czytaj: How to add a close button on a WebView

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

MVC model state change requires creating an Intent?

Hi, I have a main activity class that launches a couple of my subordinate activities from a tabHost. Periodically (actually when I receive an incoming message on a socket), I want to inform the subordinate activities that application state has changed so that they can refresh their views.
Informacja: 2009-04-10
Czytaj: MVC model state change requires creating an Intent?

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

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

Multicast problem

Hi, I'm trying to develop an application that need to send UDP Multicast packets to the local network. There is a few equipments that respond to this packets and send back some informations. I'm not worried with the server right now, because there is a server on the same network that collect all this multicast data.
Informacja: 2009-04-10
Czytaj: Multicast problem

How to: (new) HTTP API

I've read a lot of tutorials explaining how to use the HTTP Client from the previous Android SDK. With SDK 1.1 r1 this API has totally changed. Is there any tutorial for this new API? Is it possible to interact with a J EE application? I mean, on the one side there is the J EE Application on the Internet, on the other side
Informacja: 2009-04-10
Czytaj: How to: (new) HTTP API

Re: Change the location of the tab in a TabLayout

Bump! Is there a way to do this? This would be incredibly useful when having a tab layout in horizontal screen orientation. The tabs themselves take up a lot of vertical screen space...
Informacja: 2009-04-10
Czytaj: Re: Change the location of the tab in a TabLayout

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

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

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?

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

How to determine where a CheckedTextView is 'clicked'

Hello, I want to know if a user has selected the text portion or the check box graphic portion of a CheckedTextView. I want different behaviour depending on where they select. If they click on the text then I want to edit the underlying object and if they select the check box then I want to close off the object.
Informacja: 2009-04-10
Czytaj: How to determine where a CheckedTextView is 'clicked'

Re: How to destroy an Activity in android

hi, as per mark told you use the finish() method to end the activity. when you finish() the activity the onDestroy() will get called. I hope your don the onCreat() and OnDestroy() methods well.
Informacja: 2009-04-10
Czytaj: Re: How to destroy an Activity in android

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

problems with bitmaps

Hi everybody I am having a problem with the BitmapFactory: this is my function, that reads a stream, and returns a bitmap: static Bitmap getBitmap(InputStream is) throws IOException { Bitmap bmp=null; //do some stuff... bmp=BitmapFactory.decodeStream (is);
Informacja: 2009-04-10
Czytaj: problems with bitmaps

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

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 )

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

Install Android on a LapTop

Can I install Android on a Laptop ? Thx
Informacja: 2009-04-10
Czytaj: Install Android on a LapTop

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

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

Google Announces new Version of App Engine

Google Inc. has announced a new version of Google App Engine, furthering its goal of making Google
Informacja: 2009-04-10
Czytaj: Google Announces new Version of App Engine

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

Oracle Portal Template Creation - Web Design - CSS by searchseo

Oracle Portal Templates from PSD File - CSS - HTML Looking for someone experienced in Oracle Portal Template Creation to implement our design in the standard portlet containers. We will supply a PSD - Photoshop file with the layouts, images and styles
Informacja: 2009-04-10
Czytaj: Oracle Portal Template Creation - Web Design - CSS by searchseo

It's time to start learning Spring to integrate Flex and BlazeDS with robust server-side services

Spring is one of my favourite frameworks. It's an open source framework that helps the developers' life. Thanks to the Inversion of Control (IoC) pattern that Spring uses, it will save a lot of time in developing. In fact there are some factors you have to consider when you develop a Java application.Using the standard JEE approach you'll tend to write a lot of unuseful and repeatedly code or implementing J2EE design patterns that are workarounds for technology limitations rather than real solut
Informacja: 2009-04-10
Czytaj: It's time to start learning Spring to integrate Flex and BlazeDS with robust server-side services

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

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

Moblin instant-on OS promises 2-second boot time

Moblin, the Intel-founded Linux-based operating system, hopes to achieve an ambitious boot time of just two seconds in future iterations of its instant-on OS. The Moblin Linux kernel was created to be a fast and lightweight platform, specifically designed to run on an Intel Atom CPU.Whilst some may view these claims as lofty, Intel revealed that the major components of its software stack, including its graphics system, can already boot up in just a few seconds when using the latest Moblin Alpha
Informacja: 2009-04-10
Czytaj: Moblin instant-on OS promises 2-second boot time

Apple sued, again! This time touchscreen technology

After being sued for promoting iPhone as e-book reader , using camera sensor technology and over screen
Informacja: 2009-04-10
Czytaj: Apple sued, again! This time touchscreen technology

Posts about Mobile Internet as of April 9, 2009

ARM Cortex-A8 MID debuts - motd.ambians.com 04/09/2009 HY Research announced what it calls the first mobile Internet Device (MID) based on the Texas Instruments BeagleBoard. Powered by the BeagleBoard
Informacja: 2009-04-10
Czytaj: Posts about Mobile Internet as of April 9, 2009

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

10 Reasons You Need Documents To Go for Android

Who doesn't love top 10 lists? We certainly do, so here are the top 10 reasons that you NEED Documents To Go for Android!10. More Than Viewing
Informacja: 2009-04-10
Czytaj: 10 Reasons You Need Documents To Go for Android

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

First Look at Handmark

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

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

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

Bill Gates Reboots Engine Technology

During the dotcom boom, Bill Gates made a speech where he explained how if the auto industry had kept up with the computer industry we would be driving $25 cars which get 1,000 miles to each gallon. GM was said to have responded with a press release which among other things said if Microsoft designed cars they would crash twice a day and occasionally, for no reason, your car would lock you out and refuse to let you in until you simultaneously lifted the door handle, turned the key and grabbe
Informacja: 2009-04-10
Czytaj: Bill Gates Reboots Engine Technology

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