lynxbeedev
How to fix: “java.io.IOException: grpc failed” while using Geocoder.getFromLocation
Have you ever seen a crash or error logs like below, when accessing location data in Android. … Read more
Check if user is registered or not in WordPress and redirect URL after login
Recently we needed to make sure, the visitor to our website is shown a message asking “Login” … Read more
Replacing old android application in Google Play [ Possible Errors ]
I had a previous application in google play at https://play.google.com/store/apps/details?id=com.wAgriConnect which need to be updated, I faced following … Read more
Audio, Video test files (samples) with different codec support
This post lists the different Audio and Video samples as found in internet with different codec’s required … Read more
How to add Model to Django admin dashboard
By default when you login to admin dashboard, http://127.0.0.1:8000/admin/ you will only see “Authentication and Authorisation ” … Read more
Developing REST API using functions in DRF application views
This post is in continuation with our previous post “Developing first REST API using Django Rest Framework … Read more
Convert Byte Array to Hex using Java
The post briefs above how you can convert byte Array to Hex values and print those on … Read more
Creating admin login credentials for Django
This post describes how you can create a user who can login to the django admin site. … Read more
How to set password authentication for Api Root / DefaultRouter in Django REST
This post is in continuation of “Developing first REST API using Django Rest Framework ( DRF )” … Read more
Writing first model for your Django App
This post is heavily based on “Writing your first Django App” article from django documentation. The only … Read more
Understanding pcap file format – part I – Global Header
The file must begin with a Section Header Block. Below is typical configuration, with a single Section Header … Read more