AndroidDeveloperLB
AndroidDeveloperLB
See video: [device-2019-03-18-150942.zip](https://github.com/nzkozar/ExoplayerExample/files/2978184/device-2019-03-18-150942.zip)
I try to parse some XML files, and check if an XML file is indeed a VectorDrawable one: ``` try { val doc = CompressedXmlParser().parseDOM(ByteArrayInputStream(data)) Log.d("AppLog", "got docs") } catch...
Is it possible to do something like on this library: https://github.com/ideaismobile/AKParallax-Android ( sample here: https://play.google.com/store/apps/details?id=com.appkraft.parallax_sample ) but with listView? If so, what should I do?
I've updated everything when importing, yet it doesn't let the OneOff task to work. ``` apply plugin: 'com.android.application' android { compileSdkVersion 25 buildToolsVersion '25.0.2' defaultConfig { applicationId "cz.jacktech.gcmnetworkmanager" minSdkVersion 15...
Just noticed that the sample produces files with black left&right margins:  Why does it occur? What should be done to fix it? Tested on Nexus 5x with Android 7.1.2
It's much shorter code: gradle file: apply plugin: 'org.jetbrains.kotlin.android.extensions' androidExtensions { experimental = true } sample code of a class with 3 Dates in it: @SuppressLint("ParcelCreator") @Parcelize class MonthItem(val today:...
filtering the result as you type. By default, it should search only in current folder for file/folder names. If needed to do more, there could be a button for customized...
Images, videos, audio files, text files... Like this one: https://farm6.static.flickr.com/5601/15719686781_ed783cb2ca.jpg Idea is from this: http://qttabbar.wikidot.com/ They have settings for this too, to tell which file extensions to show as preview.
See here (v1.4.0.831) : 
…ner, as requested here: https://github.com/bumptech/glide/issues/4863 ## Description ## Motivation and Context