Entity Framework Core Database First – Asp.Net Core Scaffold MySql DB
| | | |

Entity Framework Core Database First – Asp.Net Core Scaffold MySql DB

This post will guide you on how to generate Models using Database/Model First Approach and Scaffold MySql Database in Asp.Net Core using Mac. History .Net Core is a lightweight and cross-platform version of the DotNet framework and the awesome thing is Developers required the same expertise to work with Asp.Net Core as .Net Framework. After .Net Core Launch, Mac,…

The NPM script ‘start’ exited without indicating that the Angular CLI was listening for requests
|

The NPM script ‘start’ exited without indicating that the Angular CLI was listening for requests

When I tried to run my Application, I got this exception “The NPM script ‘start’ exited without indicating that the Angular CLI was listening for requests” Background: I was working on a project using Angular 5 SPA(Single Page Application) Template in Asp.Net Core 2.1. I created .net core application having Angular Cli support which is…

Online Offline Audio Streaming With ExoPlayer
| | |

Online Offline Audio Streaming With ExoPlayer

Recently I’ve been working on a media player application in my previous freelancing project. The application includes so much online, offline audio and video streaming. So, I tried to use Android framework classes such as MediaPlayer and AudioPlayer to play media files. As it turned out after so many hours of frustration, MediaPlayer sends out weird exceptions and  I…

Android Example : Animate marker on Google map with current location
| | |

Android Example : Animate marker on Google map with current location

Hi, guys today we’re going to see how we can animate marker on google map with user current location. In this blog, we’re going to use the Google Map API for google maps. I’m not going to show how you can get Google Map API from Google Console. If you want to see how to…

Android Download Manager Example
| | |

Android Download Manager Example

Hey guy’s, today we’re going to learn how can we download a file, mp3, ppt or image from the internet with DownloadManager. Downloading a file from the internet is a basic need of the app right. So, with DownloadManager it’s very easy. DownloadManager is an android system service that handles long-running HTTP downloads. Apps request for downloads…

Current Location With Google Map Street View Android
| | | |

Current Location With Google Map Street View Android

Hey guy’s, today we’re going to learn how we can show the current location of the user on GoogleMapStreetView. I’m going to reuse the code from my previous blog => Android Google Map Street View Example. The previous Article was about how to show GoogleMapStreetView in Android app. In this blog, we’re not going to set up Google Map Console…

Google Firebase Live Group Chat JavaScript
| |

Google Firebase Live Group Chat JavaScript

Hi guys, today I’m going to implement Live Group Chat Example using Google Firebase Real-time Database. The complete working example is available on Github, you can find the link at the bottom of this post. You may also check Demo. Live Group Chat Demo Setup Firebase If you don’t have a Firebase account, you can go…

Android Google Map Street View Example
| | | |

Android Google Map Street View Example

Hey, today we’re going to learn how we can integrate Google Map Street View into our Android app. Google Street View provides panoramic 360* views. The coverage available through the Google Map Android API v2 is the same as that for Google Map. You can read more about Street View here. Google Map Setup  First, sign…

Solved issue, Recycler View changes the views when scrolling.
| | | |

Solved issue, Recycler View changes the views when scrolling.

I’ve met this problem with Recycler View. When I update a view, like changing the CheckBox, SwitchCompat, change the background color of view etc. After that when I scroll down or go up the view back to its normal position like the changes that I made it’s gone from view. It is because RecyclerView recycles every view which is…

Realtime moving Cars on Google Maps JavaScript & Google Firebase
| | |

Realtime moving Cars on Google Maps JavaScript & Google Firebase

Our aim has always been providing the solutions which are difficult to find or difficult to implement. Here’s another solution for real-time moving cars on Google Maps JavaScript using Google Firebase Real-time Database.  The complete working example is available on Github, you can find the link at the bottom of this post.  You may also check Demo here:…