android tutorial for beginners 53 how to save data into file in android 1

preview_player
Показать описание
save data into files in android with a complete working example.
Рекомендации по теме
Комментарии
Автор

Thank you for posting this video. Very easy to understand, and your example was simplistic for us "non" experts.

AlexanderNejadeh
Автор

u have one question.How can i import more data to listview from file?I mean, when im clicking button the edittext is saving to file and print second data in the list view

filipsobczyk
Автор

What screen recording software do you use?

yakovd
Автор

I alway get some kind of Runtime Exception, and I am pretty sure, that this has something to do with the onClickListener. Do you no how I could fix this?

christianodacosta
Автор

Ok tutorial but two things.
A. Say WHY you have to follow those steps.
B. Show the result (run program on emulator or android phone).

hectorandrespv
Автор

Hi, you got a great way to teach, i'm following this tutorial, and i'm having a problem when i run the app on a real device, it just stop and close. On a AVD i have no problem, any idea on what i miss? Thanks in advance

pabloprado
Автор

Has anyone figured out how to access the text.txt file? or where it's located? Or if it's possible to enter a file path and file to put the data into it? Thanks

conor
Автор

The question is how to append to an existing file. I'm using MODE_APPEND with FileOutputStream fos = openFileOutput("filename", MODE_APPEND);
The file is created and the first value added, but after nothing happend. MODE_PRIVATE works but only for 1 insert as it creates a new file every time it's called

Buli
Автор

how i can save username and password from webview in my app

priteshvishwakarma