【實用個人化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推薦

B KUMA ガールズ:恋愛やグルメ 育児のニュースが満載 後から見返せる女性向けニュースアプリ

■ ニュースカテゴリ トップ無料1位 獲得! ■ すっきりしたデザインと、かわいいクマが、楽しいニュースをお届け! ネットにある女性向け記事のうち、ユーザーが選んだオススメの記事だけを素早くチェックできるニュースアプリです。恋愛、レシピ、雑貨、育児、旅行、ファッション、動物などのジャンルに分けてお届 …
The Buzzzz

Time to see what the Buzzzz is all about..... Want to know whats going on in the world at all times? Want to know what the hottest topics are around a …
Ireport.mn

Энэхүү iPhone утасны програм нь ireport.mn сайтын албан ёсны програм бөгөөд та тус програмаар ireport.mn сайтын мэдээ мэдээллийг цаг алдалгүй, өөрийн …
Entkhabaty

إنتخاباتي My Elections جميع المعلومات المتاحة من خلال برنامج (إنتخاباتي) مقدمة ومملوكة من قبل اللجنة العليا للانتخابات. تم تطوير هذا التطبيق من قبل (خ …