I've been using this laptop for more than 6 months now since May 2016. Click read more to find out whether this is the best developer laptop.
Wednesday, December 28, 2016
Wednesday, December 21, 2016
[IONIC] Setup Ionic project from existing source
There will be situation that you'll need to fork an existing Ionic project into a new project. However recently I found out that Ionic website only talk about how to initiate a new ionic project but not setup from an existing source.
Tuesday, December 13, 2016
[IONIC] Forcing app into portrait
There might be times you might want to force an app to be in portrait/landscape mode. It's pretty simple to do it in ionic.
Friday, December 9, 2016
[IONIC] Using Google Map on Ionic App - Getting Current Location
In the next part of Using Google Map on Ionic App, we are going to put a button to get the current user location. We'll also going to draw a radius circle around the current position. If you are here first time, feel free to check out part one and part two. Lets get started by showing the final result