Pryan
И в телеге тоже
Yap
YouTube Red нужен для картинки в картинке, а в хроме у меня только видео с Ютуба работают
Pryan
Yap
Да, это эксклюзивная фича YouTube Red
Pryan
Лол, а в обзорах об этом молчали, я думал фича 8 анлроида
Pryan
Ради неё р обновлялся
Pryan
Но в хроме тоже не работает -_-
Pryan
Лол
Pryan
ЗЫ сорян, в Гугле работает. Но на видео Ютуба нет :(
Andrey
Yap
Годный девайс за хорошую цену🙂 но и все плюшки от Гугл
Sergey
Всем привет.
Делаю прозрачный статус бар и клава не поднимает линеар с едиттекстом внизу если убираю FLAG_TRANSLUCENT_STATUS то все ок
Как сделать при прозрачном статус баре что бы клава поднимала линеар с едиттекстом?
Прозрачность ставлю так
getWindow().setFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS,
WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS)
Sergey
фитсистемвиндов тру/фолс не помогает
Anonymous
Всем добрый вечер, не подскажете как можно выставить автофокус на прошлых версиях андроида?( cameraSource = new CameraSource
.Builder(this, barcodeDetector)
.setRequestedPreviewSize(1024, 768)
.setAutoFocusEnabled(true)
.build();
) на сяоми(7.1) работает, а на samsung j1(android 5.1) всё очень размыто
Konstantin
Konstantin
Модель не помню
Anonymous
а можно какой-нибудь пример? или как сделать фокус по тапу на екране? (да, я ещё зелёный нуб)
Konstantin
Konstantin
На работе могу посмотреть
Konstantin
Эволюционировать надо к клин архитектуре
Nikolay
Граф зависимостей мути
Nikolay
Мокси
Nikolay
Сейчас бы презентер в адаптере определять
Sergey
спасибо буду дальше ресерчить
Sergey
ну раз уж тут за мвп загровор то спрошу ка я про нейтив краши может кто всречал
Sergey
#03 pc 0000000000029b01 /system/lib/libhwui.so (_ZN7android10uirenderer12renderthread12RenderThread10threadLoopEv+80)
Sergey
в приложуле из эксклюзива только линеар градиент шейдер но он же может крашить рендер?
Sergey
я все грешил на шейдеры теперь хз есть еще пару векторных картинок может из за них ?
Sergey
Да. возможно придется вернутся в канал по НДК)) Спасибо.
Sergey
к сожвлению нету
Олександр
Ахахаха
Andrey
у тебя постоянно i будет равная 0
Struk 🇺🇦✙
Anonymous
Alexander
Sergey
да
Alexander
AdjustPan тоже пробовал?
Struk 🇺🇦✙
ок, спасибо
И сразу предупреждаю на всякий случай: gms vision не дружит с webview. Поэтому старайся их не использовать
Anonymous
Struk 🇺🇦✙
Sergey
19
Aleksandr
Доброго времени суток, Друзья!!
Как в Release mode отследить краш приложения с учетом трассировки стека ? Студия то показывает "a.c.c" - а что это ? Без файла деобфускации никак не рабобрать.
Alexander
Alexander
Anonymous
Привет! Возникла проблема:
Создаю макет интерфейса под различные разрешения. Столкнулся с проблемой: при слишком маленьком размере textsize в textview на большом разрешении это смотрится плохо, а если увеличить, то на маленьком не влезает. Что делать в такой ситуации?
я новичок
Aleksandr
Anonymous
спасибо!
Aleksandr
😉
Artem
Подскажите, обязательно ли требовать местоположение пользователя в гугл картах для отображение маркера с известными координатами?
Pavel
Подскажите, это можно как-то сделать?
У меня есть drawable-ресурсы с фоном (bg.xml) и с галочкой (check.xml)
Я хочу сделать RadioButton c этим фоном и галочкой в правом нижнем углу (с отступом). Чтобы было проще понять, что мне нужно, нарисовал картинки.
Пробовал:
1) Объеденить их в один drawable-ресурс с помощью <layer-list>. Не получилось нормально масштабировать галочку: <inset> кое-как работает на Android 6, но крэшит приложение на 5.
2) Написать в элементе
<RadioButton
android:button="@null"
android:drawableRight="@drawable/check"
android:gravity="bottom"
Но в угол она попадать не хочет
3) Написать в элементе
<RadioButton
android:button="@drawable/check"
android:gravity="bottom"
android:layoutDirection="rtl"
Теперь она попадает в угол, но не работает padding
Pavel
Pavel
Pavel
Anonymous
мужики, кто недавно апгрейднулся до мидла через собеседование? что спрашивают?
Nikita
на соседнем канале кидали
Nikita
1- what are the latest Android versions? The most important Marshmallow new features?
2- what is the purpose of the Activity?
3- what is the purpose of the Fragments?
4- explain the lifecycle of the Activity?
5- explain the lifecycle of the Fragment?
6- you’re using a traveling app then you clicked settings button, Settings Activity opened, then you clicke Android back, what’s the lifecycle of the Settings Activity and the Home Activity when you did that?
7- what do you know about Material design?
8- what’s the difference between Abstract class and Interface in Java?
9- what’s the interface in Java?
10- what’s Abstract class in Java?
11- why you couldn’t create an instance from an abstract class?
12- what’s the difference between Dialog and AlerDialog in Android?
13- what’s the difference between LinearLayout and RelativeLayout?
14- which has better performance, LinearLayout or RelativeLayout?
15- given a simple contact item, with image and name and number, how could you implement it in XML?
16- what’s the Service, which thread it operates on?
17- what’s the difference between Service and IntetntService?
18- what’s ANR message?
19- explain the BroadcastReciever job and implementation?
20- can you use a Fragment with no UI? What cases could make you use this pattern?
21- explain the Java access modifiers?
22- what’s the difference between Default and Protected access modifiers in Java?
23- what do you know about AsynTask?
24- what’s the difference between Parcelable and Serializable? Which one is better? why?
25- how to access a variable in Activity from fragment?
26- you have one Activity with two fragments, one has a button and the second has a TextView, clicking the button change the TextView, how do you implement it?
27- how to make a variable thread safe?
28- what strategies we can use to achieve thread safety?
29- what is the purpose of “static” keyword in Java?
30- how could you initialize a static variable in Java?
31- what design patterns you know?
32- explain the builder pattern?
33- when do you use an observer pattern?
33- what’s the Singleton, when do you use it in Android?
34- what’s the difference between the LinkedList, ArrayList and Arrays?
35- what projects currently you work on? What is your workflow to implement a specific feature?
36- how do you handle Firebase push notifications?
37- how do you implement Firebase realtime Database?
38- you have a big project, and you have a login screen requirement, what processes you will follow to ship it?
39- what’s an eventbus?
40- what the thread that onRecieve method of a BroadcastReceiver operates on?
41- how to implement a custom BroadcastReceiver?
42- what’s the difference between MVC and MVP?
43- could you explain MVVM?
44- what’s the M in MVP? Answering … could it be a something else?
45- what’s the purpose of Content Provider?
46- what Sqlite library do you use?
47- what libraries do you use for Networking, Image loading, Database?
48- what do you use to handle a very fast Sensor that emit many readings at a time in Rx way?
49- what’s the difference between map and flatMap() in Rxjava?
50- how to create parallel Network calls with Rxjava?
51- if you have one request from the network and you want to call the cache if Network throw an error … how to achieve that via Rxjava?
The funny thing that I’ve read Dan lew blog post about this case, implemented it twice before, but couldn’t answering this question during the interview … bad things happen.
52- what’s the difference between concatMap() and flatMap() in Rxjava?
53- what do you know about Intents? What is the purpose of categories in Intents?
54- what’s the purpose of FrameLayout?
55- how to compare between Two objects?
56- Java is pass by Value or pass by Reference?
57- when you use observeOn() and subscribeOn()?
Darya
Всем привет. Какой то гемор с установкой файл google-service.json. есть кто сталкивался?
Anonymous
1- what are the latest Android versions? The most important Marshmallow new features?
2- what is the purpose of the Activity?
3- what is the purpose of the Fragments?
4- explain the lifecycle of the Activity?
5- explain the lifecycle of the Fragment?
6- you’re using a traveling app then you clicked settings button, Settings Activity opened, then you clicke Android back, what’s the lifecycle of the Settings Activity and the Home Activity when you did that?
7- what do you know about Material design?
8- what’s the difference between Abstract class and Interface in Java?
9- what’s the interface in Java?
10- what’s Abstract class in Java?
11- why you couldn’t create an instance from an abstract class?
12- what’s the difference between Dialog and AlerDialog in Android?
13- what’s the difference between LinearLayout and RelativeLayout?
14- which has better performance, LinearLayout or RelativeLayout?
15- given a simple contact item, with image and name and number, how could you implement it in XML?
16- what’s the Service, which thread it operates on?
17- what’s the difference between Service and IntetntService?
18- what’s ANR message?
19- explain the BroadcastReciever job and implementation?
20- can you use a Fragment with no UI? What cases could make you use this pattern?
21- explain the Java access modifiers?
22- what’s the difference between Default and Protected access modifiers in Java?
23- what do you know about AsynTask?
24- what’s the difference between Parcelable and Serializable? Which one is better? why?
25- how to access a variable in Activity from fragment?
26- you have one Activity with two fragments, one has a button and the second has a TextView, clicking the button change the TextView, how do you implement it?
27- how to make a variable thread safe?
28- what strategies we can use to achieve thread safety?
29- what is the purpose of “static” keyword in Java?
30- how could you initialize a static variable in Java?
31- what design patterns you know?
32- explain the builder pattern?
33- when do you use an observer pattern?
33- what’s the Singleton, when do you use it in Android?
34- what’s the difference between the LinkedList, ArrayList and Arrays?
35- what projects currently you work on? What is your workflow to implement a specific feature?
36- how do you handle Firebase push notifications?
37- how do you implement Firebase realtime Database?
38- you have a big project, and you have a login screen requirement, what processes you will follow to ship it?
39- what’s an eventbus?
40- what the thread that onRecieve method of a BroadcastReceiver operates on?
41- how to implement a custom BroadcastReceiver?
42- what’s the difference between MVC and MVP?
43- could you explain MVVM?
44- what’s the M in MVP? Answering … could it be a something else?
45- what’s the purpose of Content Provider?
46- what Sqlite library do you use?
47- what libraries do you use for Networking, Image loading, Database?
48- what do you use to handle a very fast Sensor that emit many readings at a time in Rx way?
49- what’s the difference between map and flatMap() in Rxjava?
50- how to create parallel Network calls with Rxjava?
51- if you have one request from the network and you want to call the cache if Network throw an error … how to achieve that via Rxjava?
The funny thing that I’ve read Dan lew blog post about this case, implemented it twice before, but couldn’t answering this question during the interview … bad things happen.
52- what’s the difference between concatMap() and flatMap() in Rxjava?
53- what do you know about Intents? What is the purpose of categories in Intents?
54- what’s the purpose of FrameLayout?
55- how to compare between Two objects?
56- Java is pass by Value or pass by Reference?
57- when you use observeOn() and subscribeOn()?
Ну это я кидал хер знает когда уже, на стартандроиде) Это с форума гуглокурса по разработке
Darya
Ошибку не могу уже решить несколько часов, может кто сталкивался "Error:Execution failed for task ':app:processDebugGoogleServices'.
> No matching client found for package name 'com.google.firebase.udacity.friendlychat'" гугл чет не помог
Anonymous
Darya
Anonymous
Darya
где чо?
кеш как то почистить можно легким вариантом?
Darya
Anonymous
Если чо, деается это и без командной строки
Darya
Ayrat
Бывает, что поиск по классам не работает или все красным подсвечивается просто так.решаю первое через invalidate cache, второе через clean, rebuild project
Ayrat
Хз почему так стало происходить, напрягает..
Struk 🇺🇦✙
Struk 🇺🇦✙
Как такое лечить?
Struk 🇺🇦✙
Тестировал на девайсе, теперь пытаюсь подписаный пакет установить
Struk 🇺🇦✙
Удалил
Struk 🇺🇦✙
Не помогает