Tribute To Abdul Sattar Edhi
This tribute is created by me using information from Wikipedia.
See the Pen Abdul Sattar Edhi Tribute Page by Jawad Rashid (@jawadrashid2011) on CodePen.
This tribute is created by me using information from Wikipedia.
See the Pen Abdul Sattar Edhi Tribute Page by Jawad Rashid (@jawadrashid2011) on CodePen.
Introduction This is part 1 of the tutorial to development with Swift. This series of tutorial is a step by step text tutorial of the course on Udacity titled “Intro to iOS Development With Swift”. This course is a very introductory course to swift programming and does not assume that you know objective-c(language used by apple for…
This is part 5 of the swift iOS Programming tutorials series. The first part of the series is here and the previous part of the series that is tutorial # 4 is here. In the last part we talked about segues and how to change the scene from the main view to another view. We also talked…
This is part 4 of the swift iOS Programming tutorials series. The first part of the series is here and the previous part of the series that is tutorial # 3 is here. In the previous tutorial we had added button to start recording with an image of microphone, added text to show when recording is in…
Show the Local Weather This app gets the current location in coordinates form from ipinfo using ip for the user and uses that to get weather information from openweathermap.org. Then it changes background based on weather condition. This page uses geolocation to display the current weather for the user and changes background based on the…
Introduction Space Shooter is a top down Shoot’em up game where you control a space ship and you can move or shoot to dodge incoming rocks and enemy ships. You can shoot rocks or enemy ships to score points. You can move anywhere on the screen to dodge or shoot where the obstacles/enemies drop from…
Wikipedia Article Reader This app uses wikipedia api to get random articles from wikipedia or use wikipedia search api to list down wikipedia results for a term using wikipedia. This page uses Bootstrap, Wikipedia API and AngularJS 1.5.8. View the full pen at https://codepen.io/jawadrashid2011/full/VmrMyL Links: Wikipedia Random Article API https://en.wikipedia.org/wiki/Special:Random Wikipedia API https://www.mediawiki.org/wiki/API:Main_page Wikipedia API…