Rajeev Jaiswal

Results 14 comments of Rajeev Jaiswal

@enggazzar can you please explain how you achieved this?

@enggazzar @oalpayli import the project as gradle module , then in SearchAdapter.java line 58 replace if (string.toLowerCase().startsWith(constraint.toString().toLowerCase())) with if (string.toLowerCase().**contains**(constraint.toString().toLowerCase())) Thats it. It will show all suggestion. If you want...

@frostymarvelous Yes for fb email is passed in fbscope and for twitter nothing is mentioned in the tutorial so kept it like that only as per turtorials still getting null...