hitanshu-dhawan / AnnotationProcessingLinks
ㅤ[ARTICLE] Writing your own Annotation Processors in Android
☆52Updated 5 years ago
Alternatives and similar repositories for AnnotationProcessing
Users that are interested in AnnotationProcessing are comparing it to the libraries listed below
Sorting:
- ㅤA SpannableString Parser for Android☆218Updated 4 years ago
- ☆65Updated 6 years ago
- Collection of classes that helps you to manage a screen state.☆131Updated 3 years ago
- Automatically add spans to text from Android resources strings☆132Updated 4 years ago
- Movies demo app to show WindowInsets handling☆68Updated 6 years ago
- Retrieve the android application and the current activity from anywhere☆164Updated 5 years ago
- A demo of an attempt to replicate Google Inbox email animation☆84Updated 7 years ago
- Android Multi-module navigator, trying to find a way to navigate into a modularized android project☆139Updated 5 years ago
- An Android video thumbnail picker☆175Updated 6 months ago
- Android Coroutines Playground☆127Updated 6 years ago
- Spock Adb Plugin Helps you to have full control of your project☆108Updated 2 years ago
- A glorified layout file to which you can apply your Android theme☆203Updated 6 years ago
- ☆108Updated 5 years ago
- My interpretation of https://medium.com/@dpreussler/writing-better-adapters-1b09758407d2☆51Updated 8 years ago
- Companion sample for coroutines 1.3☆66Updated 6 years ago
- From: https://rubensousa.com/2019/08/16/nested_recyclerview_part1/ and https://rubensousa.com/2019/08/27/saving_scroll_state_of_nested_re…☆165Updated 5 years ago
- ☆38Updated 7 years ago
- Demo project showing off and sharing code that makes a RecyclerView act and play like a ViewPager☆56Updated 7 years ago
- AndroidX and Camera2 based library for easy barcode scanning. Includes BarcodeView and different ready to use dialogs.☆123Updated 4 years ago
- Kotlin extensions of BlurHash for ImageView, Glide, Coil, Piccasso, and fast loading BlurHashDrawable optimized for Android.☆127Updated 5 years ago
- An RxJava wrapper for the Google Play Billing Library☆117Updated 5 years ago
- RxPS - RxJavaPriorityScheduler - A RxJava Priority Scheduler library for Android and Java applications☆145Updated last year
- Sample app for the Android Design Patterns blog post on nested scrolling.☆135Updated 7 years ago
- Sample for https://medium.com/@dpreussler/writing-better-adapters-1b09758407d2☆46Updated 7 years ago
- Android InMemory and persistent Cookie Store for HttpURLConnection and OkHttp, with extensions to easily sync cookies in Android WebViews…☆196Updated last year
- Android Wave Animation☆126Updated 5 years ago
- ☆55Updated 4 years ago
- A collection of Android Studio Live Templates for the lazy developers☆70Updated 5 years ago
- Android library to simplify reading and writing to SharedPreferences, never write code like this anymore prefs.edit().putString("someKey"…