No picture recognition

Plugin specific problems will be solved here.

Moderator: Plugin Moderators

User avatar
Josh
Graphic designer
Reactions:
Posts: 2214
Joined: 11 Mar 2017, 19:20
Location: The Netherlands
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: No picture recognition

#26

Post by Josh »

How does that work? I am interested :)

User avatar
Lobby
Developer
Reactions:
Posts: 3705
Joined: 26 Oct 2008, 12:34
Plugins: Showcase Store
Version: Beta

Platform

Re: No picture recognition

#27

Post by Lobby »

What exactly do you want to know?

User avatar
Josh
Graphic designer
Reactions:
Posts: 2214
Joined: 11 Mar 2017, 19:20
Location: The Netherlands
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: No picture recognition

#28

Post by Josh »

Lobby wrote:
07 Oct 2017, 18:01
What exactly do you want to know?
How you code a automatic folder to be placed

User avatar
Lobby
Developer
Reactions:
Posts: 3705
Joined: 26 Oct 2008, 12:34
Plugins: Showcase Store
Version: Beta

Platform

Re: No picture recognition

#29

Post by Lobby »

Something like that:

Code: Select all

File dir = new File(Environment.getExternalStorageDirectory(), "TheoTown/plugins");
dir.mkdirs();
To be able to access external storage you also have to ensure that your app has the needed rights to do so.

Post Reply Previous topicNext topic

Return to “Problems”