nVidia Franken-Mini jest połową HP, połową Tegra, ale nie Intela
powiększOkazuje się, że Franken-Mini jest wypatroszonym netbookiem HP Mini 1000 z procesorem Tegry, który znalazł się na miejscu Atoma. Na taki zabieg zdecydowała się nVidia, której celem było pokazanie, że zrobienie takiego urządzenia jest bardzo proste. Wręcz banalne. Franken-Mini jest jednym z pierwszych prototypów netbooka bazującego na procesorze nVidia Tegra - to nic innego jak połączenie procesora ARM11 z układem graficznym, który jest szykowany dla komputerów typu Mobile Internet Device.
Informacja: 2009-04-04
Czytaj: nVidia Franken-Mini jest połową HP, połową Tegra, ale nie Intela
Nominacje do Macworld Awards 2009
Autor wpisu: Krzysztof Basel , tekst pochodzi ze strony: Applemania.pl Znamy już nominacje do nagrody MacWorld Awards 2009 . Miesięcznik wyróżnił aż 100 produktów w 20 kategoriach. Wśród nich znalazły sie między innymi akcesoria do iPod
Informacja: 2009-04-04
Czytaj: Nominacje do Macworld Awards 2009
play video
Hi.. to all Can anyone tell me that how to run video file in android emulator. I am using windows flat form. It is possible to run video file in android emulator using windows flat form... If possible please tell me how to run... Thank You Nithin N V
Informacja: 2009-04-04
Czytaj: play video
Re: Multiple Frame by Frame animations
Okay, so I got the above issue sorted out, now here is the next issue and it's a biggie for my app. How do I get the 2 seperate frame animations to load before they are called and set to the background? It seems to me that the frame by frame animations are not set until they are called and therefor cause the app to lag as the animations
Informacja: 2009-04-04
Czytaj: Re: Multiple Frame by Frame animations
Re: [android-developers] why repo sync can not get the alsa module from git repository though they are there on http://android.git.kernel.org/
This isn't quite the right group for this question, at the moment android-porting would be appropriate. The alsa code is specific to certain hardware and isn't part of the core Android Open-Source Project, so it isn't included in the main manifest for the project. JBQ -- Jean-Baptiste M. "JBQ" Queru
Informacja: 2009-04-04
Czytaj: Re: [android-developers] why repo sync can not get the alsa module from git repository though they are there on http://android.git.kernel.org/
why repo sync can not get the alsa module from git repository though they are there on http://android.git.kernel.org/
Hi, All, I use the following command to fetch all the source code of android repo init -u git://android.git.kernel.org/p latform/manifest.git repo sync but I can not get platform/external/alsa-lib.git and platform/hardware/ alsa_sound.git I don't know what's the rule for repo to fetch the code from
Informacja: 2009-04-04
Czytaj: why repo sync can not get the alsa module from git repository though they are there on http://android.git.kernel.org/
Re: How is android's AlertDialog layout define?
<LinearLayout android:orientation="vertical" android:layout_width="fill_par ent" android:layout_height="wrap_co ntent"> <LinearLayout android:orientation="vertical" android:id="@+id/ topPanel" android:layout_width="fill_par ent" android:layout_height="wrap_co ntent" android:layout_marginLeft="14p x"
Informacja: 2009-04-04
Czytaj: Re: How is android's AlertDialog layout define?
Re: [android-developers] Re: Contacts-like Widget...
I don't know how they do that, but Romain Guy implemented the same thing in his Shelves open source app, so you might find some ideas there: [link] That should be standard.
Informacja: 2009-04-04
Czytaj: Re: [android-developers] Re: Contacts-like Widget...
Re: I want run my application in background, with "Service component"
Thank you for reply can you just send me the tutorial link, what u mentioned in first paragraph Or any other related tut link. Thank you
Informacja: 2009-04-04
Czytaj: Re: I want run my application in background, with "Service component"
Re: [android-developers] How to write to the File ?
Try getFilesDir() in your Activity.
Informacja: 2009-04-04
Czytaj: Re: [android-developers] How to write to the File ?
How to write to the File ?
Hi All, I would like to know how to write to file. I have tried using OutPutStream out = new FileOutPutStream(fileName); out.write(byte [], 0, length); This way always returns Parent directory or File is not writable. I have also used openFileOutPut(fileName, MODE_PRIVATE) method but this method works properly if it is called from the same class which
Informacja: 2009-04-04
Czytaj: How to write to the File ?
Re: [android-developers] Re: Some question about market rate
Thanks Clark! That exactly what I thought! I have almost same when 46 % active installs and 3.5 stars. How can I install and run the app on SD card? What do you mean "rooted G1"? Is this option will be a part of standard framework? Sorry for so many questions :) Thanks in advance, Evgeny
Informacja: 2009-04-04
Czytaj: Re: [android-developers] Re: Some question about market rate
Transparent Canvas?
I'm trying to make an app that requires me to draw over a layout with buttons, etc. I want to build a transparent canvas over the current layout and draw onto that canvas. How is this done?
Informacja: 2009-04-04
Czytaj: Transparent Canvas?
Re: ContentProvider instance
Anyone? On 4
Informacja: 2009-04-04
Czytaj: Re: ContentProvider instance
Re: Why there are 2 instance of same Activityes?
Dianne, Are there specific things I should check in "adb shell dumpsys activity" for this problem? Thanks, David
Informacja: 2009-04-04
Czytaj: Re: Why there are 2 instance of same Activityes?