Coursera: ANDROID:::XXX

Coursera: ANDROID:::XXX

App Ideas:

  • Kontakti - kompletni kontakti sa svivm custom fieldovima

Fixing Android Emulator

Visual Studio Android Emulator by Microsoft

  • No Google Apps by default
  • No telnet commands to simulate SMS or calls or anything - only doing it in GUI
  • Works with Hyper-V

Temporary enable/disable Hyper-V:

# Disable Hyper-V temporary
bcdedit /set hypervisorlaunchtype off
reboot

# Enable Hyper-V again
bcdedit /set hypervisorlaunchtype auto
reboot

How to make Hierarchy Viewer to work?

	cd c:\Users\cvladan\AppData\Local\Android\sdk\tools

	# start emulator
	emulator -avd Nexus_5_API_24
	
	# start monitor
	set ANDROID_HVPROTO=ddm
	monitor

Resources

aporter/coursera-android: Source Code for Android Course Example Applications aporter/coursera-android-labs: Skeletons and Tests - Programming Mobile Applications for Android Handheld Systems

aporter/coursera-android: Source Code for Android Course Example Applications The Activity Class - Part 2 - University of Maryland, College Park | Coursera Programming Mobile Applications for Android Handheld Systems: Part 1 | Coursera

date 23. May 2017 | modified 29. Dec 2023
filename: MOOC » Coursera » Programming Android Part 1 & 2