hi i used this code to read a listview but error
java.lang.RuntimeException: Object should first be initialized (ListView).
but the listview is initialized
what's the problem?
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
			
			java.lang.RuntimeException: Object should first be initialized (ListView).
but the listview is initialized
what's the problem?
			
				B4X:
			
		
		
		Dim ra As RandomAccessFile
ra.Initialize(File.DirInternal,"gamelist",False)
gamelist = ra.ReadObject(0)
gamelist.Invalidate
ra.Close