[android-developers] [PreferenceFragmentCompat] How to use activatedBackgroundIndicator for selecting items?

2016-08-20 Thread Yaroslav Pronin
Hello. Since the Support Library doesn't support two-pane interface, I write your implementation for application. The only difficulty I encountered - highlighting the selected preference item (aka header in PreferenceActivity). For example (Email app):

[android-developers] How to allow click item during notifyDataSetChanged() in adapter

2016-07-31 Thread Yaroslav Pronin
I use adapter in RecyclerView. Each item contains a ProgressBar. Since progress speed is sometimes very high, a fragment permanently call notifyDataSetChanged(), which initiates update adapter. But there is one unpleasant feature: at this time ViewHolder doesn't respond to a click and user can'

[android-developers] Lib for Android torrent downloader client

2016-02-29 Thread Yaroslav Pronin
Hello. I'm writing fully Free and Open source torrent client for Android. Came the question choose which lib: frostwire-jlibtorrent ( https://github.com/frostwire/frostwire-jlibtorrent) or ttorrent ( https://github.com/mpetazzoni/ttorrent). I would like to hear all the "pros" and "cons". -- Yo