AndroidDeveloperLB

Results 602 issues of AndroidDeveloperLB

See video: [device-2019-03-18-150942.zip](https://github.com/nzkozar/ExoplayerExample/files/2978184/device-2019-03-18-150942.zip)

help wanted

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...

help wanted

Just noticed that the sample produces files with black left&right margins: ![myscreen_5](https://cloud.githubusercontent.com/assets/5357526/25558418/f30757dc-2d2e-11e7-9b32-4562325658e3.png) 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...

feature

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) : ![image](https://user-images.githubusercontent.com/5357526/61824641-34ab0b00-ae67-11e9-9067-374c73fbb9aa.png)

…ner, as requested here: https://github.com/bumptech/glide/issues/4863 ## Description ## Motivation and Context