Sketch


Source link: https://github.com/panpf/sketch

Sketch Image Loader

English version of the README.md

Sketch ? Android ??????????????????????????????? GIF??????????????????????????????????

?? APP

???????? ????

?????

  • ?? URI ??. ?? http://? https://? asset://? content://? file:///sdcard/sample.jpg? /sdcard/sample.jpg? drawable://? data:image/? data:img/? android.resource://? apk.icon://? app.icon:// ? URI??? UriModel ???????? URI
  • ?? gif ??. ??? android-gif-drawable 1.2.6 ??????? gif ??
  • ??????. ?????????? PhotoView ??????????????????????
  • ?????????. ???????????????????????
  • ??????. ?? LruMemoryCache?LruDiskCache ?????????????? LruBitmapPool ?? Bitmap???? GC ??????
  • ????????. ???????????????????????????? JPEG ?????
  • ???? APK ? APP ??. ?????? APK ???????????????????APP???
  • ?? Base64 ??. ???? Base64 ?????
  • ??????. ??????ListView?RecyclerView??????????????? setTag() ??
  • ???????? Bitmap ??? maxSize ?????????????????? ImageView? layout_width ? layout_height ??????
  • ?? TransitionDrawable ??. ??????????????? TransitionDrawable ??????????
  • ???????. ?? display() ????????????????? load() ?????????????? download() ??????????
  • ?????????. ?????????????????????????
  • ??????? Bitmap.Config. ????? MimeType ??????? Bitmap.Config???????????? JPEG ????????? Bitmap.Config.RGB_565 ??
  • ?????????. ???? URI ???HTTP????????????????????????

??? URI

Type Scheme
File in network http://, https://
File in SDCard /, file://
Content Resolver content://
Asset Resource asset://
Drawable Resource drawable://
Base64 data:image/, data:/img/
APK Icon apk.icon://
APP Icon app.icon://
Android Resource android.resource://

????? URI ???????

???????

Image Format Supported Version
jpeg
png
gif
bmp
webp

????

?? Sketch

1.? app ? build.gradle ??? dependencies ???????

compile 'me.panpf:sketch:$sketch_version'

????? $sketch_version ?????? (??"v")

?????? GIF ??? sketch-gif ???

compile 'me.panpf:sketch-gif:$sketch_gif_version'

????? $sketch_gif_version ?????? (??"v")

Android Studio ????? AAR ????????????

2.?????? Android 3.2 ???????????? Application ???????????Android 4.0 ??????? Context ??????

public class MyApplication extends Application {

 @Override
  public void onTrimMemory(int level) {

super.onTrimMemory(level);

 if (Build.VERSION.SDK_INT < Build.VERSION_CODES.ICE_CREAM_SANDWICH) {

 Sketch.with(getBaseContext()).onTrimMemory(level);

}

  
}

@Override
  public void onLowMemory() {

super.onLowMemory();

 if (Build.VERSION.SDK_INT < Build.VERSION_CODES.ICE_CREAM_SANDWICH) {

 Sketch.with(getBaseContext()).onLowMemory();

}

  
}
 
}

?? SketchImageView ????

SketchImageView sketchImageView = (SketchImageView) findViewById(R.id.image_main);
 sketchImageView.displayImage("http://t.cn/RShdS1f");

??

?????

???????

???

????

???

License

Copyright (C) 2013 Peng fei Pan <[email protected]>  Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License. You may obtain a copy of the License at
 http://www.apache.org/licenses/LICENSE-2.0  Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. 

Resources

BlurKit is an extraordinarily easy to use utility to get live blurring just like on iOS.

A Kotlin library for Android allowing writing asynchronous code in synchronous style using async/await approach.

WeatherView is an Android Library that helps you make a cool weather animation for your app.

Triad is a tiny Android library which enables use of the Model-View-Presenter pattern in an easy way. It uses custom Views to replace the dreaded Fragments, and introduces Presenter classes to separate business logic from view logic. Since the Presenters are plain Java objects, tests for these classes can run blazingly fast on a local JVM.

Soot is a Java optimization framework. It provides four intermediate representations for analyzing and transforming Java bytecode:

  • Baf: a streamlined representation of bytecode which is simple to manipulate.
  • Jimple: a typed 3-address intermediate representation suitable for optimization.
  • Shimple: an SSA variation of Jimple.
  • Grimp: an aggregated version of Jimple suitable for decompilation and code inspection.
  • 3D Style PageFlip like iBooks.
  • Implemented by pure Java.
  • Based on OpenGL 2.0.
  • Supports single page and double pages flip.

Topics


2D Engines   3D Engines   9-Patch   Action Bars   Activities   ADB   Advertisements   Analytics   Animations   ANR   AOP   API   APK   APT   Architecture   Audio   Autocomplete   Background Processing   Backward Compatibility   Badges   Bar Codes   Benchmarking   Bitmaps   Bluetooth   Blur Effects   Bread Crumbs   BRMS   Browser Extensions   Build Systems   Bundles   Buttons   Caching   Camera   Canvas   Cards   Carousels   Changelog   Checkboxes   Cloud Storages   Color Analysis   Color Pickers   Colors   Comet/Push   Compass Sensors   Conferences   Content Providers   Continuous Integration   Crash Reports   Credit Cards   Credits   CSV   Curl/Flip   Data Binding   Data Generators   Data Structures   Database   Database Browsers   Date &   Debugging   Decompilers   Deep Links   Dependency Injections   Design   Design Patterns   Dex   Dialogs   Distributed Computing   Distribution Platforms   Download Managers   Drawables   Emoji   Emulators   EPUB   Equalizers &   Event Buses   Exception Handling   Face Recognition   Feedback &   File System   File/Directory   Fingerprint   Floating Action   Fonts   Forms   Fragments   FRP   FSM   Functional Programming   Gamepads   Games   Geocaching   Gestures   GIF   Glow Pad   Gradle Plugins   Graphics   Grid Views   Highlighting   HTML   HTTP Mocking   Icons   IDE   IDE Plugins   Image Croppers   Image Loaders   Image Pickers   Image Processing   Image Views   Instrumentation   Intents   Job Schedulers   JSON   Keyboard   Kotlin   Layouts   Library Demos   List View   List Views   Localization   Location   Lock Patterns   Logcat   Logging   Mails   Maps   Markdown   Mathematics   Maven Plugins   MBaaS   Media   Menus   Messaging   MIME   Mobile Web   Native Image   Navigation   NDK   Networking   NFC   NoSQL   Number Pickers   OAuth   Object Mocking   OCR Engines   OpenGL   ORM   Other Pickers   Parallax List   Parcelables   Particle Systems   Password Inputs   PDF   Permissions   Physics Engines   Platforms   Plugin Frameworks   Preferences   Progress Indicators   ProGuard   Properties   Protocol Buffer   Pull To   Purchases   Push/Pull   QR Codes   Quick Return   Radio Buttons   Range Bars   Ratings   Recycler Views   Resources   REST   Ripple Effects   RSS   Screenshots   Scripting   Scroll Views   SDK   Search Inputs   Security   Sensors   Services   Showcase Views   Signatures   Sliding Panels   Snackbars   SOAP   Social Networks   Spannable   Spinners   Splash Screens   SSH   Static Analysis   Status Bars   Styling   SVG   System   Tags   Task Managers   TDD &   Template Engines   Testing   Testing Tools   Text Formatting   Text Views   Text Watchers   Text-to   Toasts   Toolkits For   Tools   Tooltips   Trainings   TV   Twitter   Updaters   USB   User Stories   Utils   Validation   Video   View Adapters   View Pagers   Views   Watch Face   Wearable Data   Wearables   Weather   Web Tools   Web Views   WebRTC   WebSockets   Wheel Widgets   Wi-Fi   Widgets   Windows   Wizards   XML   XMPP   YAML   ZIP Codes