Does anyone program/write apps for android?
							
						
					Announcement
				
					Collapse
				
			
		
	
		
			
				No announcement yet.
				
			
				
	
Android Programming
				
					Collapse
				
			
		
	X
- 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
 Well, all I want to do is make an app that basicly has Google Maps with abunch of pinpoints of projects my construction company has done. Then if the user clicks on the pin, it will give them a list of the project, special features, any awards we have won etc. Maybe give street view
 Comment
- 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
 Should be pretty simple. Create an Activity with a MapView, get the list of clients and addresses and use the geocoder to translate addresses to coordinates. Add each client address to map overlays, and then launch either a custom dialog (or standard dialog with custom layout) with the project info when the user clicks one of the overlays. EasygameOriginally posted by BroncojohnnyHOORAY ME and FUCK YOU!
 Comment
- 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
 You're not done w/it yet?Originally posted by That_Is_My_El_Camino View PostShould be pretty simple. Create an Activity with a MapView, get the list of clients and addresses and use the geocoder to translate addresses to coordinates. Add each client address to map overlays, and then launch either a custom dialog (or standard dialog with custom layout) with the project info when the user clicks one of the overlays. Easygame  
 Comment




Comment