Recent content by t2mkn

  1. T

    Negative Reviews from users that didn't read the app description

    Earlier when my app was a little childish, it was getting such negative reviews because users don't read the description or how-to properly. That time I had implemented a childish solution to force them to read and understand. I asked negative question in alert dialog which informs the message...
  2. T

    Android or Kotlin

    I am from Java background, and was able to migrate to Kotlin within a week. It's not difficult to learn, rather it makes life easy as of my experience. You won't find compatibility issue with codes already written in Java and using or calling them from Kotlin. At moment my project contains both...
  3. T

    Why make custom Accessibility Service if default TalkBack is there?

    I have developed an App which is mostly like a Tool but has lots of Settings which is custom designed. I though to implement custom descriptions for Accessibility users. Did that, but at some point the TalkBack is not doing the right way. For example if there is a Seek control with content...