Giter Site home page Giter Site logo

funkymuse / mediapicker Goto Github PK

View Code? Open in Web Editor NEW
113.0 1.0 10.0 28.4 MB

Lightweight Android image/video/audio picker

License: Apache License 2.0

Kotlin 100.00%
kotlin audio-picker image-picker image-picker-android image-picker-dialog image-picker-library audio-picker-libray video-picker-library video-picker-dialog media-picker

mediapicker's Introduction

Hello ๐Ÿ‘“

  • ๐Ÿ‡ Follow the white theme.
  • ๐Ÿฅ„ There is no IDE ...
  • ๐Ÿง  Free your memory.
  • ๐Ÿ“ Blog

๐Ÿ‘‡๐Ÿป Open Source projects by me: ๐Ÿ‘‡๐Ÿป

mediapicker's People

Contributors

chungha136 avatar dnsking avatar funkymuse avatar hoangchungk53qx1 avatar vedraj360 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

mediapicker's Issues

getting crash

FATAL EXCEPTION: main
Process: com.wellnessguru, PID: 28985
java.lang.IllegalStateException: GeneratedAppGlideModuleImpl is implemented incorrectly. If you've manually implemented this class, remove your implementation. The Annotation processor will generate a correct implementation.
at com.bumptech.glide.Glide.throwIncorrectGlideModule(Glide.java:370)
at com.bumptech.glide.Glide.getAnnotationGeneratedGlideModules(Glide.java:362)
at com.bumptech.glide.Glide.get(Glide.java:190)
at com.bumptech.glide.Glide.getRetriever(Glide.java:791)
at com.bumptech.glide.Glide.with(Glide.java:902)
at com.crazylegend.audiopicker.adapters.single.AudioSingleViewHolder.bind(AudioSingleViewHolder.kt:28)
at com.crazylegend.audiopicker.adapters.single.AudioSingleAdapter.onBindViewHolder(AudioSingleAdapter.kt:26)
at com.crazylegend.audiopicker.adapters.single.AudioSingleAdapter.onBindViewHolder(AudioSingleAdapter.kt:17)

for audio picker i am
getting crash audio has a thumbnail image

File extension

Hi is is possible to only allow JPEGS, PNG when loading image and .mp4 when loading video.

Multi/Singel AudioPicker SQLITE_ERROR

D/EGL_emulation: eglMakeCurrent: 0xc4905ee0: ver 2 0 (tinfo 0xc3e17890)
I/chatty: uid=10086(com.anouar.hp.anohideappsano) RenderThread identical 2 lines
D/EGL_emulation: eglMakeCurrent: 0xc4905ee0: ver 2 0 (tinfo 0xc3e17890)
D/EGL_emulation: eglMakeCurrent: 0xc4905ee0: ver 2 0 (tinfo 0xc3e17890)
I/chatty: uid=10086(com.anouar.hp.anohideappsano) RenderThread identical 8 lines
D/EGL_emulation: eglMakeCurrent: 0xc4905ee0: ver 2 0 (tinfo 0xc3e17890)
D/EGL_emulation: eglMakeCurrent: 0xc4905ee0: ver 2 0 (tinfo 0xc3e17890)
I/chatty: uid=10086(com.anouar.hp.anohideappsano) RenderThread identical 1 line
D/EGL_emulation: eglMakeCurrent: 0xc4905ee0: ver 2 0 (tinfo 0xc3e17890)
W/.anohideappsan: Accessing hidden method Landroid/view/View;->getViewRootImpl()Landroid/view/ViewRootImpl; (light greylist, reflection)
Accessing hidden field Landroid/view/View$AttachInfo;->mVisibleInsets:Landroid/graphics/Rect; (light greylist, reflection)
W/.anohideappsan: Accessing hidden field Landroid/view/ViewRootImpl;->mAttachInfo:Landroid/view/View$AttachInfo; (light greylist, reflection)
D/EGL_emulation: eglMakeCurrent: 0xc4905ee0: ver 2 0 (tinfo 0xc3e17890)
W/.anohideappsan: Accessing hidden field Landroid/view/View;->mAccessibilityDelegate:Landroid/view/View$AccessibilityDelegate; (light greylist, reflection)
W/.anohideappsan: Accessing hidden field Landroid/os/Trace;->TRACE_TAG_APP:J (light greylist, reflection)
W/.anohideappsan: Accessing hidden method Landroid/os/Trace;->isTagEnabled(J)Z (light greylist, reflection)
Accessing hidden method Landroid/os/Trace;->asyncTraceBegin(JLjava/lang/String;I)V (light greylist, reflection)
Accessing hidden method Landroid/os/Trace;->asyncTraceEnd(JLjava/lang/String;I)V (light greylist, reflection)
W/.anohideappsan: Accessing hidden method Landroid/os/Trace;->traceCounter(JLjava/lang/String;I)V (light greylist, reflection)
D/EGL_emulation: eglMakeCurrent: 0xc4905ee0: ver 2 0 (tinfo 0xc3e17890)
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.anouar.hp.anohideappsano, PID: 21232
android.database.sqlite.SQLiteException: no such column: width (code 1 SQLITE_ERROR): , while compiling: SELECT _id, _display_name, date_added, date_modified, _size, width, height, album, is_notification, is_alarm, is_ringtone, year, track, composer, artist FROM audio ORDER BY date_added DESC
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:179)
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:135)
at android.content.ContentProviderProxy.query(ContentProviderNative.java:418)
at android.content.ContentResolver.query(ContentResolver.java:802)
at android.content.ContentResolver.query(ContentResolver.java:752)
at android.content.ContentResolver.query(ContentResolver.java:710)
at com.crazylegend.audiopicker.audios.AudiosVM$queryAudios$2.invokeSuspend(AudiosVM.kt:94)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
I/chatty: uid=10086(com.anouar.hp.anohideappsano) RenderThread identical 1 line
D/EGL_emulation: eglMakeCurrent: 0xc4905ee0: ver 2 0 (tinfo 0xc3e17890)
I/Process: Sending signal. PID: 21232 SIG: 9

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.