【實用個人化app】TT File Selector|最夯免費app

【實用個人化app】TT File Selector|最夯免費app

分享好友

【免費個人化App】TT File Selector-APP點子

This is file select application.

It assumes that this application is implicitly called from external application.

Since a background color and a text color can be set up, if the application and the color under development are united, a file selection function is realizable comfortable.

If you call this application from launcher, you just find "File reference"(T_T)

Specifications:

OS Version : Over 2.1

scheme : file

ActionType : action.PICK

uri parameters:

path : First directory.

QueryParameter:

only_directory : If true, only directory is shown.

bgcolor : The Background color.

The format is ARGB such as "FF000000"

fgcolor : The Text color.

The format is ARGB such as "FF000000"

multiple : If true, multiple select is enabled.

Example:

sample1: simple call.

Uri uri = Uri.fromFile

(Environment.getExternalStorageDirectory() );

Intent i = new Intent( Intent.ACTION_PICK, uri );

startActivityForResult( i, 1 );

sample2: Set options.

Uri.Builder b = new Uri.Builder();

b.scheme( "file" );

b.path( "/mnt/sdcard" );

【免費個人化App】TT File Selector-APP點子

b.appendQueryParameter( "only_directory", "true" );

b.appendQueryParameter( "multiple", "true" );

b.appendQueryParameter( "bgcolor", "FFFFFFFF" );

b.appendQueryParameter( "fgcolor", "FF000000" );

Uri uri = b.build();

Intent i = new Intent( Intent.ACTION_PICK, uri );

startActivityForResult( i, 1 );

sample3: Getting result.( For single select )

protected void onActivityResult

(int requestCode, int resultCode, Intent data) {

if ( resultCode == RESULT_OK ) {

Uri uri = data.getData();

String selectedPath = uri.getPath();

}

}

sample4: Getting result.( For multiple select )

protected void onActivityResult

(int requestCode, int resultCode, Intent data) {

if ( resultCode == RESULT_OK ) {

Uri uri = data.getData();

ListpathList = uri.getPathSegments();

StringBuilder sb = new StringBuilder();

for ( String path : pathList ) {

sb.append( path ).append( "\n" );

}

String multiSelectPath = sb.toString();

}

}

Future:

User request, if it is.

免費玩TT File Selector APP玩免費

免費玩TT File Selector App

TT File Selector APP LOGO

TT File Selector LOGO-APP點子

TT File Selector APP QRCode

TT File Selector QRCode-APP點子
熱門國家系統支援版本費用APP評分上架日期更新日期
未知Android
Google Play
2.2
App下載
免費
1970-01-012015-01-14
分享app
上一個APP
下一個APP

高評價個人化App推薦

Murphy Tan

Some description免費玩Murphy Tan APP玩免費免費玩Murphy Tan AppMurphy Tan APP LOGOMurphy Tan APP QRCode熱門國家系統支援版本費用APP評分上架日期更新日期未知AndroidGoogle Play1.5App下載免費19 …
Nendoroid X Figma

Buy the cheapest anime figures here!免費玩Nendoroid X Figma APP玩免費免費玩Nendoroid X Figma AppNendoroid X Figma APP LOGONendoroid X Figma APP QRCode熱門國家系統支援版 …
莲花清人寺

莲花清人寺免費玩莲花清人寺 APP玩免費免費玩莲花清人寺 App莲花清人寺 APP LOGO莲花清人寺 APP QRCode熱門國家系統支援版本費用APP評分上架日期更新日期未知AndroidGoogle Play2.0App下載免費1970-01-012015-03-09 …
Stacey Ng Yi San

Some description免費玩Stacey Ng Yi San APP玩免費免費玩Stacey Ng Yi San AppStacey Ng Yi San APP LOGOStacey Ng Yi San APP QRCode熱門國家系統支援版本費用APP評分上架日期更新日期未知Androi …
月亮時鐘小工具

有什麼比在黃昏的天空被月光照亮的光束的景色更迷人?放鬆心情,享受這令人眼花繚亂的景象,甚至當太陽與我們如痴如醉的應用程序的幫助 - 月亮時鐘小工具!我們為您介紹10絕對驚人的時鐘背景的靈感來自於地球唯一月亮時鐘小工具!與匹配的時鐘指針和數字結合的月球圖像,你會得到一個獨特的'月亮時鐘' …