lynxbeedev
How to Submit Your WordPress Website to Google News ?
We Must have following this to get this working. WordPress Website rss feed is enabled. The account … Read more
How to install Android Studio for 64 bit Ubuntu machines ?
Note: Android no longer supports Studio for 32 bit Linux / Ubuntu platforms hence you will need … Read more
How to create an executable by linking multiple object files / c source ?
As we have seen in our another posts “How to create Shared Library in Linux ?” we … Read more
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