Skip to content

Instantly share code, notes, and snippets.

View labibmuhajir's full-sized avatar

Labib Muhajir labibmuhajir

View GitHub Profile
@labibmuhajir
labibmuhajir / DefaultLinkMovementMethod.java
Created January 17, 2024 08:45 — forked from alexzaitsev/DefaultLinkMovementMethod.java
How to display HTML using Android Compose
/**
* Set this on a textview and then you can potentially open links locally if applicable
*/
public class DefaultLinkMovementMethod extends LinkMovementMethod {
private OnLinkClickedListener mOnLinkClickedListener;
public DefaultLinkMovementMethod(OnLinkClickedListener onLinkClickedListener) {
mOnLinkClickedListener = onLinkClickedListener;
}
@labibmuhajir
labibmuhajir / .htaccess
Created July 11, 2024 10:07 — forked from alch/.htaccess
Symfony full .htaccess file
# For a symfony application to work properly, you MUST store this .htaccess in
# the same directory as your front controller, index.php, in a standard symfony
# web application is under the "public" project subdirectory.
# Use the front controller as index file.
DirectoryIndex index.php
# Uncomment the following line if you install assets as symlinks or if you
# experience problems related to symlinks when compiling LESS/Sass/CoffeScript.
# Options +FollowSymlinks