Search found 6 matches

by miskox
Sun Nov 12, 2023 8:51 pm
Forum: Coding Questions
Topic: Trying to create my first Android app (simple download and unzip)
Replies: 6
Views: 12307

Re: Trying to create my first Android app (simple download and unzip)

Thanks. This makes things more clear to me (I am a complete noob regarding Android apps).

I tried to change .htaccess file - but it contains completey different syntax.

I guess this project will have to wait.

Saso
by miskox
Sun Nov 12, 2023 9:31 am
Forum: Coding Questions
Topic: Trying to create my first Android app (simple download and unzip)
Replies: 6
Views: 12307

Re: Trying to create my first Android app (simple download and unzip)

Thanks.

Something is bothering me: so that would mean that if I want to download a file from a Microsoft website I would have to configure their server.

I don't get it.

We are talking about the Android app (as the post title says). If I open Chrome on my mobile phone and enter file's URL I can ...
by miskox
Sat Nov 11, 2023 4:56 pm
Forum: Coding Questions
Topic: Trying to create my first Android app (simple download and unzip)
Replies: 6
Views: 12307

Re: Trying to create my first Android app (simple download and unzip)

Thanks. Then it looks like I have a problem.

Any other solutions?

But this is Android app I am building? This applies for this too?

Saso
by miskox
Sat Nov 11, 2023 4:17 pm
Forum: Coding Questions
Topic: Trying to create my first Android app (simple download and unzip)
Replies: 6
Views: 12307

Trying to create my first Android app (simple download and unzip)

Hello all!

I am trying to create my first Android app: all it has to do is download a file, rename it if required, extract the contents of the file (there will be one file in the archive):

I try to download https://www.kockarna.si/bp/1.1 (kockarna.si is my personal site)
This is a .zip file. Why 1 ...
by miskox
Sun Jan 01, 2023 6:25 pm
Forum: Coding Questions
Topic: unzip?
Replies: 2
Views: 1393

Re: unzip?

Thanks. Good to know there is a solution. Now one stet at the time. I think I will be back when I get to the unzipping problem.

Saso
by miskox
Sun Jan 01, 2023 1:11 am
Forum: Coding Questions
Topic: unzip?
Replies: 2
Views: 1393

unzip?

Hello!

I am a complete beginner regarding SB - so there might be stupid questions.

I would like to 'port' my .cmd 'app' (command prompt batch file (.bat/.cmd)) to SB:
- it searches for strings that are passed to the .cmd: if string(s) are found in each line (of the .txt file) then data from this ...