 74acd19092
			
		
	
	74acd19092
	
	
	
		
			
			* added functionality to file storage interface and (some) implementations to delete files/folders, create folders, list contents -> Dropbox functionality implemented
		
			
				
	
	
		
			24 lines
		
	
	
		
			722 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			722 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| This directory is for Android .jars.
 | |
| 
 | |
| There are 2 types of jars that are supported:
 | |
| 
 | |
| == Input Jar ==
 | |
| 
 | |
| This is the jar that bindings should be generated for.
 | |
| 
 | |
| For example, if you were binding the Google Maps library, this would
 | |
| be Google's "maps.jar".
 | |
| 
 | |
| Set the build action for these jars in the properties page to "InputJar".
 | |
| 
 | |
| 
 | |
| == Reference Jars ==
 | |
| 
 | |
| These are jars that are referenced by the input jar.  C# bindings will
 | |
| not be created for these jars.  These jars will be used to resolve
 | |
| types used by the input jar.
 | |
| 
 | |
| NOTE: Do not add "android.jar" as a reference jar.  It will be added automatically
 | |
| based on the Target Framework selected.
 | |
| 
 | |
| Set the build action for these jars in the properties page to "ReferenceJar". |