Google Android™ 4.4 KitKat

airb

Super Moderator
Staff member
25 May 2008
15,120
Λιβαδειά

Android 4.4 KitKat.png



Καθώς το KitKat "σπάει" το φράγμα των περιορισμών μνήμης που υπήρχε έως τώρα στο Android και εμπόδιζε low-end μοντέλα να
επωφεληθούν από αναβαθμίσεις. Πλέον, μπορεί να "τρέξει" σε συσκευές με RAM από 512MB και πάνω, φέρνοντας τα τελευταία
"καλούδια" του Android ακόμη και σε οικονομικά προσιτά μοντέλα. Όπως αναφέρει εξάλλου η Google, χρησιμοποιεί 16 τοις εκατό
λιγότερη μνήμη από το Jelly Bean, με αποτέλεσμα ένα συνολικά πιο ελαφρύ λειτουργικό σε ό,τι μοντέλο κι αν ενσωματώνεται.

Όλος ο σχεδιασμός του OS έχει υποστεί ένα μίνι "λίφτινγκ", ώστε το αποτέλεσμα να είναι πιο καθαρό και πιο απλό από ποτέ. Το status
και το notification bar της οθόνης έναρξης είναι πλέον διάφανα, ενώ εξαφανίζονται εντελώς όταν βρίσκεστε μέσα σε μία εφαρμογή.

Το "παρών" δίνει ένας νέος launcher, καθώς και μία νέα version του γνώριμου Roboto font της Google που προσφέρει πιο "καθαρό"
look, χωρίς ωστόσο να αλλάζει εντελώς το χαρακτήρα του λειτουργικού.

Το Android 4.4. KitKat διαθέτει μία εντελώς ανανεωμένη Phone app, που κάνει τις κλήσεις σας πιο εύκολες από ποτέ, βοηθώντας
σας να κάνετε εύκολα και γρήγορα αναζητήσεις στις επαφές σας, σε κοντινά μέρη, ακόμη και σε Google Apps accounts μέσα
από την ίδια την εφαρμογή.

To Android 4.4 KitKat, εκτός από το νέο Nexus 5, θα είναι διαθέσιμο και για τα Nexus 4, 7 και 10 καθώς
και τα Google Play Editions των Samsung Galaxy S4 και HTC One μέσα στις ερχόμενες εβδομάδες.



Android KitKat







New NFC capabilities through Host Card Emulation
Android 4.4 introduces new platform support for secure NFC-based transactions through Host Card Emulation (HCE), for payments, loyalty programs, card access, transit passes, and other custom services. With HCE, any app on an Android device can emulate an NFC smart card, letting users tap to initiate transactions with an app of their choice — no provisioned secure element (SE) in the device is needed. Apps can also use a new Reader Mode to act as readers for HCE cards and other NFC-based transactions.

Android HCE emulates ISO/IEC 7816 based smart cards that use the contactless ISO/IEC 14443-4 (ISO-DEP) protocol for transmission. These cards are used by many systems today, including the existing EMVCO NFC payment infrastructure. Android uses Application Identifiers (AIDs) as defined in ISO/IEC 7816-4 as the basis for routing transactions to the correct Android applications.

Apps declare the AIDs they support in their manifest files, along with a category identifier that indicates the type of support available (for example, "payments"). In cases where multiple apps support the same AID in the same category, Android displays a dialog that lets the user choose which app to use.

When the user taps to pay at a point-of-sale terminal, the system extracts the preferred AID and routes the transaction to the correct application. The app reads the transaction data and can use any local or network-based services to verify and then complete the transaction.

Android HCE requires an NFC controller to be present in the device. Support for HCE is already widely available on most NFC controllers, which offer dynamic support for both HCE and SE transactions. Android 4.4 devices that support NFC will include Tap & Pay for easy payments using HCE.


Printing Framework
Android apps can now print any type of content over Wi-Fi or cloud-hosted services such as Google Cloud Print. In print-enabled apps, users can discover available printers, change paper sizes, choose specific pages to print, and print almost any kind of document, image, or file.

Android 4.4 introduces native platform support for printing, along with APIs for managing printing and adding new types of printer support. The platform provides a print manager that mediates between apps requesting printing and installed print services that handle print requests. The print manager provides shared services and a system UI for printing, giving users consistent control over printing from any app. The print manager also ensures the security of content as it's passed across processes, from an app to a print service.

You can add printing support to your apps or develop print services to support specific types of printers.

Printer manufacturers can use new APIs to develop their own print services — pluggable components that add vendor-specific logic and services for communicating with specific types of printers. They can build print services and distribute them through Google Play, making it easy for users to find and install them on their devices. Just as with other apps, you can update print services over-the-air at any time.

Client apps can use new APIs to add printing capabilities to their apps with minimal code changes. In most cases, you would add a print action to your Action Bar and a UI for choosing items to print. You would also implement APIs to create print jobs, query the print manager for status, and cancel jobs. This lets you print nearly any type of content, from local images and documents to network data or a view rendered to a canvas.

For broadest compatibility, Android uses PDF as its primary file format for printing. Before printing, your app needs to generate a properly paginated PDF version of your content. For convenience, the printing API provides native and WebView helper classes to let you create PDFs using standard Android drawing APIs. If your app knows how to draw the content, it can quickly create a PDF for printing.

Most devices running Android 4.4 will include Google Cloud Print pre-installed as a print service, as well as several Google apps that support printing, including Chrome, Drive, Gallery, and QuickOffice.


Storage Access Framework
A new storage access framework makes it simple for users to browse and open documents, images, and other files across all of their their preferred document storage providers. A standard, easy-to-use UI lets users browse files and access recents in a consistent way across apps and providers.

Box and others have integrated their services into the storage access framework, giving users easy access to their documents from apps across the system.

Cloud or local storage services can participate in this ecosystem by implementing a new document provider class that encapsulates their services. The provider class includes all of the APIs needed to register the provider with the system and manage browsing, reading, and writing documents in the provider. The document provider can give users access to any remote or local data that can be represented as files — from text, photos, and wallpapers to video, audio, and more.

If you build a document provider for a cloud or local service, you can deliver it to users as part of your existing Android app. After downloading and installing the app, users will have instant access to your service from any app that participates in the framework. This can help you gain exposure and user engagement, since users will find your services more easily.

If you develop a client app that manages files or documents, you can integrate with the storage access framework just by using new CREATE_DOCUMENT or OPEN_DOCUMENT intents to open or create files — the system automatically displays the standard UI for browsing documents, including all available document providers.

You can integrate your client app one time, for all providers, without any vendor-specific code. As users add or remove providers, they’ll continue to have access to their preferred services from your app, without changes or updates needed in your code.

The storage access framework is integrated with the existing GET_CONTENT intent, so users also have access to all of their previous content and data sources from the new system UI for browsing. Apps can continue using GET_CONTENT as a way to let users import data. The storage access framework and system UI for browsing make it easier for users to find and import their data from a wider range of sources.

Most devices running Android 4.4 will include Google Drive and local storage pre-integrated as document providers, and Google apps that work with files also use the new framework.


Sensor batching
Android 4.4 introduces platform support for hardware sensor batching, a new optimization that can dramatically reduce power consumed by ongoing sensor activities.

With sensor batching, Android works with the device hardware to collect and deliver sensor events efficiently in batches, rather than individually as they are detected. This lets the device's application processor remain in a low-power idle state until batches are delivered. You can request batched events from any sensor using a standard event listener, and you can control the interval at which you receive batches. You can also request immediate delivery of events between batch cycles.

Sensor batching is ideal for low-power, long-running use-cases such as fitness, location tracking, monitoring, and more. It can makes your app more efficient and it lets you track sensor events continuously — even while the screen is off and the system is asleep.

Sensor batching is currently available on Nexus 5, and we're working with our chipset partners to bring it to more devices as soon as possible.


Step Detector and Step Counter
Android 4.4 also adds platform support for two new composite sensors — step detector and step counter — that let your app track steps when the user is walking, running, or climbing stairs. These new sensors are implemented in hardware for low power consumption.

The step detector analyzes accelerometer input to recognize when the user has taken a step, then triggers an event with each step. The step counter tracks the total number of steps since the last device reboot and triggers an event with each change in the step count. Because the logic and sensor management is built into the platform and underlying hardware, you don't need to maintain your own detection algorithms in your app.

Step detector and counter sensors are available on Nexus 5, and we're working with our chipset partners to bring them to new devices as soon as possible.


SMS Provider
If you develop a messaging app that uses SMS or MMS, you can now use a shared SMS provider and new APIs to manage your app's message storage and retrieval. The new SMS provider and APIs define a standardized interaction model for all apps that handle SMS or MMS messages.

Along with the new provider and APIs, Android 4.4 introduces new semantics for receiving messages and writing to the provider. When a message is received, the system routes it directly to the user's default messaging app using the new SMS_DELIVER intent. Other apps can still listen for incoming messages using the SMS_RECEIVED intent. Also, the system now allows only the default app to write message data to the provider, although other apps can read at any time. Apps that are not the user's default can still send messages — the system handles writing those messages to the provider on behalf of the app, so that users can see them in the default app.

The new provider and semantics help to improve the user's experience when multiple messaging apps are installed, and they help you to build new messaging features with fully-supported, forward-compatible APIs.


Full-Screen Immersive Mode
Now your apps can use every pixel on the device screen to showcase your content and capture touch events. Android 4.4 adds a new full-screen immersive mode that lets you create full-bleed UIs reaching from edge to edge on phones and tablets, hiding all system UI such as the status bar and navigation bar. It's ideal for rich visual content such as photos, videos, maps, books, and games.

In the new mode, the system UI stays hidden, even while users are interacting with your app or game — you can capture touch events from anywhere across the screen, even areas that would otherwise be occupied by the system bars. This gives you a great way to create a larger, richer, more immersive UI in your app or game and also reduce visual distraction.

To make sure that users always have easy, consistent access to system UI from full-screen immersive mode, Android 4.4 supports a new gesture — in immersive mode, an edge swipe from the top or bottom of the screen now reveals the system UI.

To return to immersive mode, users can touch the screen outside of the bar bounds or wait for a short period for the bars to auto-hide. For a consistent user experience, the new gesture also works with previous methods of hiding the status bar.


Transitions Framework for Animating Scenes
Most apps structure their flows around several key UI states that expose different actions. Many apps also use animation to help users understand their progress through those states and the actions available in each. To make it easier to create high-quality animations in your app, Android 4.4 introduces a new transitions framework.

The transitions framework lets you define scenes, typically view hierarchies, and transitions, which describe how to animate or transform the scenes when the user enters or exits them. You can use several predefined transition types to animate your scenes based on specific properties, such as layout bounds, or visibility. There's also an auto-transition type that automatically fades, moves, and resizes views during a scene change. In addition, you can define custom transitions that animate the properties that matter most to your app, and you can plug in your own animation styles if needed.

With the transitions framework you can also animate changes to your UI on the fly, without needing to define scenes. For example, you can make a series of changes to a view hierarchy and then have the TransitionManager automatically run a delayed transition on those changes.

Once you've set up transitions, it's straightforward to invoke them from your app. For example, you can call a single method to begin a transition, make various changes in your view hierarchy, and on the next frame animations will automatically begin that animate the changes you specified.

For custom control over the transitions that run between specific scenes in your application flow, you can use the TransitionManager. The TransitionManager lets you define the relationship between scenes and the transitions that run for specific scene changes.


Translucent System UI Styling
To get the most impact out of your content, you can now use new window styles and themes to request translucent system UI, including both the status bar and navigation bar. To ensure the legibility of navigation bar buttons or status bar information, subtle gradients is shown behind the system bars. A typical use-case would be an app that needs to show through to a wallpaper.


Enhanced Notification Access
Notification listener services can now see more information about incoming notifications that were constructed using the notification builder APIs. Listener services can access a notification's actions as well as new extras fields — text, icon, picture, progress, chronometer, and many others — to extract cleaner information about the notification and present the information in a different way.


Chromium WebView
Android 4.4 includes a completely new implementation of WebView that's based on Chromium. The new Chromium WebView gives you the latest in standards support, performance, and compatibility to build and display your web-based content.

Chromium WebView provides broad support for HTML5, CSS3, and JavaScript. It supports most of the HTML5 features available in Chrome for Android 30. It also brings an updated version of the JavaScript Engine (V8) that delivers dramatically improved JavaScript performance.

In addition, the new Chromium WebView supports remote debugging using Chrome DevTools. For example, you can use Chrome DevTools on your development machine to inspect, debug, and analyze your WebView content live on a mobile device.

The new Chromium WebView is included on all compatible devices running Android 4.4 and higher. You can take advantage of the new WebView right away, and with minimum modifications to existing apps and content. In most cases, your content will migrate to the new implementation seamlessly.


Screen Recording
Now it's easy to create high-quality video of your app, directly from your Android device. Android 4.4 adds support for screen recording and provides a screen recording utility that lets you capture video as you use the device and store it as an MP4 file. It's a great new way to create walkthroughs and tutorials for your app, testing materials, marketing videos, and much more.

You can record at any device-supported resolution and bitrate you want, and the output retains the aspect ratio of the display. By default, the utility selects a resolution equal or close to the device's display resolution in the current orientation. When you are done recording, you can share the video directly from your device or pull the MP4 file to your host computer for post-production.


Resolution Switching Through Adaptive Playback
Android 4.4 brings formal support for adaptive playback into the Android media framework. Adaptive playback is an optional feature of video decoders for MPEG-DASH and other formats that enables seamless change in resolution during playback. The client can start to feed the decoder input video frames of a new resolution and the resolution of the output buffers change automatically, and without a significant gap.

Resolution switching in Android 4.4 lets media apps offer a significantly better streaming video experience. Apps can check for adaptive playback support at runtime using existing APIs and implement resolution-switching using new APIs introduced in Android 4.4.


Common Encryption for DASH
Android now supports the Common Encryption (CENC) for MPEG-DASH, providing a standard, multiplatform DRM scheme for managing protecting content. Apps can take advantage of CENC through Android's modular DRM framework and platform APIs for supporting DASH.


HTTP Live Streaming
Android 4.4 updates the platform's HTTP Live Streaming (HLS) support to a superset of version 7 of the HLS specification (version 4 of the protocol). See the IETF draft for details.


Audio Tunneling to DSP
For high-performance, lower-power audio playback, Android 4.4 adds platform support for audio tunneling to a digital signal processor (DSP) in the device chipset. With tunneling, audio decoding and output effects are off-loaded to the DSP, waking the application processor less often and using less battery.

Audio tunneling can dramatically improve battery life for use-cases such as listening to music over a headset with the screen off. For example, with audio tunneling, Nexus 5 offers a total off-network audio playback time of up to 60 hours, an increase of over 50% over non-tunneled audio.

Media applications can take advantage of audio tunneling on supported devices without needing to modify code. The system applies tunneling to optimize audio playback whenever it's available on the device.

Audio tunneling requires support in the device hardware. Currently audio tunneling is available on Nexus 5 and we're working with our chipset partners to make it available on more devices as soon as possible.


Audio Monitoring

Apps can use new monitoring tools in the Visualizer effect to get updates on the peak and RMS levels of any currently playing audio on the device. For example, you could use this creatively in music visualizers or to implement playback metering in a media player.


Loudness Enhancer
Media playback applications can increase the loudness of spoken content by using the new LoudnessEnhancer effect, which acts as compressor with time constants that are specifically tuned for speech.


Audio Timestamps for Improved AV Sync
The audio framework can now report presentation timestamps from the audio output HAL to applications, for better audio-video synchronization. Audio timestamps let your app determine when a specific audio frame will be (or was) presented off-device to the user; you can use the timestamp information to more accurately synchronize audio with video frames.


Wi-Fi CERTIFIED Miracast™
Android 4.4 devices can now be certified to the Wi-Fi Alliance Wi-Fi Display Specification as Miracast compatible. To help with testing, a new Wireless Display developer option exposes advanced configuration controls and settings for Wireless Display certification. You can access the option at Settings > Developer options > Wireless display certification. Nexus 5 is a Miracast certified wireless display device.


GPU Acceleration
Any app using RenderScript on a supported device benefits from GPU acceleration, without code changes or recompiling. Since the Nexus 10 first debuted RenderScript GPU acceleration, various other hardware partners have added support.

Now with Android 4.4, GPU acceleration is available on the Nexus 5, as well as the Nexus 4, Nexus 7 (2013), and Nexus 10, and we're working with our partners to bring it to more devices as soon as possible.


GLES2.0 SurfaceFlinger
Android 4.4 upgrades its SurfaceFlinger from OpenGL ES 1.0 to OpenGL ES 2.0. This boosts performance by using multi-texturing, and it improves color calibration and supports more advanced special effects.


New Hardware Composer Support for Virtual Displays
The latest version of Android Hardware Composer, HWComposer 1.3, supports hardware composition of one virtual display in addition to the primary, external (e.g. HDMI) display, and has improved OpenGL ES interoperability.


New Bluetooth Profiles
Android 4.4 support for two new Bluetooth profiles to let apps support a broader range of low-power and media interactions. Bluetooth HID over GATT (HOGP) gives apps a low-latency link with low-power peripheral devices such as mice, joysticks, and keyboards. Bluetooth MAP lets your apps exchange messages with a nearby device, for example an automotive terminal for handsfree use or another mobile device. As an extension to Bluetooth AVRCP 1.3, users can now set absolute volume on the system from their Bluetooth devices.

Platform support for HOGP, MAP, and AVRCP is built on the Bluedroid Bluetooth stack introduced by Google and Broadcom in Android 4.2. Support is available right away on Nexus devices and other Android-compatible devices that offer compatible Bluetooth capabilities.


IR Blasters
Android 4.4 introduces platform support for built-in IR blasters, along with a new API and system service that let you create apps to take advantage them.

Using the new API, you can build apps that let users remotely control nearby TVs, tuners, switches, and other electronic devices. The API lets your app check whether the phone or tablet has an infrared emitter, query it's carrier frequencies, and then send infrared signals.

Because the API is standard across Android devices running Android 4.4 or higher, your app can support the broadest possible range of vendors without writing custom integration code.


Wi-Fi TDLS Support
Android 4.4 introduces a seamless way to stream media and other data faster between devices already on the same Wi-Fi network by supporting Wi-Fi Tunneled Direct Link Setup (TDLS).


System-Wide Settings for Closed Captioning
Android 4.4 now supports a better accessibility experience across apps by adding system-wide preferences for Closed Captioning. Users can go to Settings > Accessibility > Captions to set global captioning preferences, such as whether to show captions and what language, text size, and text style to use.

Apps that use video can now access the user's captioning settings and adjust presentation to meet the user's preferences. A new captioning manager API lets you check and monitor the user's captioning preferences. The captioning manager provides you with the user's preferred captioning state as well as preferred locale, scaling factor, and text style. The text style includes foreground and background colors, edge properties, and typeface.

In addition, apps that use VideoView can use a new API to pass a captioning stream along with a video stream for rendering. The system automatically handles the display of the captions on video frames according to the user's systemwide settings. Currently, VideoView supports auto-display of captions in WebVTT format only.

All apps that show captions should make sure to check the user's systemwide captioning preferences and render captions as closely as possible to those preferences. For more insight into how specific combinations of settings should look, you can look at a preview of captions in different languages, sizes, and styles right in the Settings app.


Enhanced Accessibility APIs
Android 4.4 extends the accessibility APIs to support more precise structural and semantic description and observation of onscreen elements. With the new APIs, developers can improve the quality of accessible feedback by providing accessibility services with more information about on-screen elements.

In accessibility nodes, developers can now determine whether a node is a popup, get its input type, and more. You can also use new APIs to work with nodes that contain grid-like information, such as lists and tables. For example, you can now specify new supported actions, collection information, live region modes, and more.

New accessibility events let developers more closely follow the changes that are taking place in window content, and they can now listen for changes in the touch exploration mode on the device.


Drawable Mirroring for RTL Locales

If your app is targeting users who use RTL scripts, you can use a new API to declare that a drawable should be auto-mirrored when the user's locale setting includes an RTL language.

Declaring a drawable as auto-mirrored helps you prevent duplication of assets in your app and reduces the the size of your APK. When you have drawables that are the reusable for both LTR and RTL presentations, you can declare the default versions as auto-mirrored and then omit those Drawables from your RTL resources.

You can declare various types of drawables as auto-mirrored in your application code, such as bitmap, nine-patch, layer, state list, and other drawables. You can also declare a drawable as auto-mirrored in your resource files by using a new attribute.


RTL Pseudo-Locale
To make it easier to test and debug your layouts, Android includes an RTL pseudo-locale as a new developer option.

The RTL pseudo-locale switches the device to RTL layout for all locales and displays text in your current language. This can help you find layout issues across your app, without having to display the app in an RTL language. You can access the RTL pseudo-localed as in Settings > Developer options > Force RTL layout direction.


SELinux (enforcing mode)
Android 4.4 updates its SELinux configuration from "permissive" to "enforcing." This means potential policy violations within a SELinux domain that has an enforcing policy will be blocked.


Improved Cryptographic Algorithms
Android has improved its security further by adding support for two more cryptographic algorithms. Elliptic Curve Digital Signature Algorithm (ECDSA) support has been added to the keystore provider improving security of digital signing, applicable to scenarios such as signing of an application or a data connection. The Scrypt key derivation function is implemented to protect the cryptographic keys used for full-disk encryption.


Other enhancements
On multiuser devices, VPNs are now applied per user. This can allow a user to route all network traffic through a VPN without affecting other users on the device. Also, Android now supports FORTIFY_SOURCE level 2, and all code is compiled with those protections. FORTIFY_SOURCE has been enhanced to work with clang.


On-Device Memory Status and Profiling

Android 4.4 includes a new developer option to make it easier to analyze your app's memory profile while it's running on any device or emulator. It's especially useful to get a view of how your app uses memory and performs on devices with low RAM. You can access the option at Settings > Developer options > Process stats.

The Process Stats option shows you a variety of high-level metrics on your app's memory use, based on data collected using the new procstats service. On the main screen you can see a summary of system memory status. Green indicates relative amount of time spent with low RAM usage, yellow indicates moderate RAM usage, and red indicates high (critical) RAM usage.

Below the summary is a list summarizing each app's memory load on the system. For each app, a blue bar indicates the relative computed memory load (runtime x avg_pss) of its process, and a percentage number indicates the relative amount of time spent in the background. You can filter the list to show only foreground, background, or cached processes, and you can include or exclude system processes. You can also change the duration of the data collected to 3, 6, 12, or 24 hours, and you can include or exclude uss memory.

To take a closer look at a specific app's memory usage in isolation, tap the app. For each app, you can now see a summary of the memory consumed and the percentage of the collection interval that the app has been running. You can also see the average and maximum usage over the collection period, and below the app's services and the percentage of time they've been running.

Analyzing your app using the data in Process Stats can reveal issues and suggest possible optimizations for your app. For example, if your app is running longer than it should or using too much memory over a period of time, there could be bugs in your code that you can resolve to improve your app's performance, especially when running on a device with low RAM.



[Android.com/]
 
Last edited:

takisot

Μέλος Δ.Σ.
Staff member
17 June 2006
27,851
Παλλήνη
Απάντηση: Google: Και επίσημα η ένα έκδοση Android 4.4 «KitKat»

Πως και δεν το ονόμασε Λάκτα;
 

Kostas_Y

AVClub Fanatic
24 December 2009
13,466
North by Northeast
Re: Google: Και επίσημα η ένα έκδοση Android 4.4 «KitKat»

Οικονομικό πρόβλημα έχουν και παραχώρησαν το όνομα σε χορηγό;


(Εγώ θα περιμένω την έκδοση Lila Pause
laugh_mini.gif
)
 

tmjuju

Administration Team
Staff member
21 January 2007
21,651
Re: Google: Και επίσημα η ένα έκδοση Android 4.4 «KitKat»

Πλάκα έχει
και οι δυο εταιρίες πρέπει να γουστάρουν με τη συνεργασία αυτή
και μόνο και μόνο για τα γούστα να δείτε δεν θα είναι και στα λεφτά το ζουμί
η Google εταιρία marketing / διαφημίσεων είναι
μόλις έβγαλαν άλλο ένα νέο διαφημιστικό προϊόν, που ποτέ άλλη εταιρία δεν έχει σκεφτεί ή παρουσιάσει

Αν κυκλοφορήσει και το ανάποδο,
ΚιτΚατ με σχήμα android και το πουλάνε στα περίπτερα θα έχει ακόμα περισσότερη πλάκα
 

Yperion

AVClub Fanatic
21 June 2006
43,515
BVR (Beyond Visual Range)
Re: Google: Και επίσημα η ένα έκδοση Android 4.4 «KitKat»

+1 @tmjuju

Από άποψη μάρκετινγκ είναι εξαιρετική σαν ιδέα. Η μία εταιρεία διαφημίζει το προϊόν της άλλης ουσιαστικά δωρεάν.
 

Tzimisce

Administration Team
Staff member
1 February 2007
33,171
127.0.0.1
Re: Google: Και επίσημα η ένα έκδοση Android 4.4 «KitKat»

Όταν θα φτάσει στα zappers θα πιάσει το αλφάβητο από την αρχή;
Το kitkat πάντως δεν το περίμενα με τίποτα!
 

supersonic

Μέλος Σωματείου
17 June 2006
49,351
Re: Google: Και επίσημα η ένα έκδοση Android 4.4 «KitKat»

Τόσο καιρό που τρέχει ματζουνακια κσι παγωτα καλύτερο είναι?
 

Sokratis

Senior Member
24 March 2013
325
Αθήνα
Re: Google: Και επίσημα η ένα έκδοση Android 4.4 «KitKat»

Εγω παντως αν δεν το ονομασει τουλουμπα, γαρδουμπα ή οτιδηποτε αλλο ελληνοπρεπές δεν το αγοραζω. Ακους εκει κιτκατ και αηδιες...
 

ΚΩΣΤΑΣ ΖΑΓΓΟΓΙΑΝΝΗΣ

Super Moderator
Staff member
20 October 2007
17,815
Μεσευρώπη
Re: Google: Και επίσημα η ένα έκδοση Android 4.4 «KitKat»

Τα Android έχουν ονόματα γλυκών. Τουλούμπα πάει, γαρδούμπα δεν είναι γλυκό (αν και πεντανόστιμη). Θα μπορούσε να το πει μπακλαβά ή καταΐφι, αλλά αυτά είναι και τούρκικα. Ελληνοπρεπές γλυκό πλην της μπουγάτσας δε μου έρχεται κανένα. Να μιά καλή ιδέα:

Android 5.0 Bougatsa me krema!
 

Tzimisce

Administration Team
Staff member
1 February 2007
33,171
127.0.0.1
Re: Google: Και επίσημα η ένα έκδοση Android 4.4 «KitKat»

Τα Android έχουν ονόματα γλυκών. Τουλούμπα πάει, γαρδούμπα δεν είναι γλυκό (αν και πεντανόστιμη). Θα μπορούσε να το πει μπακλαβά ή καταΐφι, αλλά αυτά είναι και τούρκικα. Ελληνοπρεπές γλυκό πλην της μπουγάτσας δε μου έρχεται κανένα. Να μιά καλή ιδέα:

Android 5.0 Bougatsa me krema!


Το B το έχει περάσει.
Και στο T δεν έχει πάει ακόμη για να βγάλει το Android Touloumpa! :p
 

ΚΩΣΤΑΣ ΖΑΓΓΟΓΙΑΝΝΗΣ

Super Moderator
Staff member
20 October 2007
17,815
Μεσευρώπη
Re: Google: Και επίσημα η ένα έκδοση Android 4.4 «KitKat»

Το B το έχει περάσει.
Και στο T δεν έχει πάει ακόμη για να βγάλει το Android Touloumpa! :p

Μπορεί να το περιλάβει στο Μ. Mpougatsa, για να κρατήσουμε και την ελληνική ορθογραφία.
 

AFam

AVClub Fanatic
11 September 2006
26,961
Re: Google: Και επίσημα η ένα έκδοση Android 4.4 «KitKat»

Παίζει στο Μ να έχουμε την έκδοση Android Mpampas !!!! :flipout:

Για όσους δεν ξέρουν τον μπαμπά..... ιδού...

mpampas.JPG
 

tmjuju

Administration Team
Staff member
21 January 2007
21,651
Re: Google: Και επίσημα η ένα έκδοση Android 4.4 «KitKat»

Έχω λιώσει στα γέλια
Και τρέχουν και τα σάλια με τοις προτάσεις σας
Χαιρετίσματα σε όλους :)
 
Last edited: