# israel

Published articles for israel.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Android Academy -- Global Yearly Summary, 2019

DevFeed: [Android Academy -- Global Yearly Summary, 2019](<https://devfeed.tech/articles/android-academy-global-yearly-summary-2019-26124.md>)

Original publisher: [Read original article](<https://medium.com/@yonatanvlevin/android-academy-global-yearly-summary-2019-c84aba5c3c7e?source=rss-8735065c2497------2>)

Author: Yonatan (Yoni) Levin

Published: 2019-11-02T18:22:44Z

Content type: opinion

Language: en

Sources: [Stories by Yonatan V. Levin on Medium](<https://devfeed.tech/sources/stories-by-yonatan-v-levin-on-medium.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Hackathon](<https://devfeed.tech/topics/hackathon.md>), [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [Flutter](<https://devfeed.tech/topics/flutter.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [Material Design](<https://devfeed.tech/topics/material-design.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [community](<https://devfeed.tech/tags/community.md>), [flutter](<https://devfeed.tech/tags/flutter.md>), [google](<https://devfeed.tech/tags/google.md>), [hackathon](<https://devfeed.tech/tags/hackathon.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [israel](<https://devfeed.tech/tags/israel.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [material-design](<https://devfeed.tech/tags/material-design.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [news](<https://devfeed.tech/tags/news.md>)

### AI overview

Android Academy's 2018-2019 global yearly summary reports 90 meetups, around 4,000 developers educated for free, 59 people changing jobs after courses, and three new hosting cities. It also details activities and participation across Tel Aviv, Minsk, Moscow, and Saint Petersburg.

### Source excerpt

Android Academy -- Global Yearly Summary, 2019 A new academic year is about to begin making us look back and celebrate our previous year's achievements and set new goals. We're happy to announce that this year our community became global -- it expanded to Eastern Europe and attracted 1750 developers in new cities. And it's just the beginning. Many people asking me what is happening with Android Academy and on what me and my friends spending time. So here it is -- raw impact in numbers: Tel Aviv counts 2100 members, Minsk counts 670 members, Moscow -- over 840 members, and Saint Petersburg -- over 240 members Android Academy (from September to September) 2018-2019 in numbers: 90 meetups Around 4,000 developers educated for free 59 people changed jobs right after the course 3 new hosting cities Each city is a chapter in the Android Academy's life -- each one tells its own story and has its own characters, but all the chapters intertwine to deliver the message of our global community. We encourage people who share our passion for Android to learn and collaborate. New locations open doors for new people, fresh knowledge, and drive. Tel Aviv: 35 meetups, the Fundamentals course, and the Advanced course The Design course, the first one in a history 4 meetups with special guests from Google: Florina Muntenescu, Chet Hasse, Wojtek Kaliciński, Amir Hardon We covered topics like Android, Kotlin, Flutter, Material Design More than 40 mentors took our mentorship course 60% of the Fundamentals students (160 people) made it to the Hackathon Diverse community -- almost 31% of our community members are women Minsk: 19 meetups, the Fundamentals course, and the Advanced course Special Post I/O Event with over 160 developers attending More than 15 mentors took the mentorship course Media coverage: https://dev.by/news/android-academy-minsk 6 out of 8 speakers at Mobile Conference RSConf.by in August, 2019 were from Android Academy Moscow. Moscow: Our 14 meetups swarmed with people -- an averag

## Designing for RTL platforms - A flipped layout

DevFeed: [Designing for RTL platforms - A flipped layout](<https://devfeed.tech/articles/designing-for-rtl-platforms-a-flipped-layout-27928.md>)

Original publisher: [Read original article](<https://tech.trivago.com/post/2015-04-27-right-to-left/>)

Author: Christoph Reinartz Follow

Published: 2015-04-27T00:00:00Z

Content type: tutorial

Language: en

Sources: [Trivago](<https://devfeed.tech/sources/trivago.md>)

Topics: [modern web development](<https://devfeed.tech/topics/modern-web-development.md>), [CSS](<https://devfeed.tech/topics/css.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>), [HTML](<https://devfeed.tech/topics/html.md>)

Tags: [css](<https://devfeed.tech/tags/css.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [html](<https://devfeed.tech/tags/html.md>), [inheritance](<https://devfeed.tech/tags/inheritance.md>), [israel](<https://devfeed.tech/tags/israel.md>), [layout](<https://devfeed.tech/tags/layout.md>), [middle-east](<https://devfeed.tech/tags/middle-east.md>), [performance](<https://devfeed.tech/tags/performance.md>), [platforms](<https://devfeed.tech/tags/platforms.md>), [tools](<https://devfeed.tech/tags/tools.md>)

### AI overview

This tutorial explains how trivago approached mirroring a web page layout for right-to-left platforms in Israel and the United Arab Emirates. It covers HTML writing direction, mirrored CSS positioning, Twig template inheritance, and tools such as flipCSS while considering maintainability, parsing, loading time, and first-render performance.

### Source excerpt

For our expandation in the middle east area with our platforms in Israel and United Arab Emirates we had a particularly interesting problem to solve: How do we flip the layout of our page?