This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
See preview screenshot 🏞 https://user-images.githubusercontent.com/99822/158228177-f0cba204-e354-4d92-b029-41b22ba1f997.png | |
Go to Android Studio Preferences | |
Editor > Live Templates > Kotlin | |
Duplicate the existing "soutp" template using the 📄 Duplicate icon on right bar, | |
and use following template for text. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"basics": { | |
"name": "Hossain Khan", | |
"label": "Sr. Android Developer at Quickplay", | |
"phone": "", | |
"website": "", | |
"summary": "Consultant - Android Application Development\n\nSpecialties: \n\n * Android Development (Hybrid, Native [Mobile/Phablet/Tablet], TV)\n * Server Side Scripting Language (PHP - ZendFramework/Symfony, JSP)\n * Database Management System (MySQL, Oracle, SQLite - Android)\n * Version Control System (SVN, Git [Github, Bitbucket, Stash])\n * Project Management/Collaboration (Trac, Bugzilla, JIRA, Trello)\n * Crash reporting platform (Crashlytics, Bugsense)\n * Build server (Jenkins, Travis CI)\n * IDE/Tools (Android Studio (IntelliJ IDEA), ADT, Eclipse, Aptana, Netbeans)\n * Unix/Linux OS Management", | |
"location": { | |
"address": "North York, Ontario, Canada", | |
"postalCode": "", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import android.content.Context | |
import android.graphics.drawable.Drawable | |
import android.util.AttributeSet | |
import androidx.appcompat.widget.AppCompatImageView | |
import androidx.vectordrawable.graphics.drawable.Animatable2Compat | |
import androidx.vectordrawable.graphics.drawable.AnimatedVectorDrawableCompat | |
/** | |
* Custom loading indicator using Animated vector drawable. | |
* |
OlderNewer