Tech Academy
Tech Academy
  • 92
  • 5 235 469
10 Min Todo App
Find me here :
Github: github.com/priyankapakhale
Twitter : AndroidAcademy1
Facebook : AndroidAcademy8?ref=hl
zhlédnutí: 802

Video

Swift Programming Language Tutorial | PART 2
zhlédnutí 1,7KPřed 6 lety
IBM Swift Sandbox - Swift online compiler : swift.sandbox.bluemix.net/ Watch previous part here : czcams.com/video/xs_tKrWowdA/video.html Topics covered in this tutorial : Basic Operators : 1) Assignment Operator 2) Arithmetic Operators 3) Find me here : Google : plus.google.com/u/0/b/105970252005982916681/105970252005982916681/posts Twitter : AndroidAcademy1 Facebook : facebook.com...
Swift Programming Tutorial | PART 1
zhlédnutí 2KPřed 6 lety
Hey guys, I am starting a new tutorial series on swift programming language. Swift is a new language and it is developed for iOS development. First, I will teach you guys swift programming language and then I will create iOS development tutorials. So, it will be easier for you guys to understand those tutorials. In this tutorial, I am teaching the basics of swift programming language. The topic...
Login with Facebook | PART 2 (Android Tutorials)
zhlédnutí 16KPřed 6 lety
This is a part of my 2017 Android tutorial series. In the last tutorial, we created login with twitter. For that we used twitter kit. In this tutorial, we are creating login with facebook and we are fetching the id, firstname, lastname and email address. We are also going to fetch the profile pic in the 3rd part. Find me here : Google : plus.google.com/u/0/b/105970252005982916681/10597025200598...
Login with Facebook | PART 1 (Android Tutorials)
zhlédnutí 29KPřed 6 lety
This is a part of my 2017 Android tutorial series. In the last tutorial, we created login with twitter. For that we used twitter kit. In this tutorial, we are creating login with facebook and we are fetching the id, firstname, lastname and email address. We are also going to fetch the profile pic in the 3rd part. Find me here : Google : plus.google.com/u/0/b/105970252005982916681/10597025200598...
Login with Twitter | Android Tutorial
zhlédnutí 37KPřed 6 lety
Find more information about Twitter Kit for Android here : dev. twitterkit/android/overview This tutorial will show you how to add "Login with Twitter" Option to your application and how to use Twitter kit. You will be able to login using Twitter. If Twitter is already installed on the device and the user is logged in to the Twitter account then it will launch that application and as...
QR and Barcode Scanner | Android Tutorial
zhlédnutí 167KPřed 6 lety
In this tutorial, I am implementing a QR and Barcode Scanner. We are going to use ZXING library here to implement it. The code will be same for QR and Barcode scanning and it will work for both. I have also added the source code on github. So, if you get any errors then first check the code and if you still need my help just email me at techacademy8@gmail.com We need to ask 1 permission here - ...
Show Directions | Google Maps Tutorial (Android Tutorials)
zhlédnutí 97KPřed 7 lety
Learn more about Polyline encoding : developers.google.com/maps/documentation/utilities/polylinealgorithm Link to Source code : goo.gl/kWsFJT In this Google Maps tutorial, I am showing you how to display Directions from your location to the destination. The layout is exactly same and we are just going to change some things from the Duration tutorial. We are just fetching one value from the json...
Google Maps | Duration (Android Tutorials)
zhlédnutí 51KPřed 7 lety
Find me here : Hello everyone, In this tutorial, I am explaining how you can calculate the distance between your current location and your destination. I have implemented the class by 2 more classes which are GoogleMap.OnMarkerClickListener and GoogleMap.OnMarkerDragListener. So, when you click on the marker it will become draggable and then you can drag it to any location on the map that you w...
Google Maps | Calculate Distance Between 2 Locations (Android Tutorials)
zhlédnutí 88KPřed 7 lety
How to enable USB Debugging : Hello everyone, In this tutorial, I am explaining how you can calculate the distance between your current location and your destination. I have implemented the class by 2 more classes which are GoogleMap.OnMarkerClickListener and GoogleMap.OnMarkerDragListener. So, when you click on the marker it will become draggable and then you can drag it to any location on the...
Google Maps Nearby Places Tutorial | Part 3 ( Android Tutorials)
zhlédnutí 60KPřed 7 lety
Souce code : goo.gl/FFYLcN This is a continuation to Google Maps tutorials series. There are 5 previous parts to this tutorial. But I created a separate series for this because this nearby places tutorial will take around 4-5 parts to complete. If you want to watch the previous parts the links are below : Nearby Places Tutorials : Part 1 : czcams.com/video/_Oljjn1fIAc/video.html Part 2 : czcams...
Google Maps Nearby Places Tutorial | PART 2 ( Android Tutorials)
zhlédnutí 48KPřed 7 lety
Souce code : goo.gl/FFYLcN This is a continuation to Google Maps tutorials series. There are 5 previous parts to this tutorial. But I created a separate series for this because this nearby places tutorial will take around 4-5 parts to complete. If you want to watch the previous parts the links are below : Nearby Places Tutorials : Part 1 : czcams.com/video/_Oljjn1fIAc/video.html Part 3 : czcams...
Google Maps Nearby Places Tutorial | PART 1 ( Android Tutorials )
zhlédnutí 143KPřed 7 lety
Souce code : goo.gl/FFYLcN This is a continuation to Google Maps tutorials series. There are 5 previous parts to this tutorial. But I created a separate series for this because this nearby places tutorial will take around 4-5 parts to complete. If you want to watch the previous parts the links are below : Nearby Places Tutorials : Part 2 : czcams.com/video/ovlHW6Y1eQM/video.html Part 3 : czcams...
Updated Google Maps Tutorial | PART 5 (Android Tutorials)
zhlédnutí 36KPřed 7 lety
Souce code : goo.gl/FFYLcN This is a video tutorial series in which you will learn how to create android app using google maps activity. In the previous 4 parts, we completed the get current location part of this tutorial. In this video, I will show you how to add a search bar and a search button to the maps activity and how to search for a particular location using that. First, we are going to...
Updated Google Maps Tutorial | PART 4 (Android Tutorials)
zhlédnutí 34KPřed 7 lety
Souce code : goo.gl/FFYLcN In the previous part, we completed the checkLocationPermission() method. In this part, we are going to create one more method and our get current location part of this tutorial series will get over. The method that we are going to create in this part of the tutorial is to check if the permission is granted or not. You may have noticed that, when we open google maps ap...
Updated Google Maps Tutorial | PART 3 (Android Tutorials)
zhlédnutí 35KPřed 7 lety
Updated Google Maps Tutorial | PART 3 (Android Tutorials)
Updated Google Maps Tutorial | PART 2 (Android Tutorials)
zhlédnutí 45KPřed 7 lety
Updated Google Maps Tutorial | PART 2 (Android Tutorials)
Updated Google Maps Tutorial | PART 1 ( Android Tutorials )
zhlédnutí 78KPřed 7 lety
Updated Google Maps Tutorial | PART 1 ( Android Tutorials )
Login & SignUp - MySQL + PHP Tutorial - Part 8 (FINAL)
zhlédnutí 8KPřed 9 lety
Login & SignUp - MySQL PHP Tutorial - Part 8 (FINAL)
Login & SignUp - MySQL + PHP Tutorial - Part 7
zhlédnutí 4,9KPřed 9 lety
Login & SignUp - MySQL PHP Tutorial - Part 7
Login & SignUp - MySQL + PHP Tutorial - Part 6
zhlédnutí 5KPřed 9 lety
Login & SignUp - MySQL PHP Tutorial - Part 6
Login & SignUp - MySQL + PHP Tutorial - Part 5
zhlédnutí 5KPřed 9 lety
Login & SignUp - MySQL PHP Tutorial - Part 5
Login & SignUp - MySQL + PHP Tutorial - Part 4
zhlédnutí 5KPřed 9 lety
Login & SignUp - MySQL PHP Tutorial - Part 4
Login & SignUp - MySQL + PHP Tutorial - Part 3
zhlédnutí 7KPřed 9 lety
Login & SignUp - MySQL PHP Tutorial - Part 3
Login & SignUp - MySQL + PHP Tutorial - Part 2
zhlédnutí 8KPřed 9 lety
Login & SignUp - MySQL PHP Tutorial - Part 2
Login & SignUp - MySQL + PHP Tutorial - Part 1
zhlédnutí 15KPřed 9 lety
Login & SignUp - MySQL PHP Tutorial - Part 1
Simple Animation & Transition Tutorial
zhlédnutí 23KPřed 9 lety
Simple Animation & Transition Tutorial
Google Maps Tutorial : Part 3 (Change Map Type & Zoom)
zhlédnutí 97KPřed 9 lety
Google Maps Tutorial : Part 3 (Change Map Type & Zoom)
Google Maps Tutorial : Part 2 (Current location & Search Address)
zhlédnutí 278KPřed 9 lety
Google Maps Tutorial : Part 2 (Current location & Search Address)
Google Maps Tutorial : Part 1 (Android Tutorials)
zhlédnutí 341KPřed 9 lety
Google Maps Tutorial : Part 1 (Android Tutorials)

Komentáře