This file contains 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
private fun imageScaling(imageResource: Int): BitmapDrawable { | |
val options = BitmapFactory.Options() | |
options.inScaled = false | |
val bitmap = BitmapFactory.decodeResource(context.resources, imageResource, options) | |
val bitmapDrawable = BitmapDrawable(context.resources, bitmap) | |
bitmapDrawable.isFilterBitmap = false | |
return bitmapDrawable | |
} |
This file contains 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
fun String.toBoolean() = this == "true" |
This file contains 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
fun HashSet<String>.add(list: ArrayList<*>) { | |
for (i in list) this.add(i) | |
} |
This file contains 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
Privacy Policy | |
Owlone Dev built the "Munchkin - Level Counter" app as an Ad Supported app. This app is provided by at no cost and is intended for use as is. | |
This privacy policy is used to inform you regarding policies with the collection, use, and | |
disclosure of Personal Information if anyone decided to use this Service. | |
1. Overview |
This file contains 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
Privacy Policy | |
Owlone Dev built the "Horror maps for Minecraft PE" app as an Ad Supported app. This app is provided by at no cost and is intended for use as is. | |
This privacy policy is used to inform you regarding policies with the collection, use, and | |
disclosure of Personal Information if anyone decided to use this Service. | |
1. Overview |
This file contains 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
Privacy Policy | |
Owlone Dev built the "Parkour maps for Minecraft PE" app as an Ad Supported app. This app is provided by at no cost and is intended for use as is. | |
This privacy policy is used to inform you regarding policies with the collection, use, and | |
disclosure of Personal Information if anyone decided to use this Service. | |
1. Overview |
This file contains 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
Privacy Policy | |
Owlone Dev built the "Survival maps for Minecraft PE" app as an Ad Supported app. This app is provided by at no cost and is intended for use as is. | |
This privacy policy is used to inform you regarding policies with the collection, use, and | |
disclosure of Personal Information if anyone decided to use this Service. | |
1. Overview |
This file contains 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
Privacy Policy | |
Owlone Dev built the "House maps for Minecraft PE" app as an Ad Supported app. This app is provided by at no cost and is intended for use as is. | |
This privacy policy is used to inform you regarding policies with the collection, use, and | |
disclosure of Personal Information if anyone decided to use this Service. | |
1. Overview |
This file contains 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
Privacy Policy | |
Owlone Dev built the "Hide and Seek maps Minecraft" app as an Ad Supported app. This app is provided by at no cost and is intended for use as is. | |
This privacy policy is used to inform you regarding policies with the collection, use, and | |
disclosure of Personal Information if anyone decided to use this Service. | |
1. Overview |
This file contains 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
Privacy Policy | |
Owlone Dev built the "Prison Escape maps Minecraft" app as an Ad Supported app. This app is provided by at no cost and is intended for use as is. | |
This privacy policy is used to inform you regarding policies with the collection, use, and | |
disclosure of Personal Information if anyone decided to use this Service. | |
1. Overview |
OlderNewer