Skip to content

Tag: android

Java instanceOf analogue in Javassist

I’m working on a plugin for Gradle in android project. I use Transformation Api for manipulate with byte code across compilation and for this purpose I choosen Javassist. My question related to this library. Before manipulate byte code I need determine which type has this class. For example, if some ctC…

shared image file in Kotlin android studio

I have an application in which I try to share a photo, but when you share the application it crashes. log: Answer The exception raised is FileUriExposedException is caused by The exception that is thrown when an application exposes a file:// Uri to another app. When targeting Api 24 or higher you need to use …

use multiple location geofencing

I used this code (https://www.youtube.com/watch?v=nmAtMqljH9M&list=PLdHg5T0SNpN3GBUmpGqjiKGMcBaRT2A-m&index=9&ab_channel=yoursTRULY) (https://github.com/trulymittal/Geofencing) That code makes geofence by click and uses just one geofencing. But I wanna make geofence one more fixed markers when it …