In database file (in assets) I need read some date without copying this databse on device. I didnt find answer in google for correct work.
Is it possible?
No, you can not do that because all the assets are compiled in a binary form and android preserve the names of all the asset's file from which it can access the file at runtime...! Project Resources, Please see the main/assets
on the link
Android SQLiteDatabaseHelper needs some kind of InputStream...!