Skip to content

Tag: android

How to achieve circular UI in tab view android java

I am working on a project for a client and they gave me the UI where I have to implement a certain tab like layout and I was wondering how to achieve this kind of tab on android. I have attached the image below. Any help would be much appreciated. The snapshot of what I want to achieve Answer If

android LocationRequest is private

I want to get driver current location in uber clone. When I write this code: I get the error: Cannot resolve method ‘create’ in ‘LocationRequest’ And when I write I get this error: ‘LocationRequest()’ has private access in ‘android.location.LocationRequest’ num …