All streams
Search
Write a publication
Pull to refresh
0
0
Алексей Михайлович Рудаковский @Rudakovsky

Пользователь

Send message

В своём Checklist.rocks я использую папки для сортировки дел: Незавершенные, На сегодня, Несрочные, Регулярные, Завершенные. И перемещаю по ходу дела. Покой, умиротворение и гармония 😁

Большое спасибо за полезную статью!
Наконец более-менее целостная картина нарисовалась…
Я разработчик приложений в Google Play из России.
В поисках материалов касательно налогов наткнулся на
support.google.com/googleplay/android-developer/answer/138000?hl=en&ref_topic=6075663
где в конце приведена формулировка:

For developers in India, Russia, Argentina and Taiwan

At this time, if you are a developer in one of these countries selling applications on Google Play, please be aware that there is not a mechanism provided for collecting sales taxes, value added taxes, or other taxes related to the sale of your applications to buyers. It is your responsibility as the merchant of record to (1) determine if you are legally required to collect taxes, (2) gross-up the application price to include any taxes, and (3) remit any required taxes to the relevant taxing authority. You are responsible for any withholding taxes arising from the sale of the applications, and any payments from Google will be made net of withholding taxes.

Получается, что российские разработчики еще обязаны платить налоги в других государствах?

Простите, если вопрос не по адресу.
Спасибо за статью! Тема интересная.
Просьба развить тему мониторинга инфраструктуры и сервисов.
Спасибо за полезное наблюдение!
А вот для Sony SmartWatch новая приклада для фитнеса не интересует?
play.google.com/store/apps/details?id=com.komparato.workout
А в спортзале программу тренировки удобно было в часах Sony вести?
Спасибо за интересный обзор. Какие форматы поддерживаются при импорте/экспорте?
На жабе для склонения дней:
public class Misc {
  public static String getDayText (int numberOfDays) {
    int x;
    x = numberOfDays % 100;
    if (> 20) {
       x = x % 10;
    }
    if (> 4) {
       return "дней";
    } else {
       switch (x) {
         case 1: return "день";
         case 0: return "дней";
         default: return "дня";
       }
    }
}
После перехода на GWT 2.0 у меня в Eclipse перестал запускаться Hosted Mode.

Information

Rating
Does not participate
Location
Москва, Москва и Московская обл., Россия
Date of birth
Registered
Activity