AndroidDeveloperLB
AndroidDeveloperLB
sometimes all we need is to choose a month&dayOfMonth...
Also wrote about this here: https://stackoverflow.com/questions/53024304/is-it-possible-to-get-the-new-imagedecoder-class-to-return-bitmaps-one-frame-af
I have 2 questions, if it's ok to ask: 1. how do I exclude views from a transition (like Explode transition) ? 2. Which built in transitions are available, except...
App doesn't get the alarm to trigger when removing from the recent tasks. Tested on both emulator (API 29) and Pixel 4 (Android R). See attached video. [2020-02-27_13-59-23.zip](https://github.com/trikita/talalarmo/files/4261474/2020-02-27_13-59-23.zip) Other apps...
I've searched in so many repositories and samples for a way to auto-resize the textView font size (and line count) to fit into its boundaries. All solutions don't work well:...
The IDE tells you should do it, instead of extending TextView: 
To correctly import, I had to delete the "gradle-wrapper.properties" file, and update everything. Attached here the fixed project. [EllipsizeTextView.zip](https://github.com/dinuscxj/EllipsizeTextView/files/1759244/EllipsizeTextView.zip)
See attached video: [device-2018-02-18-142852.zip](https://github.com/irshuLx/Android-WYSIWYG-Editor/files/1734697/device-2018-02-18-142852.zip)
Even though when writing in RTL language (such as Hebrew) puts the text on the right, as it should, when I also have a bullets/numbered list, they stay on the...