Search found 2 matches

by PeterF
Mon Feb 23, 2026 10:55 am
Forum: Android Deployment
Topic: 'Importing' a data file into a Mobile app
Replies: 38
Views: 55808

Re: 'Importing' a data file into a Mobile app

@jacque: Thank you for your answer. Meanwhile i have found another solution to get my datas from laptop/PC into my Android-App:
I started an intranet webserver on my Laptop (easy to do with a one-line command in a terminal window of the laptop with python3 build-in webserver). Then i can get my ...
by PeterF
Sat Feb 14, 2026 12:24 am
Forum: Android Deployment
Topic: 'Importing' a data file into a Mobile app
Replies: 38
Views: 55808

Re: 'Importing' a data file into a Mobile app

I would like to copy a txt/csv text file from external documents to documents and process it there in my application. Unfortunately that is no longer possible.

put specialfolderpath("documents") into documentspath --
put specialfolderpath("external documents") into externaldocumentspath
put ...