Select Page
How to easily find user’s location?

How to easily find user’s location?

Knowing a user’s location in an Android app can be extremely useful. Users take their devices everywhere and are constantly using them on the go, and as developers, we can capitalise on that by providing a more contextual experience based on their current location. My...
How to bind Javascript code to Android code?

How to bind Javascript code to Android code?

In this post, we are going to discuss, how to bind Javascript code to Android code that means you can call your Android code from your Javascript function. Android WebView allows us to display web pages inside the application. Also allowed to interact with web...
How to get the current location in Android?

How to get the current location in Android?

Knowing a user’s location in an Android app can be extremely useful. Users take their devices everywhere and are constantly using them on the go, and as developers, we can capitalise on that by providing a more contextual experience based on their current location. In...
How to create onboard screens using viewpager?

How to create onboard screens using viewpager?

“ First impression is the best impression ” Nowadays most of the mobile applications have onboard screens. Because in mobile apps, retaining users is more important than user acquisition. If users don’t understand how to use your app, they...