Closed RmpNathan closed 7 years ago
Hi @RmpNathan
Sorry for replying late.
I saw that you closed the issue. Did you found the problem?
If you still got the issue I could help you to try to find out the problem.
Many thanks!
hey thanks you :) yes i have found the problem thanks you for your work !
It's posible to make an autocompilation in the searchbar?
do you know if it's posible to make an autocomplete in the searchbar? Thank's for your time!!
2017-01-25 12:50 GMT+01:00 Ferran Pons notifications@github.com:
Hi @RmpNathan https://github.com/RmpNathan
Sorry for replying late.
I saw that you closed the issue. Did you found the problem?
If you still got the issue I could help you to try to find out the problem.
Many thanks!
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/SchibstedSpain/Leku/issues/54#issuecomment-275088669, or mute the thread https://github.com/notifications/unsubscribe-auth/ASwL3qLG7JuWjQRmqzUwAPbDXARc2feyks5rVzbzgaJpZM4LqMlm .
Hi @RmpNathan
I'm glad you like it! 💃
About what you ask. It's possible to make an autocomplete feature for the search. I'll get into that as soon I have time to work on it.
For now, I created an issue #55 if you want to track it. 😉
Many Thanks for your suggestion!
@RmpNathan is almost there. I made the PR with the feature.
@RmpNathan auto-complete is available with the latest version 3.0.0
Enjoy!
hello thanks for your work it's very cool :)
I have a problems when i click on my button i have an error :
java.lang.RuntimeException: Unable to start activity ComponentInfo{fr.wildcodeschool.hobbyhobbo/com.schibstedspain.leku.LocationPickerActivity}: android.view.InflateException: Binary XML file line #53: Error inflating class android.support.design.widget.FloatingActionButton
my code :
Manifest :
`<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="fr.wildcodeschool.hobbyhobbo">
`
MainActivity :
` import android.content.Intent; import android.location.Address; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.util.Log; import android.view.View; import android.widget.Button; import android.widget.Toast;
import com.schibstedspain.leku.LocationPicker; import com.schibstedspain.leku.LocationPickerActivity; import com.schibstedspain.leku.tracker.LocationPickerTracker; import com.schibstedspain.leku.tracker.TrackEvents;
public class MainActivity extends AppCompatActivity {
} `
I have add dependencies, Google map api key
Can you tell me what is wrong please ? Thank's you so mutch and sorry for my english ahah