dragLinearLayout for android xml doesnt work - kotlin

enter image description here
all the websites write com.jmedeisis.draglinearlayout.DragLinearLayout
in xml but it cant work for me
enter image description here
with LinearLayout all the problem sole but i want dragLinearLayout what should id do
enter image description here

Related

Not showing edited images result on google search image

I am create a image search engine application. I have check first mountain image and get result successfully but I am edit this image and search then don't show image.
1)Without edited image:-
Result:-
2)Edited image:-
result:-
But I am only add bird on this image then don't show correct response by google search engine. Please says any other option for searching this images. I am also check on Bing ,Yandex but they are not show correct result.

Facebook Android SDK does not recognize installs

Facebook Android SDK receives data about the activation of the mobile app, but not about the installs. We rolled back the SDK version, checked the code 10 times - but we didnt get any result.
enter image description here
enter image description here
enter image description here
enter image description here
enter image description here
enter image description here

app crashed when using Geolocation.getCurrentPosition in react native máp

Can anyone tell me how to fix this app crash bug.
I use react-native-maps with react-native-geolocation-service .
When I press the update my location button, the app crashes without knowing why. I have configured and granted the location permission as above but do not know where the error is? Hope everyone can help me enter image description here
enter image description here
enter image description here
enter image description here
enter image description here
enter image description here
Did you check the Logcat in Android Studio? I think you will find the root cause by checking the Error logs.

Colorbox image effects not showing

I am new to drupal and just wanted to work on a image gallery. For this I downloaded colorbox module and installed it. Created a new content type Gallery with Field Type image and Format colorbox in Manage Display section. Basically I am following this tutorial :
Create gallery in D7
I added content to content type Gallery. But when I click on the images, it does not show any effects, instead a normal image view , ie image in a new window ! Whats wrong I am doing?
Do you install module Libraries API?
Download plugin and unpack to sites/all/libraries/colorbox

Display the actual attached file not as a link in Drupal 6?

I enabled File Upload module in Drupal 6, so if I create a content like Page, I would be able to upload a file like an image or a document. I attached an image in the content and when I viewed it, it shows not the image but the link to it. What would I do to display the actual image? Thanks.
you will get the image path in node-contentType.tpl.php and page.tpl.php. In any of the pages you can display image rather than displaying the image path.